Searched refs:rl_line_buffer (Results 1 – 8 of 8) sorted by relevance
64 char *s = rl_line_buffer; in _list_args()132 while (isspace((int) *(rl_line_buffer + p))) in _completion()
68 rl_line_buffer, end); in readline_completion()
148 rl_line_buffer
83 char *rl_line_buffer = NULL; variable346 el_set(e, EL_RESIZE, _resize_fun, &rl_line_buffer); in rl_initialize()424 _resize_fun(e, &rl_line_buffer); in rl_initialize()2310 rl_line_buffer[rl_end] = '\0'; in _rl_update_pos()
114 extern char *rl_line_buffer;
1917 complete_line_internal (tracker, NULL, rl_line_buffer, 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()
755 abusing rl_line_buffer. Free completion strings after printing3938 rl_line_buffer; they are now declared in readline.h.
605 c = (unsigned char) rl_line_buffer[in]; in tui_redisplay_readline()