Home
last modified time | relevance | path

Searched refs:sh_options (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/bin/ksh/
Dmisc.c119 const struct option sh_options[] = { variable
180 for (ele = 0; ele < NELEM(sh_options); ele++) in option()
181 if (sh_options[ele].name && strcmp(sh_options[ele].name, n) == 0) in option()
192 } opts[NELEM(sh_options)];
223 for (ele = n = oi.opt_width = 0; ele < NELEM(sh_options); ele++) { in printoptions()
224 if (sh_options[ele].name) { in printoptions()
225 len = strlen(sh_options[ele].name); in printoptions()
226 oi.opts[n].name = sh_options[ele].name; in printoptions()
237 for (ele = 0; ele < NELEM(sh_options); ele++) { in printoptions()
238 if (sh_options[ele].name) in printoptions()
[all …]
Dsh.h129 extern const struct option sh_options[];
Dedit.c230 if (strstr(ed, sh_options[(int) edit_flags[ele]].name)) { in set_editmode()