Searched refs:f_print (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/vi/common/ |
H A D | options_f.c | 141 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) in f_print() function
|
H A D | options.c | 109 {"noprint", f_print, OPT_STR, OPT_EARLYSET}, 113 {"octal", f_print, OPT_0BOOL, OPT_EARLYSET}, 121 {"print", f_print, OPT_STR, OPT_EARLYSET},
|
/openbsd/usr.bin/vi/include/ |
H A D | com_extern.h | 73 int f_print(SCR *, OPTION *, char *, u_long *);
|
/openbsd/usr.bin/find/ |
H A D | function.c | 103 int f_print(PLAN *, FTSENT *); 1403 f_print(PLAN *plan, FTSENT *entry) in f_print() function 1422 return(palloc(N_PRINT, f_print)); in c_print()
|