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

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dmisc.c137 const struct option goptions[] = { variable in typeref:struct:option
205 for (i = 0; i < (int)NELEM(goptions); i++)
206 if (goptions[i].name && strcmp(goptions[i].name, n) == 0)
217 } opts[NELEM(goptions)];
252 for (i = n = oi.opt_width = 0; i < (int)NELEM(goptions); i++)
253 if (goptions[i].name) {
254 len = strlen(goptions[i].name);
255 oi.opts[n].name = goptions[i].name;
265 for (i = 0; i < (int)NELEM(goptions);
[all...]
H A Dedit.c398 if (strstr(ed, goptions[(int) edit_flags[i]].name)) {
H A Dsh.h462 extern const struct option goptions[];
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/bind9/
H A Dcheck.c1307 const cfg_obj_t *zoptions, *goptions = NULL; local
1396 cfg_map_get(config, "options", &goptions);

Completed in 115 milliseconds