Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/
Dnsi_cmdline_internal.h19 #define _MAX_LINE_WIDTH 100 /*Total width of the help message*/ macro
Dnsi_cmdline_common.c300 if (printed_in_line + strlen(stringy) > _MAX_LINE_WIDTH) { in nsi_cmd_print_switches_help()
342 _MAX_LINE_WIDTH - printed_in_line, in nsi_cmd_print_long_help()
349 _MAX_LINE_WIDTH - _LONG_HELP_ALIGN, in nsi_cmd_print_long_help()
/Zephyr-latest/boards/native/native_posix/
Dcmdline_common.h16 #define _MAX_LINE_WIDTH 100 /*Total width of the help message*/ macro
Dcmdline_common.c298 if (printed_in_line + strlen(stringy) > _MAX_LINE_WIDTH) { in cmd_print_switches_help()
340 _MAX_LINE_WIDTH - printed_in_line, in cmd_print_long_help()
347 _MAX_LINE_WIDTH - _LONG_HELP_ALIGN, in cmd_print_long_help()