Searched refs:csh (Results 1 – 1 of 1) sorted by relevance
25 static chry_shell_t csh; variable112 ret = csh_login(&csh); in task_repl()124 ret = chry_shell_task_repl(&csh); in task_repl()146 csh.rl.noblock = false; in task_repl()156 chry_shell_task_exec(&csh); in task_exec()168 (void)csh; in chry_shell_port_create_context()203 … csh->rl.sput(&csh->rl, "^SIGINT" CONFIG_CSH_NEWLINE, sizeof("^SIGINT" CONFIG_CSH_NEWLINE) - 1); in chry_shell_port_default_handler()206 … csh->rl.sput(&csh->rl, "^SIGQUIT" CONFIG_CSH_NEWLINE, sizeof("^SIGQUIT" CONFIG_CSH_NEWLINE) - 1); in chry_shell_port_default_handler()209 … csh->rl.sput(&csh->rl, "^SIGKILL" CONFIG_CSH_NEWLINE, sizeof("^SIGKILL" CONFIG_CSH_NEWLINE) - 1); in chry_shell_port_default_handler()212 … csh->rl.sput(&csh->rl, "^SIGTERM" CONFIG_CSH_NEWLINE, sizeof("^SIGTERM" CONFIG_CSH_NEWLINE) - 1); in chry_shell_port_default_handler()[all …]
Completed in 29 milliseconds