Searched refs:O_RECDIR (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/nvi/common/ |
| 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);
|
| D | options.c | 371 OI(O_RECDIR, b2); in opts_init()
|
| /freebsd-12-stable/usr.bin/vi/ |
| D | options_def.h | 48 #define O_RECDIR 47 macro
|