Searched defs:shparam (Results 1 – 1 of 1) sorted by relevance
38 struct shparam { struct39 int nparam; /* # of positional parameters (without $0) */40 unsigned char malloc; /* if parameter list dynamically allocated */41 unsigned char reset; /* if getopts has been reset */42 char **p; /* parameter list */43 char **optp; /* parameter list for getopts */44 char **optnext; /* next parameter to be processed by getopts */45 char *optptr; /* used by getopts */