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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Dsearch.c546 if (rl_last_func != rl_history_search_forward &&
547 rl_last_func != rl_history_search_backward)
565 if (rl_last_func != rl_history_search_forward &&
566 rl_last_func != rl_history_search_backward)
H A Dreadline.c158 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable
433 if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline &&
723 command. Don't change the state of rl_last_func. Otherwise,
726 rl_last_func = map[key].function;
930 rl_last_func = (rl_command_func_t *)NULL;
1148 sp->lastfunc = rl_last_func;
1182 rl_last_func = sp->lastfunc;
H A Dkill.c527 if (((rl_last_func != rl_yank_pop) && (rl_last_func != rl_yank)) ||
631 if (rl_last_func != rl_yank_last_arg)
H A Dutil.c111 rl_last_func = (rl_command_func_t *)NULL;
H A Dcomplete.c348 else if (rl_last_func == rl_complete && !completion_changed_buffer)
382 if (rl_last_func == cfunc && !completion_changed_buffer)
2122 if (rl_last_func != rl_menu_complete)
H A Dreadline.h526 extern rl_command_func_t *rl_last_func;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Dsearch.c546 if (rl_last_func != rl_history_search_forward &&
547 rl_last_func != rl_history_search_backward)
565 if (rl_last_func != rl_history_search_forward &&
566 rl_last_func != rl_history_search_backward)
H A Dreadline.c158 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable
433 if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline &&
723 command. Don't change the state of rl_last_func. Otherwise,
726 rl_last_func = map[key].function;
930 rl_last_func = (rl_command_func_t *)NULL;
1148 sp->lastfunc = rl_last_func;
1182 rl_last_func = sp->lastfunc;
H A Dkill.c527 if (((rl_last_func != rl_yank_pop) && (rl_last_func != rl_yank)) ||
631 if (rl_last_func != rl_yank_last_arg)
H A Dutil.c111 rl_last_func = (rl_command_func_t *)NULL;
H A Dcomplete.c348 else if (rl_last_func == rl_complete && !completion_changed_buffer)
382 if (rl_last_func == cfunc && !completion_changed_buffer)
2122 if (rl_last_func != rl_menu_complete)
H A Dreadline.h526 extern rl_command_func_t *rl_last_func;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Dsearch.c546 if (rl_last_func != rl_history_search_forward &&
547 rl_last_func != rl_history_search_backward)
565 if (rl_last_func != rl_history_search_forward &&
566 rl_last_func != rl_history_search_backward)
H A Dreadline.c158 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable
433 if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline &&
723 command. Don't change the state of rl_last_func. Otherwise,
726 rl_last_func = map[key].function;
930 rl_last_func = (rl_command_func_t *)NULL;
1148 sp->lastfunc = rl_last_func;
1182 rl_last_func = sp->lastfunc;
H A Dkill.c527 if (((rl_last_func != rl_yank_pop) && (rl_last_func != rl_yank)) ||
631 if (rl_last_func != rl_yank_last_arg)
H A Dutil.c111 rl_last_func = (rl_command_func_t *)NULL;
H A Dcomplete.c348 else if (rl_last_func == rl_complete && !completion_changed_buffer)
382 if (rl_last_func == cfunc && !completion_changed_buffer)
2122 if (rl_last_func != rl_menu_complete)
H A Dreadline.h526 extern rl_command_func_t *rl_last_func;

Completed in 111 milliseconds