Searched refs:_LONG_HELP_ALIGN (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | nsi_cmdline_common.c | 325 fprintf(stdout, "\n %-*s:%s\n", _LONG_HELP_ALIGN-1, in nsi_cmd_print_long_help() 336 ret = fprintf(stdout, " %-*s:", _LONG_HELP_ALIGN-1, stringy); in nsi_cmd_print_long_help() 347 fprintf(stdout, "%*s", _LONG_HELP_ALIGN, ""); in nsi_cmd_print_long_help() 349 _MAX_LINE_WIDTH - _LONG_HELP_ALIGN, in nsi_cmd_print_long_help()
|
D | nsi_cmdline_internal.h | 21 #define _LONG_HELP_ALIGN 30 macro
|
/Zephyr-latest/boards/native/native_posix/ |
D | cmdline_common.c | 323 fprintf(stdout, "\n %-*s:%s\n", _LONG_HELP_ALIGN-1, in cmd_print_long_help() 334 ret = fprintf(stdout, " %-*s:", _LONG_HELP_ALIGN-1, stringy); in cmd_print_long_help() 345 fprintf(stdout, "%*s", _LONG_HELP_ALIGN, ""); in cmd_print_long_help() 347 _MAX_LINE_WIDTH - _LONG_HELP_ALIGN, in cmd_print_long_help()
|
D | cmdline_common.h | 18 #define _LONG_HELP_ALIGN 30 macro
|