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

/external/bison/lib/
H A Dgetopt.c104 /* Keep a global copy of all internal members of getopt_data. */
106 static struct _getopt_data getopt_data;
1098 getopt_data.optind = optind;
1099 getopt_data.opterr = opterr;
1102 long_only, posixly_correct, &getopt_data);
1104 optind = getopt_data.optind;
1105 optarg = getopt_data.optarg;
1106 optopt = getopt_data.optopt;
105 static struct _getopt_data getopt_data; variable in typeref:struct:_getopt_data

Completed in 43 milliseconds