Searched refs:_LONG_HELP_ALIGN (Results 1 – 2 of 2) sorted by relevance
/babblesim_base-3.7.0/libUtilv1/src/ |
D | bs_cmd_line.h | 18 #define _LONG_HELP_ALIGN 30 macro
|
D | bs_cmd_line.c | 429 fprintf(stdout, "\n %-*s:%s\n", _LONG_HELP_ALIGN-1, in bs_args_print_long_help() 439 ret = fprintf(stdout, " %-*s:",_LONG_HELP_ALIGN-1, stringy); in bs_args_print_long_help() 450 fprintf(stdout, "%*s", _LONG_HELP_ALIGN, ""); in bs_args_print_long_help() 452 _MAX_LINE_WIDTH - _LONG_HELP_ALIGN, in bs_args_print_long_help()
|