Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
HDsearch.c544 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)
HDreadline.c163 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable
471 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;
HDkill.c527 if (((rl_last_func != rl_yank_pop) && (rl_last_func != rl_yank)) ||
632 if (rl_last_func != rl_yank_last_arg)
HDcomplete.c400 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…
HDutil.c110 rl_last_func = (rl_command_func_t *)NULL; in _rl_abort_internal()
HDreadline.h536 extern rl_command_func_t *rl_last_func;