Searched refs:OPTION_WIDTH (Results 1 – 1 of 1) sorted by relevance
1939 #define OPTION_WIDTH 18 macro1954 fprintf(stderr, " %-*s", OPTION_WIDTH, optstr); in options_usage()1955 if (strlen(optstr) > OPTION_WIDTH) in options_usage()1956 fprintf(stderr, "\n %-*s", OPTION_WIDTH, ""); in options_usage()1961 fprintf(stderr, "\n %-*s", OPTION_WIDTH, ""); in options_usage()