Searched refs:O_RECDIR (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/nvi/common/ |
| D | recover.c | 145 if (opts_empty(sp, O_RECDIR, 0)) 147 dp = O_STR(sp, O_RECDIR); 298 if (opts_empty(sp, O_RECDIR, 0)) 300 dp = O_STR(sp, O_RECDIR); 362 if (opts_empty(sp, O_RECDIR, 0)) 364 dp = O_STR(sp, O_RECDIR); 502 if (opts_empty(sp, O_RECDIR, 0)) 504 p = O_STR(sp, O_RECDIR); 607 if (opts_empty(sp, O_RECDIR, 0)) 609 rp = O_STR(sp, O_RECDIR);
|
| D | options.c | 361 OI(O_RECDIR, b1);
|
| /freebsd-9-stable/contrib/nvi/include/ |
| D | options_def.h | 44 #define O_RECDIR 43 macro
|