Searched refs:unconditional (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Drm.c56 "[u:unconditional?If \b--recursive\b and \b--force\b are also enabled then"
93 int unconditional; /* enable dir rwx on preorder */ member in struct:State_s
123 if (state->unconditional)
159 if (state->unconditional && (ent->fts_statp->st_mode ^ S_IRWXU))
378 state.unconditional = 1;
405 state.unconditional = state.unconditional && state.recursive && state.force;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c112 static BOOL unconditional; /* unconditionally build database */ variable
686 unconditional = YES;
980 * matches or this is an unconditional build
982 if ((oldrefs = vpfopen(reffile, "r")) != NULL && unconditional == NO &&

Completed in 46 milliseconds