| /NextBSD/crypto/heimdal/appl/ftp/ftp/ |
| HD | 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 …]
|
| /NextBSD/contrib/groff/src/utils/lookbib/ |
| HD | lookbib.cpp | 108 int interactive = isatty(fileno(stdin)); in main() local 110 if (interactive) { in main() 134 if (interactive) { in main() 139 if (interactive) in main()
|
| /NextBSD/contrib/tnftp/src/ |
| HD | 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 …]
|
| /NextBSD/contrib/tcsh/ |
| HD | csh-mode.el | 472 (interactive) 488 (interactive) 574 (interactive) 607 (interactive) 728 (interactive) 774 (interactive) 851 (interactive) 860 (interactive) 880 (interactive) 930 (interactive)
|
| /NextBSD/bin/ed/test/ |
| HD | TODO | 13 8) ed - verify: interactive/help mode 14 9) G/pat/ - verify: global interactive command 15 10) V/pat/ - verify: global interactive command
|
| /NextBSD/contrib/ntp/ntpdc/ |
| HD | 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 …]
|
| /NextBSD/usr.sbin/fdwrite/ |
| HD | fdwrite.c | 69 int interactive = 1; in main() local 95 interactive = 0; in main() 106 interactive = 0; in main() 118 if (interactive) { in main()
|
| /NextBSD/contrib/flex/ |
| HD | main.c | 52 int interactive, lex_compat, posix_compat, do_yylineno, variable 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; [all …]
|
| /NextBSD/usr.bin/bc/ |
| HD | scan.l | 36 bool interactive; variable 61 %option always-interactive 316 if (interactive) { 335 if (yyin == stdin && interactive && use_el) {
|
| HD | extern.h | 42 extern bool interactive;
|
| /NextBSD/contrib/ntp/parseutil/ |
| HD | 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()
|
| /NextBSD/usr.sbin/bsdinstall/partedit/ |
| HD | partedit.h | 60 int interactive); 67 char *default_mountpoint, char **output, int interactive);
|
| /NextBSD/contrib/top/ |
| HD | top.c | 181 char interactive = Maybe; local 326 interactive = Yes; 331 interactive = No; 516 init_termcap(interactive); 562 if (interactive == Maybe) 564 interactive = smart_terminal; 741 if (!interactive)
|
| HD | screen.c | 100 init_termcap(interactive) in init_termcap() argument 102 int interactive; in init_termcap() 115 if (!interactive)
|
| /NextBSD/contrib/elftoolchain/ar/ |
| HD | 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()
|
| /NextBSD/contrib/wpa/hostapd/ |
| HD | hostapd_cli.c | 106 static int interactive = 0; variable 823 if (interactive) in hostapd_cli_cmd_quit() 1388 interactive = (argc == optind) && (action_file == NULL); in main() 1390 if (interactive) { in main() 1423 if (!interactive) { in main() 1437 if (interactive || action_file) { in main() 1450 if (interactive) in main()
|
| /NextBSD/usr.bin/ar/ |
| HD | acpyacc.y | 85 static int interactive; variable 640 if (interactive) { in arscp_prompt() 652 interactive = isatty(fileno(stdin)); in ar_mode_script() 654 if (!interactive) in ar_mode_script()
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | arsup.c | 131 extern int interactive; in prompt() 133 if (interactive) in prompt() 143 if (! interactive) in maybequit()
|
| HD | arsup.h | 62 extern int interactive;
|
| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | priclass_example.txt | 60 The IA interactive class had 30 samples of a 50 to 59 priority, a fairly 61 high priority. This class is used for interactive processes, such as
|
| /NextBSD/crypto/openssh/ |
| HD | sftp.0 | 16 sftp is an interactive file transfer program, similar to ftp(1), which 20 an interactive command mode. 23 interactive authentication method is used; otherwise it will do so after 24 successful interactive authentication. 29 In such cases, it is necessary to configure non-interactive 60 used in conjunction with non-interactive authentication. A 191 Once in interactive mode, sftp understands a set of commands similar to
|
| /NextBSD/tools/tools/editing/ |
| HD | freebsd.el | 27 (defun bsd () (interactive)
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | inform | 4 # inform: file(1) magic for Inform interactive fiction language
|
| /NextBSD/sbin/restore/ |
| HD | Makefile | 10 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | wpa_cli.c | 84 static int interactive = 0; variable 317 if (attach && interactive) in wpa_cli_open_connection() 362 if (attach && interactive) in wpa_cli_open_connection() 372 if (interactive) in wpa_cli_open_connection() 394 wpa_ctrl_detach(interactive ? mon_conn : ctrl_conn); in wpa_cli_close_connection() 442 if (interactive && len > 0 && buf[len - 1] != '\n') in _wpa_ctrl_command() 592 if (interactive) in wpa_cli_cmd_quit() 1474 if (interactive) in wpa_cli_cmd_add_network() 1484 if (interactive) in wpa_cli_cmd_remove_network() 3732 if (interactive) { in wpa_cli_reconnect() [all …]
|