Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 25 of 171) sorted by relevance

1234567

/src/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c429 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 Dbectl_jail.c110 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 Dk5srvutil.sh23 if [ $interactive = 0 ] ; then
66 interactive=1
77 interactive=0
89 interactive=1
/src/bin/ed/test/
H A DTODO13 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 Dcmds.c172 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 Dcsh-mode.el472 (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 Dmailx_signal_test.c32 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 Dinvoke-ntpdc.texi30 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 Dfdwrite.c68 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 Dt-shm.c204 bool interactive = false; local
222 interactive = true;
234 if (interactive)
H A Dt-sem.c324 bool interactive = false; local
344 interactive = true;
360 if (interactive)
/src/contrib/flex/src/
H A Dmain.c52 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 Dpartedit.h63 int interactive);
71 char **output, int interactive);
/src/contrib/ntp/parseutil/
H A Ddcfd.c120 #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 Dwpa_gui.sgml34 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 Dmain.c170 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 Dtop.c248 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 Dscreen.c60 init_termcap(bool interactive) in init_termcap() argument
70 if (!interactive) in init_termcap()
/src/contrib/less/
H A Doutput.c420 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 Dacpyacc.y87 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 Dacpyacc.y84 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 Dbc_help.txt122 -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 Ddc_help.txt125 -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 Dkfwlogon.c201 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 Duniq_test.sh171 atf_test_case interactive
225 atf_add_test_case interactive

1234567