Searched refs:O_RECDIR (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | recover.c | 132 if (opts_empty(sp, O_RECDIR, 0)) in rcv_tmp() 134 dp = O_STR(sp, O_RECDIR); in rcv_tmp() 274 if (opts_empty(sp, O_RECDIR, 0)) in rcv_sync() 276 dp = O_STR(sp, O_RECDIR); in rcv_sync() 343 if (opts_empty(sp, O_RECDIR, 0)) in rcv_mailfile() 345 dp = O_STR(sp, O_RECDIR); in rcv_mailfile() 508 if (opts_empty(sp, O_RECDIR, 0)) in rcv_list() 510 p = O_STR(sp, O_RECDIR); in rcv_list() 615 if (opts_empty(sp, O_RECDIR, 0)) 617 rp = O_STR(sp, O_RECDIR);
|
H A D | options.c | 375 OI(O_RECDIR, b2); in opts_init()
|
/freebsd/usr.bin/vi/ |
H A D | options_def.h | 49 #define O_RECDIR 48 macro
|