Searched refs:rl_last_func (Results 1 – 9 of 9) sorted by relevance
633 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()
508 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()
172 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable539 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()
441 …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()
113 rl_last_func = (rl_command_func_t *)NULL; in _rl_abort_internal()
576 extern rl_command_func_t *rl_last_func;
986 rl_last_func = rl_insert; in rl_insert()
1897 -- Variable: rl_command_func_t * rl_last_func5006 * rl_last_func: Readline Variables. (line 116)
428 @deftypevar {rl_command_func_t *} rl_last_func