Home
last modified time | relevance | path

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

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