| /src/crypto/heimdal/appl/ftp/ftp/ |
| H A D | cmds.c | 429 ointer = interactive; in mabort() 430 interactive = 1; in mabort() 432 interactive = ointer; in mabort() 435 interactive = ointer; in mabort() 497 cp != tp || !interactive); in mput() 499 ointer = interactive; in mput() 500 interactive = 1; in mput() 504 interactive = ointer; in mput() 524 tp, tp != argv[i] || !interactive); in mput() 526 ointer = interactive; in mput() [all …]
|
| /src/sbin/bectl/ |
| H A D | bectl_jail.c | 110 build_jailcmd(char ***argvp, bool interactive, int argc, char *argv[]) in build_jailcmd() argument 128 if (interactive) { in build_jailcmd() 149 if (interactive) { in build_jailcmd() 176 if (interactive && argc < 1) in build_jailcmd() 219 bool default_hostname, interactive, unjail; in bectl_cmd_jail() local 225 default_hostname = interactive = unjail = true; in bectl_cmd_jail() 240 interactive = false; in bectl_cmd_jail() 312 if ((build_jailcmd(&jargv, interactive, argc, argv)) != 0) { in bectl_cmd_jail() 337 if (interactive && unjail) { in bectl_cmd_jail()
|
| /src/crypto/krb5/src/kadmin/cli/ |
| H A D | k5srvutil.sh | 23 if [ $interactive = 0 ] ; then 66 interactive=1 77 interactive=0 89 interactive=1
|
| /src/bin/ed/test/ |
| H A D | TODO | 13 8) ed - verify: interactive/help mode 14 9) G/pat/ - verify: global interactive command 15 10) V/pat/ - verify: global interactive command
|
| /src/contrib/tnftp/src/ |
| H A D | cmds.c | 172 if (!interactive || confirmrest) in confirm() 196 interactive = 0; in confirm() 492 cp, tp, cp != tp || !interactive); in mput() 494 ointer = interactive; in mput() 495 interactive = 1; in mput() 499 interactive = ointer; in mput() 516 argv[i], tp, tp != argv[i] || !interactive); in mput() 518 ointer = interactive; in mput() 519 interactive = 1; in mput() 523 interactive = ointer; in mput() [all …]
|
| /src/contrib/tcsh/ |
| H A D | csh-mode.el | 472 (interactive) 488 (interactive) 574 (interactive) 607 (interactive) 728 (interactive) 774 (interactive) 851 (interactive) 860 (interactive) 880 (interactive) 930 (interactive)
|
| /src/usr.bin/mail/tests/ |
| H A D | mailx_signal_test.c | 32 mailx_signal_test(int signo, bool interactive) in mailx_signal_test() argument 79 interactive ? "-Is" : "-s", in mailx_signal_test() 138 if (interactive && signo == SIGINT) { in mailx_signal_test() 158 if (interactive) { in mailx_signal_test()
|
| /src/contrib/ntp/ntpdc/ |
| H A D | invoke-ntpdc.texi | 30 be run either in interactive mode or controlled using command line 50 * ntpdc interactive:: interactive option (-i) 93 -i no interactive Force ntpq to operate in interactive mode 174 The following argument is interpreted as an interactive format command 177 @node ntpdc interactive 178 @subsection interactive option (-i) 179 @cindex ntpdc-interactive 181 This is the ``force ntpq to operate in interactive mode'' option. 191 Force ntpq to operate in interactive mode. Prompts will be written 208 their state. This is equivalent to the 'listpeers' interactive command. [all …]
|
| /src/usr.sbin/fdwrite/ |
| H A D | fdwrite.c | 68 int interactive = 1; in main() local 94 interactive = 0; in main() 105 interactive = 0; in main() 117 if (interactive) { in main()
|
| /src/contrib/sendmail/libsm/ |
| H A D | t-shm.c | 204 bool interactive = false; local 222 interactive = true; 234 if (interactive)
|
| H A D | t-sem.c | 324 bool interactive = false; local 344 interactive = true; 360 if (interactive)
|
| /src/contrib/flex/src/ |
| H A D | main.c | 52 int interactive, lex_compat, posix_compat, do_yylineno, variable 250 if (interactive == unspecified) { in check_options() 252 interactive = false; in check_options() 254 interactive = true; in check_options() 262 if (interactive) in check_options() 787 if (interactive == false) in flexend() 789 if (interactive == true) in flexend() 958 interactive = csize = unspecified; in flexinit() 1029 interactive = false; in flexinit() 1104 interactive = true; in flexinit() [all …]
|
| /src/usr.sbin/bsdinstall/partedit/ |
| H A D | partedit.h | 63 int interactive); 71 char **output, int interactive);
|
| /src/contrib/ntp/parseutil/ |
| H A D | dcfd.c | 120 #define PRINTF if (interactive) printf 121 #define LPRINTF if (interactive && loop_filter_debug) printf 138 static int interactive = 0; variable 1414 interactive = 1; in main() 1419 interactive = 1; in main() 1425 interactive = 1; in main() 1434 interactive = 1; in main() 1438 interactive = 1; in main() 1573 if (!interactive) in main() 1840 if (interactive) in main()
|
| /src/contrib/wpa/wpa_supplicant/doc/docbook/ |
| H A D | wpa_gui.sgml | 34 configuration and request interactive user input.</para> 36 <para>wpa_gui supports (almost) all of the interactive status and 39 interactive mode features.</para>
|
| /src/usr.bin/tftp/ |
| H A D | main.c | 170 bool interactive; in main() local 177 interactive = isatty(STDIN_FILENO); in main() 178 if (interactive) { in main() 202 if (interactive) in main() 208 command(interactive, el, hist, &he); in main() 733 command(bool interactive, EditLine *el, History *hist, HistEvent *hep) in command() argument 742 if (interactive) { in command()
|
| /src/usr.bin/top/ |
| H A D | top.c | 248 char interactive = 2; in main() local 342 interactive = 1; in main() 347 interactive = 0; in main() 522 init_termcap(interactive); in main() 561 if (interactive == 2) in main() 563 interactive = smart_terminal; in main() 706 if (!interactive) in main()
|
| H A D | screen.c | 60 init_termcap(bool interactive) in init_termcap() argument 70 if (!interactive) in init_termcap()
|
| /src/contrib/less/ |
| H A D | output.c | 420 if (interactive()) in flush() 428 if (interactive()) in flush() 696 if (!interactive()) in error() 775 if (interactive()) in query() 781 if (interactive()) in query()
|
| /src/contrib/elftoolchain/ar/ |
| H A D | acpyacc.y | 87 static int interactive; variable 636 if (interactive) { in arscp_prompt() 650 interactive = isatty(fileno(stdin)); in ar_mode_script() 652 if (!interactive) in ar_mode_script()
|
| /src/usr.bin/ar/ |
| H A D | acpyacc.y | 84 static int interactive; variable 635 if (interactive) { in arscp_prompt() 647 interactive = isatty(fileno(stdin)); in ar_mode_script() 649 if (!interactive) in ar_mode_script()
|
| /src/contrib/bc/gen/ |
| H A D | bc_help.txt | 122 -i --interactive 124 Force interactive mode. 152 Disable the prompts in interactive mode. 156 Disable the read prompt in interactive mode. 212 If an integer and non-zero, display the copyright banner in interactive 222 interactive mode.
|
| H A D | dc_help.txt | 125 -i --interactive 127 Put dc into interactive mode. See the man page for more details. 141 Disable the prompts in interactive mode. 145 Disable the read prompt in interactive mode. 179 interactive mode.
|
| /src/crypto/krb5/src/windows/kfwlogon/ |
| H A D | kfwlogon.c | 201 BOOLEAN interactive = TRUE; in NPLogonNotify() local 224 interactive = (wcsicmp(lpStationName, L"WinSta0") == 0); in NPLogonNotify() 226 if ( !interactive ) { in NPLogonNotify() 234 …lpLogonId->HighPart, lpLogonId->LowPart, interactive, rv != 0 ? station : "failure", GetLastError(… in NPLogonNotify()
|
| /src/usr.bin/uniq/tests/ |
| H A D | uniq_test.sh | 171 atf_test_case interactive 225 atf_add_test_case interactive
|