Home
last modified time | relevance | path

Searched refs:O_RECDIR (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/nvi/common/
Drecover.c132 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);
Doptions.c371 OI(O_RECDIR, b2); in opts_init()
/freebsd-12-stable/usr.bin/vi/
Doptions_def.h48 #define O_RECDIR 47 macro