Home
last modified time | relevance | path

Searched refs:NOPTS (Results 1 – 9 of 9) sorted by relevance

/original-bsd/bin/sh/
H A Doptions.h39 #define NOPTS 15 macro
48 struct optent optlist[NOPTS] = {
66 extern struct optent optlist[NOPTS];
H A Doptions.c65 for (i = 0; i < NOPTS; i++)
74 for (i = 0; i < NOPTS; i++)
171 for (i = 0; i < NOPTS; i++)
175 for (i = 0; i < NOPTS; i++)
192 for (i = 0; i < NOPTS; i++)
215 for (i = 0; i < NOPTS; i++)
H A Dexpand.c722 for (i = 0 ; i < NOPTS ; i++) {
/original-bsd/usr.bin/ex/
H A Dex_set.c73 for (op = options; op < &options[NOPTS]; op++) in set()
167 register int incr = (NOPTS + 2) / 3; in prall()
175 if (&op[2*incr] < &options[NOPTS]) { in prall()
187 for (op = options; op < &options[NOPTS]; op++) { in propts()
H A Dex_vars.h45 #define NOPTS 42 macro
H A Dex_data.c53 struct option options[NOPTS + 1] = {
H A Dex.h126 extern struct option options[NOPTS + 1];
/original-bsd/games/rogue/
H A Droom.c36 #define NOPTS 7 macro
43 } options[NOPTS] = {
478 char save[NOPTS+1][DCOLS]; in edit_opts()
484 for (i = 0; i < NOPTS+1; i++) { in edit_opts()
488 if (i < NOPTS) { in edit_opts()
505 if (i == (NOPTS - 1)) { in edit_opts()
506 mvaddstr(NOPTS, 0, press_space); in edit_opts()
566 for (i = 0; i < NOPTS+1; i++) { in edit_opts()
/original-bsd/contrib/connectd/libc/
H A Dgetttyent.c25 #define NOPTS 32 macro
26 static char *options[NOPTS];