Searched refs:rl_last_func (Results 1 – 6 of 6) sorted by relevance
544 if (rl_last_func != rl_history_search_forward &&545 rl_last_func != rl_history_search_backward)563 if (rl_last_func != rl_history_search_forward &&564 rl_last_func != rl_history_search_backward)
163 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable471 if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline && in _rl_internal_char_cleanup()782 rl_last_func = map[key].function;988 rl_last_func = (rl_command_func_t *)NULL; in rl_initialize()1210 sp->lastfunc = rl_last_func;1244 rl_last_func = sp->lastfunc;
527 if (((rl_last_func != rl_yank_pop) && (rl_last_func != rl_yank)) ||632 if (rl_last_func != rl_yank_last_arg)
400 else if (rl_last_func == rl_complete && !completion_changed_buffer)436 if (rl_last_func == cfunc && !completion_changed_buffer)2384 if (rl_last_func != rl_old_menu_complete)2509 …if ((rl_last_func != rl_menu_complete && rl_last_func != rl_backward_menu_complete) || full_comple…
110 rl_last_func = (rl_command_func_t *)NULL; in _rl_abort_internal()
536 extern rl_command_func_t *rl_last_func;