Searched refs:f_window (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/nvi/common/ |
| H A D | options_f.c | 283 return (f_window(sp, op, str, valp)); in f_w300() 304 return (f_window(sp, op, str, valp)); in f_w1200() 325 return (f_window(sp, op, str, valp)); in f_w9600() 332 f_window( in f_window() function
|
| H A D | extern.h | 94 int f_window(SCR *, OPTION *, char *, u_long *);
|
| H A D | options.c | 231 {L("window"), f_window, OPT_NUM, 0},
|