| /onnv-gate/usr/src/psm/stand/boot/sparc/common/ |
| H A D | wbcli.c | 1065 info(const char *msg, boolean_t interactive) in info() argument 1067 if (interactive) { in info() 1080 config_incomplete(int why, boolean_t interactive) in config_incomplete() argument 1109 info("host-ip invalid!", interactive); in config_incomplete() 1113 info("host-ip not set!", interactive); in config_incomplete() 1124 info("subnet-mask invalid!", interactive); in config_incomplete() 1128 info("Defaulting to classful subnetting", interactive); in config_incomplete() 1144 info("bootserver not legal URL!", interactive); in config_incomplete() 1150 info("bootserver not specified!", interactive); in config_incomplete() 1161 info("router-ip invalid!", interactive); in config_incomplete() [all …]
|
| /onnv-gate/usr/src/cmd/krb5/kadmin/cli/ |
| H A D | k5srvutil.sh | 40 if [ $interactive = 0 ] ; then 88 interactive=1 100 interactive=0 116 interactive=1
|
| /onnv-gate/usr/src/cmd/rm/ |
| H A D | rm.c | 78 static boolean_t silent, interactive, recursive, ontty; variable 103 interactive = B_FALSE; in main() 107 interactive = B_TRUE; in main() 367 if (interactive && !confirm(stderr, in rm() 384 if (ontty && !interactive && !silent && in rm() 395 if (interactive) { in rm() 430 if (interactive) in rm() 433 interactive ? in rm() 496 if (interactive) { in rm() 546 if (!silent || interactive) { in rm()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| H A D | cmds.c | 405 ointer = interactive; in mabort() 406 interactive = 1; in mabort() 408 interactive = ointer; in mabort() 411 interactive = ointer; in mabort() 494 ointer = interactive; in mput() 495 interactive = 1; in mput() 499 interactive = ointer; in mput() 517 ointer = interactive; in mput() 518 interactive = 1; in mput() 522 interactive = ointer; in mput() [all …]
|
| /onnv-gate/usr/src/cmd/svc/svccfg/ |
| H A D | svccfg_main.c | 99 int interactive = est->sc_cmd_flags & SC_CMD_IACTIVE; in vmessage() local 100 FILE *strm = interactive ? stdout : stderr; in vmessage() 103 if (!interactive) { in vmessage() 111 if (vfprintf(strm, fmt, va) < 0 && interactive) in vmessage()
|
| /onnv-gate/usr/src/lib/libcmd/common/ |
| H A D | rm.c | 89 int interactive; /* prompt for approval */ member 181 if (state->interactive) in rm() 255 if (state->interactive) in rm() 326 if (!state->force || state->interactive) in rm() 360 state.interactive = 0; in b_rm() 363 state.interactive = 1; in b_rm() 402 if (state.interactive) in b_rm()
|
| H A D | cp.c | 152 int interactive; /* prompt for approval */ member 440 else if (state->interactive) in visit() 461 if (state->interactive) in visit() 743 state->interactive = 0; in b_cp() 749 state->interactive = 1; in b_cp()
|
| /onnv-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| H A D | postio.c | 175 int interactive = FALSE; /* interactive mode */ variable 333 interactive = TRUE; in options() 450 if (interactive == TRUE) { /* interactive mode settings win */ in initialize() 468 if (line == NULL && (interactive == TRUE || tostdout == TRUE)) in initialize() 611 } else if (interactive == TRUE || tostdout == TRUE) in split() 653 while (interactive == TRUE); in arguments() 672 if (interactive == FALSE) in send() 947 if ((quiet == FALSE || currentstate != SEND) && interactive == FALSE) { in getstatus() 1091 if (interactive == FALSE) in interrupt()
|
| H A D | ifdef.c | 224 if ( interactive == TRUE ) in setupstdin() 296 if ( interactive == FALSE ) { in readline() 474 if ( interactive == TRUE ) 529 if ( interactive == FALSE ) { in readline() 715 if ( interactive == TRUE ) 768 if ( interactive == FALSE ) { in readline()
|
| H A D | ifdef.h | 92 extern int interactive; /* TRUE for interactive mode */
|
| /onnv-gate/usr/src/cmd/sendmail/libsm/ |
| H A D | t-shm.c | 205 bool interactive = false; local 223 interactive = true; 235 if (interactive)
|
| H A D | t-sem.c | 323 bool interactive = false; local 343 interactive = true; 359 if (interactive)
|
| /onnv-gate/usr/src/cmd/cmd-crypto/pktool/ |
| H A D | gencsr.c | 393 boolean_t interactive = B_FALSE; in pk_gencsr() local 414 if (interactive) in pk_gencsr() 423 interactive = B_TRUE; in pk_gencsr() 433 else if (interactive) { in pk_gencsr() 547 if (EMPTYSTRING(outcsr) && interactive) { in pk_gencsr() 578 if (EMPTYSTRING(certlabel) && interactive) in pk_gencsr() 587 if (EMPTYSTRING(outkey) && interactive) in pk_gencsr() 613 if (interactive) { in pk_gencsr()
|
| H A D | gencert.c | 599 boolean_t interactive = B_FALSE; in pk_gencert() local 624 if (interactive || subject) in pk_gencert() 627 interactive = B_TRUE; in pk_gencert() 635 if (interactive || subject) in pk_gencert() 763 if (interactive && EMPTYSTRING(certlabel)) { in pk_gencert() 818 if (interactive) { in pk_gencert()
|
| /onnv-gate/usr/src/cmd/ssh/ssh/ |
| H A D | ssh.c | 847 int interactive = 0; local 905 interactive = 1; 926 interactive = 1; 934 packet_set_interactive(interactive); 1050 int interactive = 0; local 1076 interactive = 1; 1089 interactive = 1; 1122 packet_set_interactive(interactive);
|
| /onnv-gate/usr/src/lib/efcode/engine/ |
| H A D | Makefile.com | 30 alarm.o interactive.o framebuffer.o font.o fb8.o extend.o tracing.o \
|
| H A D | interactive.c | 131 if (env->interactive) env->interactive--; in do_resume() 155 env->interactive++; in do_interact() 156 level = env->interactive; in do_interact() 190 while (env->interactive == level) { in do_interact()
|
| /onnv-gate/usr/src/cmd/format/ |
| H A D | io.c | 451 int interactive, help, i, length, index, tied; local 480 help = interactive = 0; 490 interactive = 1; 671 if (interactive) { 693 if (!interactive || option_f) { 712 if (interactive && cmdflag != CMD_INPUT) 769 if (interactive) { 1705 else if (interactive)
|
| /onnv-gate/usr/src/cmd/zlogin/ |
| H A D | zlogin.c | 98 static int interactive = 0; variable 215 if (interactive == 0) { in prefork_dropprivs() 1813 interactive = 1; in main() 1824 interactive = 0; in main() 1893 if (failsafe || !interactive) { in main() 2021 if (!interactive && !failsafe) { in main() 2037 if (!interactive) in main()
|
| /onnv-gate/usr/src/cmd/man/src/util/instant.src/ |
| H A D | main.c | 126 if (interactive) { in main() 282 case 'b': interactive = 1; break; in HandleArgs() 300 if (interactive && !in_file) { in HandleArgs()
|
| /onnv-gate/usr/src/lib/libshell/common/ |
| H A D | COMPATIBILITY | 19 effective and the ENV file is only read for interactive 73 characters they will only be expanded for interactive shells. 114 this only happened for interactive shells.
|
| /onnv-gate/usr/src/cmd/mail/ |
| H A D | init.c | 174 int interactive = 0; /* 1 says user is interactive */ variable
|
| /onnv-gate/usr/src/cmd/backup/restore/ |
| H A D | Makefile | 25 OBJECTS= dirs.o interactive.o main.o restore.o \
|
| /onnv-gate/usr/src/tools/onbld/hgext/ |
| H A D | cdm.py | 172 interactive = ui.interactive() 174 interactive = ui.interactive 176 if interactive and sys.stdin.isatty():
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
| H A D | ipseckey.c | 168 if (!interactive) { in usage() 206 if (interactive) in handle_errors() 221 if (interactive) in handle_errors() 387 handle_errors(ep, NULL, interactive ? B_TRUE : B_FALSE, B_FALSE); in parsesatype() 3208 if (!interactive) in monitor_catch() 3248 if (errno == EINTR && interactive) in domonitor() 3263 if (interactive) in domonitor() 3453 if (interactive) { in parseit() 3465 if (interactive) { in parseit() 3502 interactive ? B_TRUE : B_FALSE, B_FALSE); in parseit() [all …]
|