Searched refs:rl_point (Results 1 – 7 of 7) sorted by relevance
156 rl_point
81 int rl_point = 0; variable1991 &rl_point, &rl_end, 0); in rl_complete()2308 rl_point = (int)(li->cursor - li->buffer); in _rl_update_pos()
1918 rl_point, handle_brkchars); in gdb_completion_word_break_characters_throw()1923 rl_point = tracker.custom_word_point () - 1; in gdb_completion_word_break_characters_throw()1925 gdb_assert (rl_point >= 0 && rl_point < strlen (rl_line_buffer)); in gdb_completion_word_break_characters_throw()1927 gdb_custom_word_point_brkchars[0] = rl_line_buffer[rl_point]; in gdb_completion_word_break_characters_throw()2331 rl_line_buffer, rl_point); in gdb_rl_attempted_completion_function_throw()
3937 (symbol_completion_function): Don't declare rl_point and
115 extern int rl_point, rl_end;
597 if (in == rl_point) in tui_redisplay_readline()1063 px += rl_end - rl_point; in tui_inject_newline_into_command_window()
264 rl_point = 0; in tui_rl_next_keymap()