| /trueos/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 …]
|
| /trueos/contrib/ntp/ntpdc/ |
| HD | ntpdc-opts.def | 46 The following argument is interpreted as an interactive format command 59 their state. This is equivalent to the 'listpeers' interactive command. 70 of their state. This is equivalent to the 'peers' interactive command. 81 of their state. This is equivalent to the 'dmpeers' interactive command. 86 name = interactive; 89 descrip = "Force ntpq to operate in interactive mode"; 91 Force ntpq to operate in interactive mode. Prompts will be written 115 be run either in interactive mode or controlled using command line
|
| HD | ntpdc-opts.texi | 21 be run either in interactive mode or controlled using command line 43 * ntpdc interactive:: interactive option (-i) 81 -i no interactive Force ntpq to operate in interactive mode 114 be run either in interactive mode or controlled using command line 171 The following argument is interpreted as an interactive format command 189 their state. This is equivalent to the 'listpeers' interactive command. 205 of their state. This is equivalent to the 'peers' interactive command. 221 of their state. This is equivalent to the 'dmpeers' interactive command. 223 @node ntpdc interactive 224 @subsection interactive option (-i) [all …]
|
| HD | ntpdc.c | 50 static int interactive = 0; /* set to 1 when we should prompt */ variable 354 interactive = 1; in ntpdcmain() 380 if (numcmds == 0 && interactive == 0 in ntpdcmain() 382 interactive = 1; in ntpdcmain() 402 interactive = 1; in ntpdcmain() 435 if (numcmds == 0 && interactive == 0 in ntpdcmain() 437 interactive = 1; in ntpdcmain() 442 if (interactive) in ntpdcmain() 1131 if ((line = readline(interactive?prompt:"")) == NULL) return; in getcmds() 1140 if (interactive) { in getcmds() [all …]
|
| /trueos/contrib/ntp/ntpq/ |
| HD | ntpq-opts.texi | 33 * ntpq interactive:: interactive option (-i) 66 interactive 67 -i no interactive Force ntpq to operate in interactive mode 144 The following argument is interpreted as an interactive format command 191 interactive. 195 of their state. This is equivalent to the 'peers' interactive command. 197 @node ntpq interactive 198 @subsection interactive option (-i) 199 @cindex ntpq-interactive 201 This is the ``force ntpq to operate in interactive mode'' option. [all …]
|
| HD | ntpq-opts.def | 46 The following argument is interpreted as an interactive format command 58 flags-cant = interactive; 61 of their state. This is equivalent to the 'peers' interactive command. 66 name = interactive; 69 descrip = "Force ntpq to operate in interactive mode"; 71 Force ntpq to operate in interactive mode. Prompts will be written 107 The program may be run either in interactive mode or controlled using 162 interactive format commands from the standard input. 170 number of interactive format commands are executed entirely within
|
| /trueos/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()
|
| /trueos/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 …]
|
| /trueos/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)
|
| /trueos/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()
|
| /trueos/contrib/sendmail/libsm/ |
| HD | t-shm.c | 203 bool interactive = false; local 221 interactive = true; 233 if (interactive)
|
| HD | t-sem.c | 323 bool interactive = false; local 343 interactive = true; 359 if (interactive)
|
| /trueos/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 …]
|
| /trueos/usr.sbin/bsdinstall/partedit/ |
| HD | partedit.h | 60 int interactive); 67 char *default_mountpoint, char **output, int interactive);
|
| /trueos/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;
|
| /trueos/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 1433 interactive = 1; in main() 1438 interactive = 1; in main() 1444 interactive = 1; in main() 1453 interactive = 1; in main() 1457 interactive = 1; in main() 1592 if (!interactive) in main() 1859 if (interactive) in main()
|
| /trueos/contrib/wpa/hostapd/ |
| HD | hostapd_cli.c | 98 static int interactive = 0; variable 658 if (interactive) in hostapd_cli_cmd_quit() 1061 interactive = (argc == optind) && (action_file == NULL); in main() 1063 if (interactive) { in main() 1096 if (!interactive) { in main() 1110 if (interactive || action_file) { in main() 1123 if (interactive) in main()
|
| /trueos/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)
|
| /trueos/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()
|
| /trueos/contrib/binutils/binutils/ |
| HD | arsup.c | 131 extern int interactive; in prompt() 133 if (interactive) in prompt() 143 if (! interactive) in maybequit()
|
| /trueos/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
|
| /trueos/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
|
| /trueos/tools/tools/editing/ |
| HD | freebsd.el | 27 (defun bsd () (interactive)
|