Searched refs:interactive (Results 1 – 18 of 18) sorted by relevance
34 rm -R --interactive file1-* < in >> out 2>> err || fail=140 rm -R --interactive=never file2-* < in >> out 2>> err || fail=146 rm -R --interactive=once file3-* < in >> out 2>> err || fail=152 rm -R --interactive=always file4-* < in >> out 2>> err || fail=158 rm -R --interactive=once -f file1-* < in >> out 2>> err || fail=163 rm -R -f --interactive=once file4-* < in >> out 2>> err || fail=176 -f overrides --interactive78 --interactive overrides -f
29 rm --interactive=never f > out || fail=1
313 exercise_rm_r_root --interactive=never --no-preserve-root '/' \
96 x->interactive = RMI_NEVER; in rm_option_init()130 x->interactive = I_UNSPECIFIED; in cp_option_init()350 x.interactive = I_ALWAYS_YES; in main()353 x.interactive = I_ASK_USER; in main()356 x.interactive = I_ALWAYS_NO; in main()378 else if (x.interactive != I_ALWAYS_NO) /* -n takes precedence. */ in main()387 x.interactive = I_UNSPECIFIED; in main()392 x.interactive = I_ALWAYS_SKIP; in main()397 x.interactive = I_UNSPECIFIED; in main()509 if (x.interactive == I_ALWAYS_NO) in main()[all …]
197 x->interactive = RMI_SOMETIMES; in rm_option_init()241 x.interactive = RMI_NEVER; in main()247 x.interactive = RMI_ALWAYS; in main()253 x.interactive = RMI_SOMETIMES; in main()274 x.interactive = RMI_NEVER; in main()279 x.interactive = RMI_SOMETIMES; in main()285 x.interactive = RMI_ALWAYS; in main()
59 static bool interactive; variable213 bool force = (remove_existing_files || interactive in do_link()275 if (interactive) in do_link()488 symbolic_link = remove_existing_files = interactive = verbose in main()508 interactive = false; in main()512 interactive = true; in main()
38 enum rm_interactive interactive; member
831 x->interactive = I_UNSPECIFIED; in cp_option_init()1058 x.interactive = I_ASK_USER; in main()1070 x.interactive = I_ALWAYS_NO; in main()1136 else if (x.interactive != I_ALWAYS_NO) /* -n takes precedence. */ in main()1145 x.interactive = I_UNSPECIFIED; in main()1150 x.interactive = I_ALWAYS_SKIP; in main()1155 x.interactive = I_UNSPECIFIED; in main()1217 if (x.interactive == I_ALWAYS_NO) in main()1220 if (make_backups && x.interactive == I_ALWAYS_NO) in main()
209 if (x->interactive == RMI_NEVER) in prompt()214 && (x->interactive == RMI_ALWAYS || x->stdin_tty) in prompt()221 if (write_protected || x->interactive == RMI_ALWAYS) in prompt()246 if (x->interactive != RMI_ALWAYS) in prompt()
2065 return (x->interactive == I_ALWAYS_NO in abandon_move()2066 || x->interactive == I_ALWAYS_SKIP in abandon_move()2067 || ((x->interactive == I_ASK_USER in abandon_move()2068 || (x->interactive == I_UNSPECIFIED in abandon_move()2235 || (x->interactive != I_ALWAYS_NO && x->interactive != I_ALWAYS_SKIP)) in copy_internal()2303 && (x->interactive == I_ALWAYS_NO in copy_internal()2304 || x->interactive == I_ALWAYS_SKIP))) in copy_internal()2348 if ((x->interactive != I_ALWAYS_NO && x->interactive != I_ALWAYS_SKIP) in copy_internal()2421 return_val = x->interactive == I_ALWAYS_SKIP; in copy_internal()2427 && (x->interactive == I_ALWAYS_NO in copy_internal()[all …]
123 enum Interactive interactive; member
267 x->interactive = I_UNSPECIFIED; in cp_option_init()
29 for interactive in '' -i; do34 $cp_or_mv $interactive --update old new < /dev/null > out 2>&1 || fail=1
2 chroot \- run command or interactive shell with special root directory
103 An interactive user interface displays "Appropriate Legal Notices"230 d) If the work has interactive user interfaces, each must display231 Appropriate Legal Notices; however, if the Program has interactive653 notice like this when it starts in an interactive mode:
2496 directly from a shell prompt, where the command is interactive or needs to4007 "rm --interactive=never F" no longer prompts for an unwritable F4322 rm --interactive now takes an optional argument, although the4404 rm now accepts the -I (--interactive=once) option. This new option
214 tests/rm/interactive-always.sh \215 tests/rm/interactive-once.sh \
9015 This option is independent of the @option{--interactive} or9029 @itemx --interactive9031 @opindex --interactive10235 @itemx --interactive10237 @opindex --interactive10321 If the @option{-I} or @option{--interactive=once} option is given,10329 @option{-i} or @option{--interactive=always} option @emph{is} given,10357 Ignore any previous @option{--interactive} (@option{-i}) option.10364 Equivalent to @option{--interactive=always}.10371 @option{--interactive=once}.[all …]