Searched defs:arg_end (Results 1 – 2 of 2) sorted by relevance
148 struct arg_end struct150 struct arg_hdr hdr; /* The mandatory argtable header struct */151 int count; /* Number of errors encountered */152 int *error; /* Array of error codes */153 void **parent; /* Array of pointers to offending arg_xxx struct */154 const char **argval; /* Array of pointers to offending argv[] string */
1720 struct arg_end * arg_end(int maxcount) in arg_end() function