Searched refs:rl_last_func (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/libreadline/
H A Dsearch.c545 if (rl_last_func != rl_history_search_forward &&
546 rl_last_func != rl_history_search_backward)
564 if (rl_last_func != rl_history_search_forward &&
565 rl_last_func != rl_history_search_backward)
H A Dreadline.c163 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable
438 if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline &&
747 command. Don't change the state of rl_last_func. Otherwise,
750 rl_last_func = map[key].function;
954 rl_last_func = (rl_command_func_t *)NULL;
1172 sp->lastfunc = rl_last_func;
1206 rl_last_func = sp->lastfunc;
H A Dkill.c527 if (((rl_last_func != rl_yank_pop) && (rl_last_func != rl_yank)) ||
632 if (rl_last_func != rl_yank_last_arg)
H A Dutil.c112 rl_last_func = (rl_command_func_t *)NULL;
H A Dcomplete.c349 else if (rl_last_func == rl_complete && !completion_changed_buffer)
383 if (rl_last_func == cfunc && !completion_changed_buffer)
2129 if (rl_last_func != rl_menu_complete)
H A Dreadline.h527 extern rl_command_func_t *rl_last_func;

Completed in 138 milliseconds