Searched defs:getopt_data (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.c96 /* Keep a global copy of all internal members of getopt_data. */
98 static struct _getopt_data getopt_data;
1085 getopt_data.optind = optind;
1086 getopt_data.opterr = opterr;
1089 longind, long_only, &getopt_data,
1092 optind = getopt_data.optind;
1093 optarg = getopt_data.optarg;
1094 optopt = getopt_data.optopt;
97 static struct _getopt_data getopt_data; variable in typeref:struct:_getopt_data

Completed in 17 milliseconds