Home
last modified time | relevance | path

Searched refs:inaddr (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/
A Drepl.c255 static void repl_up_history(char *inaddr) in repl_up_history() argument
279 *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() argument
310 *inaddr++ = g_repl->history[lastindex]; in repl_down_history()
314 *inaddr = '\0'; in repl_down_history()
/AliOS-Things-master/components/cli/src/
A Dcli.c634 static void cli_up_history(char *inaddr) in cli_up_history() argument
661 *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() argument
690 *inaddr++ = g_cli->history[lastindex]; in cli_down_history()
694 *inaddr = '\0'; in cli_down_history()

Completed in 6 milliseconds