Home
last modified time | relevance | path

Searched refs:rl_point (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/lib/libedit/
Dedit.expsym156 rl_point
Dreadline.c81 int rl_point = 0; variable
1991 &rl_point, &rl_end, 0); in rl_complete()
2308 rl_point = (int)(li->cursor - li->buffer); in _rl_update_pos()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcompleter.c1918 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()
DChangeLog-19943937 (symbol_completion_function): Don't declare rl_point and
/netbsd/src/lib/libedit/readline/
Dreadline.h115 extern int rl_point, rl_end;
/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-io.c597 if (in == rl_point) in tui_redisplay_readline()
1063 px += rl_end - rl_point; in tui_inject_newline_into_command_window()
Dtui.c264 rl_point = 0; in tui_rl_next_keymap()