| /freebsd-12.1/crypto/heimdal/appl/ftp/ftp/ |
| H A D | cmds.c | 430 interactive = 1; in mabort() 500 interactive = 1; in mput() 527 interactive = 1; in mput() 554 interactive = 1; in mput() 756 interactive = 1; in mget() 977 interactive = !interactive; in setprompt() 979 code = interactive; in setprompt() 1119 interactive = 1; in mdelete() 1220 interactive = 1; in mls() 1539 if (!interactive) in confirm() [all …]
|
| /freebsd-12.1/sbin/bectl/ |
| H A D | bectl_jail.c | 134 build_jailcmd(char ***argvp, bool interactive, int argc, char *argv[]) in build_jailcmd() argument 151 if (interactive) { in build_jailcmd() 172 if (interactive) { in build_jailcmd() 199 if (interactive && argc < 1) in build_jailcmd() 242 bool default_hostname, interactive, unjail; in bectl_cmd_jail() local 248 default_hostname = interactive = unjail = true; in bectl_cmd_jail() 263 interactive = false; in bectl_cmd_jail() 335 if ((build_jailcmd(&jargv, interactive, argc, argv)) != 0) { in bectl_cmd_jail() 359 if (!interactive) in bectl_cmd_jail()
|
| /freebsd-12.1/contrib/tnftp/src/ |
| H A D | cmds.c | 196 interactive = 0; in confirm() 495 interactive = 1; in mput() 519 interactive = 1; in mput() 547 interactive = 1; in mput() 666 ointer = interactive; in mabort() 668 interactive = 1; in mabort() 675 interactive = ointer; in mabort() 742 interactive = 1; in mget() 1247 interactive = 1; in mdelete() 1408 interactive = 1; in mls() [all …]
|
| /freebsd-12.1/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)
|
| /freebsd-12.1/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
|
| /freebsd-12.1/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) 92 -i no interactive Force ntpq to operate in interactive mode 172 The following argument is interpreted as an interactive format command 175 @node ntpdc interactive 176 @subsection interactive option (-i) 177 @cindex ntpdc-interactive 179 This is the ``force ntpq to operate in interactive mode'' option. 189 Force ntpq to operate in interactive mode. Prompts will be written 206 their state. This is equivalent to the 'listpeers' interactive command. [all …]
|
| /freebsd-12.1/usr.sbin/fdwrite/ |
| H A D | fdwrite.c | 71 int interactive = 1; in main() local 97 interactive = 0; in main() 108 interactive = 0; in main() 120 if (interactive) { in main()
|
| /freebsd-12.1/contrib/flex/ |
| H A D | main.c | 265 if (interactive == unspecified) { in check_options() 267 interactive = false; in check_options() 269 interactive = true; in check_options() 277 if (interactive) in check_options() 771 if (interactive == false) 773 if (interactive == true) 944 interactive = csize = unspecified; 1016 interactive = false; 1091 interactive = true; 1532 if (interactive) in readin() [all …]
|
| /freebsd-12.1/contrib/sendmail/libsm/ |
| H A D | t-shm.c | 203 bool interactive = false; local 221 interactive = true; 233 if (interactive)
|
| H A D | t-sem.c | 323 bool interactive = false; local 343 interactive = true; 359 if (interactive)
|
| /freebsd-12.1/usr.bin/bc/ |
| H A D | scan.l | 36 bool interactive; variable 61 %option always-interactive 316 if (interactive) { 335 if (yyin == stdin && interactive && use_el) {
|
| H A D | extern.h | 42 extern bool interactive;
|
| /freebsd-12.1/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 1410 interactive = 1; in main() 1415 interactive = 1; in main() 1421 interactive = 1; in main() 1430 interactive = 1; in main() 1434 interactive = 1; in main() 1569 if (!interactive) in main() 1836 if (interactive) in main()
|
| /freebsd-12.1/usr.sbin/bsdinstall/partedit/ |
| H A D | partedit.h | 62 int interactive); 70 char **output, int interactive);
|
| /freebsd-12.1/usr.bin/top/ |
| H A D | top.c | 248 char interactive = 2; in main() local 337 interactive = 1; in main() 342 interactive = 0; in main() 514 init_termcap(interactive); in main() 553 if (interactive == 2) in main() 555 interactive = smart_terminal; in main() 699 if (!interactive) in main()
|
| H A D | screen.c | 62 init_termcap(bool interactive) in init_termcap() argument 72 if (!interactive) in init_termcap()
|
| /freebsd-12.1/usr.bin/tftp/ |
| H A D | main.c | 183 bool interactive; in main() local 190 interactive = isatty(STDIN_FILENO); in main() 191 if (interactive) { in main() 215 if (interactive) in main() 221 command(interactive, el, hist, &he); in main() 735 command(bool interactive, EditLine *el, History *hist, HistEvent *hep) in command() argument 744 if (interactive) { in command()
|
| /freebsd-12.1/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()
|
| /freebsd-12.1/usr.bin/ar/ |
| H A D | acpyacc.y | 87 static int interactive; variable 643 if (interactive) { in arscp_prompt() 655 interactive = isatty(fileno(stdin)); in ar_mode_script() 657 if (!interactive) in ar_mode_script()
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | hostapd_cli.c | 40 static int interactive = 0; variable 83 if (interactive) { in register_event_handler() 96 if (interactive && event_handler_registered) { in unregister_event_handler() 170 if (!interactive && !action_file) in hostapd_cli_reconnect() 909 if (interactive) in hostapd_cli_cmd_quit() 932 if (!ctrl || !interactive) in update_stations() 2057 interactive = (argc == optind) && (action_file == NULL); in main() 2059 if (interactive) { in main() 2091 if (!interactive) { in main() 2110 if (interactive) in main()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | arsup.c | 131 extern int interactive; in prompt() 133 if (interactive) in prompt() 143 if (! interactive) in maybequit()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | opacket.h | 103 #define packet_set_interactive(interactive, qos_interactive, qos_bulk) \ argument 104 ssh_packet_set_interactive(active_state, (interactive), (qos_interactive), (qos_bulk))
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | wpa_cli.c | 56 static int interactive = 0; variable 184 if (interactive) in wpa_cli_open_connection() 407 if (interactive) in wpa_cli_cmd_quit() 1331 if (interactive) in wpa_cli_cmd_add_network() 1341 if (interactive) in wpa_cli_cmd_remove_network() 1564 if (interactive) in wpa_cli_cmd_add_cred() 1574 if (interactive) in wpa_cli_cmd_remove_cred() 4069 if (interactive) { in wpa_cli_open_global_ctrl() 4097 if (interactive) { in wpa_cli_reconnect() 4701 if (interactive) in main() [all …]
|
| /freebsd-12.1/tools/tools/editing/ |
| H A D | freebsd.el | 27 (defun bsd () (interactive)
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | inform | 4 # inform: file(1) magic for Inform interactive fiction language
|