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

/ast/src/lib/libcmd/
H A Drm.c57 "[u:unconditional?If \b--recursive\b and \b--force\b are also enabled then"
94 int unconditional; /* enable dir rwx on preorder */ member in struct:State_s
124 if (state->unconditional)
162 if (state->unconditional && (ent->fts_statp->st_mode & S_IRWXU) != S_IRWXU)
369 state.unconditional = 1;
398 state.unconditional = state.unconditional && state.recursive && state.force;

Completed in 18 milliseconds