Lines Matching defs:option
42 * inputn 5 Read a command line option number.
97 optionf = 0, /* 'f' option set */
98 soption = 0, /* 's' option used. */
101 okludge = 0, /* Kludge to indicate reading "o" option */
115 char option;
173 char *scan; /* Pointer to individual option strings */
176 /* changes to option parsing includes checks for exceeding */
184 flp->option = 'a';
197 flp->option = c;
202 flp->option = 'p';
214 flp->option = 'c';
219 flp->option = 'f';
224 flp->option = 'i';
232 /* Above allows the -o-0 option to be ignored. */
233 flp->option = 'o';
243 flp->option = 'l';
255 flp->option = 's';
276 inputn(char *scan) /* Read a command option number */
647 /* kludge refers to reading from stdin to get tabspecs for option -i-- */
707 switch (lp->option) {