Searched refs:short_len (Results 1 – 1 of 1) sorted by relevance
443 size_t short_len; /* Getopt short options string. */ member467 szs->short_len += num_opts * 3; /* opt + up to 2 `:'s */ in calc_sizes()490 szs.short_len = (flags & ARGP_NO_ARGS) ? 0 : 1; in parser_init()502 #define SLEN (szs.short_len + 1) in parser_init()
Completed in 6 milliseconds