Home
last modified time | relevance | path

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

/Zephyr-4.1.0/drivers/modem/
Dmodem_at_shell.c34 static const struct shell *at_shell_active_shell; variable
43 if (at_shell_active_shell == NULL) { in at_shell_print_any_match()
51 shell_print(at_shell_active_shell, "%s", argv[1]); in at_shell_print_any_match()
57 if (at_shell_active_shell == NULL) { in at_shell_print_match()
65 shell_print(at_shell_active_shell, "%s", argv[0]); in at_shell_print_match()
258 at_shell_active_shell = sh; in at_shell_cmd_handler()