Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/
Dnsi_cmdline_common.c329 int printed_right; in nsi_cmd_print_long_help() local
338 printed_right = 0; in nsi_cmd_print_long_help()
343 &toprint[printed_right]); in nsi_cmd_print_long_help()
344 printed_right += ret - 1; in nsi_cmd_print_long_help()
346 while (printed_right < total_to_print) { in nsi_cmd_print_long_help()
350 &toprint[printed_right]); in nsi_cmd_print_long_help()
351 printed_right += ret - 1; in nsi_cmd_print_long_help()
/Zephyr-latest/boards/native/native_posix/
Dcmdline_common.c327 int printed_right; in cmd_print_long_help() local
336 printed_right = 0; in cmd_print_long_help()
341 &toprint[printed_right]); in cmd_print_long_help()
342 printed_right += ret - 1; in cmd_print_long_help()
344 while (printed_right < total_to_print) { in cmd_print_long_help()
348 &toprint[printed_right]); in cmd_print_long_help()
349 printed_right += ret - 1; in cmd_print_long_help()