Symbol: OPTION
usr.bin/find/extern.h
41
OPTION *option(char *);
usr.bin/find/option.c
110
OPTION *p;
usr.bin/find/option.c
143
OPTION *
usr.bin/find/option.c
146
OPTION tmp;
usr.bin/find/option.c
149
return ((OPTION *)bsearch(&tmp, options,
usr.bin/find/option.c
150
sizeof(options)/sizeof(OPTION), sizeof(OPTION), typecompare));
usr.bin/find/option.c
156
return (strcmp(((OPTION *)a)->name, ((OPTION *)b)->name));
usr.bin/find/option.c
50
static OPTION options[] = {
usr.bin/rdist/gram.y
210
| options OPTION = {
usr.bin/rdist/gram.y
372
return(OPTION);
usr.bin/rdist/gram.y
60
%term OPTION 12
usr.bin/rdist/gram.y
69
%type <optval> OPTION, options
usr.bin/vi/common/gs.h
73
OPTION opts[GO_TERM + 1];
usr.bin/vi/common/options.c
410
OPTION *spo;
usr.bin/vi/common/options.c
700
OPTION *op;
usr.bin/vi/common/options.h
83
int (*func)(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/common/options_f.c
127
f_paragraph(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
141
f_print(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
155
f_readonly(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
172
f_recompile(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
189
f_reformat(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
199
f_section(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
213
f_secure(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
226
f_ttywerase(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
237
f_w300(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
254
f_w1200(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
271
f_w9600(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
288
f_window(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
33
f_altwerase(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
44
f_columns(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/options_f.c
74
f_lines(SCR *sp, OPTION *op, char *str, u_long *valp)
usr.bin/vi/common/screen.h
134
OPTION opts[O_OPTIONCOUNT]; /* Ex/vi: Options. */
usr.bin/vi/include/com_extern.h
69
int f_altwerase(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
70
int f_columns(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
71
int f_lines(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
72
int f_paragraph(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
73
int f_print(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
74
int f_readonly(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
75
int f_recompile(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
76
int f_reformat(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
77
int f_section(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
78
int f_secure(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
79
int f_ttywerase(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
80
int f_w300(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
81
int f_w1200(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
82
int f_w9600(SCR *, OPTION *, char *, u_long *);
usr.bin/vi/include/com_extern.h
83
int f_window(SCR *, OPTION *, char *, u_long *);