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

/external/bison/lib/
H A Dgetopt.c357 const struct option *longopts, int *longind,
674 if (longind != NULL)
675 *longind = option_index;
1008 if (longind != NULL)
1009 *longind = option_index;
1093 const struct option *longopts, int *longind,
1101 result = _getopt_internal_r (argc, argv, optstring, longopts, longind,
352 _getopt_internal_r(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct, struct _getopt_data *d) argument
1088 _getopt_internal(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) argument

Completed in 227 milliseconds