Lines Matching full:force
35 " standard input is a terminal, and the \b--force\b option is not"
50 "[f:force?Ignore nonexistent files and never prompt the user.]"
56 "[u:unconditional?If \b--recursive\b and \b--force\b are also enabled then"
87 int force; /* force actions */ member
114 if (!state->force) in rm()
132 else if (!state->force) in rm()
145 if (!state->force) in rm()
230 if (!state->force) in rm()
237 else if (!state->force) in rm()
245 if (!state->force) in rm()
265 else if (!state->force && state->terminal && S_ISREG(ent->fts_statp->st_mode)) in rm()
326 if (!state->force || state->interactive) in rm()
359 state.force = 1; in b_rm()
364 state.force = 0; in b_rm()
405 state.unconditional = state.unconditional && state.recursive && state.force; in b_rm()
419 else if (!state.force) in b_rm()