Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Doptions.h37 struct shparam { struct
38 int nparam; /* # of positional parameters (without $0) */
39 unsigned char malloc; /* if parameter list dynamically allocated */
40 char **p; /* parameter list */
41 int optind; /* next parameter to be processed by getopts */
42 int optoff; /* used by getopts */

Completed in 2 milliseconds