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

/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser.cpp56 struct getopt_data : utils::noncopyable { struct in namespace:__anon1885
71 /// Converts a cmdline::options_vector to a getopt_data.
78 getopt_data& data)
177 find_option_name(const getopt_data& data, const int getopt_optopt,
315 getopt_data data;
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-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
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-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
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dgetopt.c119 /* Keep a global copy of all internal members of getopt_data. */
121 static struct _getopt_data getopt_data;
1150 getopt_data.optind = optind;
1151 getopt_data.opterr = opterr;
1154 long_only, posixly_correct, &getopt_data);
1156 optind = getopt_data.optind;
1157 optarg = getopt_data.optarg;
1158 optopt = getopt_data.optopt;
120 static struct _getopt_data getopt_data; variable in typeref:struct:_getopt_data
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dgetopt.c119 /* Keep a global copy of all internal members of getopt_data. */
121 static struct _getopt_data getopt_data;
1149 getopt_data.optind = optind;
1150 getopt_data.opterr = opterr;
1153 longind, long_only, &getopt_data);
1155 optind = getopt_data.optind;
1156 optarg = getopt_data.optarg;
1157 optopt = getopt_data.optopt;
120 static struct _getopt_data getopt_data; variable in typeref:struct:_getopt_data
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dgetopt.c120 /* Keep a global copy of all internal members of getopt_data. */
122 static struct _getopt_data getopt_data;
1151 getopt_data.optind = optind;
1152 getopt_data.opterr = opterr;
1155 long_only, posixly_correct, &getopt_data);
1157 optind = getopt_data.optind;
1158 optarg = getopt_data.optarg;
1159 optopt = getopt_data.optopt;
121 static struct _getopt_data getopt_data; variable in typeref:struct:_getopt_data

Completed in 293 milliseconds