Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/boards/native/native_posix/
Dcmdline_common.c329 int total_to_print; in cmd_print_long_help() local
338 total_to_print = strlen(toprint); in cmd_print_long_help()
344 while (printed_right < total_to_print) { in cmd_print_long_help()
/Zephyr-Core-3.7.0/scripts/native_simulator/native/src/
Dnsi_cmdline_common.c331 int total_to_print; in nsi_cmd_print_long_help() local
340 total_to_print = strlen(toprint); in nsi_cmd_print_long_help()
346 while (printed_right < total_to_print) { in nsi_cmd_print_long_help()