Home
last modified time | relevance | path

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

/system/core/sh/
Doptions.h37 struct shparam { struct
38 int nparam; /* # of positional parameters (without $0) */
39 unsigned char malloc; /* if parameter list dynamically allocated */
40 unsigned char reset; /* if getopts has been reset */
41 char **p; /* parameter list */
42 char **optnext; /* next parameter to be processed by getopts */
43 char *optptr; /* used by getopts */