HomeSort by: relevance | last modified time | path
    Searched defs:rl_last_func (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
readline.c 171 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable
555 if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline &&
930 command. Don't change the state of rl_last_func. Otherwise,
937 rl_last_func = map[key].function;
1218 rl_last_func = (rl_command_func_t *)NULL;
1489 sp->lastfunc = rl_last_func;
1529 rl_last_func = sp->lastfunc;
readline.c 171 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable
555 if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline &&
930 command. Don't change the state of rl_last_func. Otherwise,
937 rl_last_func = map[key].function;
1218 rl_last_func = (rl_command_func_t *)NULL;
1489 sp->lastfunc = rl_last_func;
1529 rl_last_func = sp->lastfunc;
  /src/external/gpl3/gdb.old/dist/readline/readline/
readline.c 171 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable
555 if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline &&
930 command. Don't change the state of rl_last_func. Otherwise,
937 rl_last_func = map[key].function;
1218 rl_last_func = (rl_command_func_t *)NULL;
1489 sp->lastfunc = rl_last_func;
1529 rl_last_func = sp->lastfunc;
readline.c 171 rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL; variable
555 if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline &&
930 command. Don't change the state of rl_last_func. Otherwise,
937 rl_last_func = map[key].function;
1218 rl_last_func = (rl_command_func_t *)NULL;
1489 sp->lastfunc = rl_last_func;
1529 rl_last_func = sp->lastfunc;

Completed in 51 milliseconds