Home
last modified time | relevance | path

Searched refs:getopt_data (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/texinfo/lib/
Dgetopt.c118 static struct _getopt_data getopt_data; variable
1143 getopt_data.optind = optind; in _getopt_internal()
1144 getopt_data.opterr = opterr; in _getopt_internal()
1147 longind, long_only, &getopt_data); in _getopt_internal()
1149 optind = getopt_data.optind; in _getopt_internal()
1150 optarg = getopt_data.optarg; in _getopt_internal()
1151 optopt = getopt_data.optopt; in _getopt_internal()