Home
last modified time | relevance | path

Searched refs:rl_last_func (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dsearch.c633 if (rl_last_func != rl_history_search_forward && in rl_history_search_forward()
634 rl_last_func != rl_history_search_backward) in rl_history_search_forward()
651 if (rl_last_func != rl_history_search_forward && in rl_history_search_backward()
652 rl_last_func != rl_history_search_backward) in rl_history_search_backward()
670 if (rl_last_func != rl_history_substr_search_forward && in rl_history_substr_search_forward()
671 rl_last_func != rl_history_substr_search_backward) in rl_history_substr_search_forward()
688 if (rl_last_func != rl_history_substr_search_forward && in rl_history_substr_search_backward()
689 rl_last_func != rl_history_substr_search_backward) in rl_history_substr_search_backward()
H A Dkill.c508 if (((rl_last_func != rl_yank_pop) && (rl_last_func != rl_yank)) || in rl_yank_pop()
540 if (((rl_last_func != rl_vi_yank_pop) && (rl_last_func != rl_vi_put)) || in rl_vi_yank_pop()
643 if (rl_last_func != rl_yank_last_arg) in rl_yank_last_arg()
H A Dreadline.c172 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable
539 if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline && in _rl_internal_char_cleanup()
904 rl_last_func = map[key].function; in _rl_dispatch_subseq()
1178 rl_last_func = (rl_command_func_t *)NULL; in rl_initialize()
1449 sp->lastfunc = rl_last_func; in rl_save_state()
1489 rl_last_func = sp->lastfunc; in rl_restore_state()
H A Dcomplete.c441 …else if (rl_last_func == rl_complete && completion_changed_buffer == 0 && last_completion_failed =… in rl_complete()
443 else if (rl_last_func == rl_complete && completion_changed_buffer == 0) in rl_complete()
477 if (rl_last_func == cfunc && !completion_changed_buffer) in rl_completion_mode()
2697 if (rl_last_func != rl_old_menu_complete) in rl_old_menu_complete()
2830 …if ((rl_last_func != rl_menu_complete && rl_last_func != rl_backward_menu_complete) || full_comple… in rl_menu_complete()
H A Dutil.c113 rl_last_func = (rl_command_func_t *)NULL; in _rl_abort_internal()
H A Dreadline.h576 extern rl_command_func_t *rl_last_func;
H A Dtext.c986 rl_last_func = rl_insert; in rl_insert()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Dreadline.info1897 -- Variable: rl_command_func_t * rl_last_func
5006 * rl_last_func: Readline Variables. (line 116)
H A Drltech.texi428 @deftypevar {rl_command_func_t *} rl_last_func