Searched refs:f_window (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/nvi/common/ |
| H A D | options_f.c | 235 return (f_window(sp, op, str, valp)); in f_w300() 252 return (f_window(sp, op, str, valp)); in f_w1200() 269 return (f_window(sp, op, str, valp)); in f_w9600() 276 f_window(SCR *sp, OPTION *op, char *str, u_long *valp) in f_window() function
|
| H A D | extern.h | 94 int f_window(SCR *, OPTION *, char *, u_long *);
|
| H A D | options.c | 234 {L("window"), f_window, OPT_NUM, 0},
|
| /freebsd/usr.bin/vi/ |
| H A D | common_extern.h | 94 int f_window(SCR *, OPTION *, char *, u_long *);
|