Searched refs:f_reformat (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | options.c | 104 {L("leftright"), f_reformat, OPT_0BOOL, 0}, 114 {L("list"), f_reformat, OPT_0BOOL, 0}, 143 {L("number"), f_reformat, OPT_0BOOL, 0}, 204 {L("tabstop"), f_reformat, OPT_NUM, OPT_NOZERO},
|
H A D | options_f.c | 204 f_reformat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_reformat() function
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 402 int f_reformat(SCR *, OPTION *, char *, u_long *);
|