Searched refs:inaddr (Results 1 – 2 of 2) sorted by relevance
255 static void repl_up_history(char *inaddr) in repl_up_history() argument279 *inaddr++ = g_repl->history[lastindex]; in repl_up_history()282 *inaddr = '\0'; in repl_up_history()287 static void repl_down_history(char *inaddr) in repl_down_history() argument310 *inaddr++ = g_repl->history[lastindex]; in repl_down_history()314 *inaddr = '\0'; in repl_down_history()
634 static void cli_up_history(char *inaddr) in cli_up_history() argument661 *inaddr++ = g_cli->history[lastindex]; in cli_up_history()664 *inaddr = '\0'; in cli_up_history()670 static void cli_down_history(char *inaddr) in cli_down_history() argument690 *inaddr++ = g_cli->history[lastindex]; in cli_down_history()694 *inaddr = '\0'; in cli_down_history()
Completed in 6 milliseconds