Home
last modified time | relevance | path

Searched defs:arg_end (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/console/argtable3/
Dargtable3.h148 struct arg_end struct
150 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 */
Dargtable3.c1720 struct arg_end * arg_end(int maxcount) in arg_end() function