Searched refs:interactive (Results 1 - 25 of 49) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dk5srvutil.sh32 # If in interactive mode return true if the principal should be acted on
35 # SUNW14resync: If in interactive mode the default is now to return false
36 # i.e. if in interactive mode unless the user types "Yes" or
40 if [ $interactive = 0 ] ; then
88 interactive=1
100 interactive=0
116 interactive=1
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.h92 extern int interactive; /* TRUE for interactive mode */
H A Dpostio.c61 * Code needed to support interactive mode has also been added, although again
175 int interactive = FALSE; /* interactive mode */ variable
332 case 'i': /* interactive mode */
333 interactive = TRUE;
429 * open and configure the communications line. Settings for interactive mode
431 * the current terminal settings if interactive mode has been requested -
450 if (interactive == TRUE) { /* interactive mode settings win */
468 if (line == NULL && (interactive
[all...]
H A Difdef.c84 * running in interactive mode or forcing stuff that comes back from the printer
219 * to 1 when we're in interactive mode, but I've included it anyway.
224 if ( interactive == TRUE )
228 error(FATAL, "stdin not a terminal - can't run interactive mode");
260 int ch; /* for interactive mode */
296 if ( interactive == FALSE ) {
468 * we're running interactive mode. I haven't tested or even compiled this code
474 if ( interactive == TRUE )
508 int ch; /* for interactive mode */
522 * simple getc/putc loop for interactive mod
[all...]
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A DMakefile.com30 alarm.o interactive.o framebuffer.o font.o fb8.o extend.o tracing.o \
H A Dinteractive.c131 if (env->interactive) env->interactive--;
136 * In interactive mode, jmp_buf_ptr should be non-null.
155 env->interactive++;
156 level = env->interactive;
190 while (env->interactive == level) {
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_main.c93 * Send a message to the user. If we're interactive, send it to stdout.
99 int interactive = est->sc_cmd_flags & SC_CMD_IACTIVE; local
100 FILE *strm = interactive ? stdout : stderr;
103 if (!interactive) {
111 if (vfprintf(strm, fmt, va) < 0 && interactive)
151 * Semantic error. Display the warning and exit if we're not interactive.
/opensolaris-onvv-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c1062 * Informational output to the user (if interactive) or the bootlogger.
1065 info(const char *msg, boolean_t interactive) argument
1067 if (interactive) {
1080 config_incomplete(int why, boolean_t interactive) argument
1109 info("host-ip invalid!", interactive);
1113 info("host-ip not set!", interactive);
1124 info("subnet-mask invalid!", interactive);
1128 info("Defaulting to classful subnetting", interactive);
1144 info("bootserver not legal URL!", interactive);
1150 info("bootserver not specified!", interactive);
1313 boolean_t interactive; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/rm/
H A Drm.c78 static boolean_t silent, interactive, recursive, ontty; variable
103 interactive = B_FALSE;
107 interactive = B_TRUE;
367 if (interactive && !confirm(stderr,
380 * XCU4 and POSIX.2: If not interactive, check to see whether
384 if (ontty && !interactive && !silent &&
395 if (interactive) {
430 if (interactive)
433 interactive ?
494 * If interactive, as
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c405 ointer = interactive;
406 interactive = 1;
408 interactive = ointer;
411 interactive = ointer;
494 ointer = interactive;
495 interactive = 1;
499 interactive = ointer;
517 ointer = interactive;
518 interactive = 1;
522 interactive
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Drm.c51 "[i:interactive|prompt?Prompt whether to remove each file."
89 int interactive; /* prompt for approval */ member in struct:State_s
181 if (state->interactive)
255 if (state->interactive)
326 if (!state->force || state->interactive)
360 state.interactive = 0;
363 state.interactive = 1;
402 if (state.interactive)
H A Dcp.c84 "[i:interactive|prompt?Prompt whether to replace existing destination files."
152 int interactive; /* prompt for approval */ member in struct:State_s
440 else if (state->interactive)
461 if (state->interactive)
743 state->interactive = 0;
749 state->interactive = 1;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dt-shm.c33 ** SHMINTER -- interactive testing of shared memory
205 bool interactive = false; local
223 interactive = true;
235 if (interactive)
H A Dt-sem.c46 ** SEMINTER -- interactive testing of semaphores.
323 bool interactive = false; local
343 interactive = true;
359 if (interactive)
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgencsr.c393 boolean_t interactive = B_FALSE; local
414 if (interactive)
423 interactive = B_TRUE;
433 else if (interactive) {
547 if (EMPTYSTRING(outcsr) && interactive) {
578 if (EMPTYSTRING(certlabel) && interactive)
587 if (EMPTYSTRING(outkey) && interactive)
611 * If interactive is true, get it now interactively.
613 if (interactive) {
H A Dgencert.c599 boolean_t interactive = B_FALSE; local
624 if (interactive || subject)
627 interactive = B_TRUE;
635 if (interactive || subject)
763 if (interactive && EMPTYSTRING(certlabel)) {
816 * If interactive is true, get it now interactively.
818 if (interactive) {
/opensolaris-onvv-gate/usr/src/lib/libipsecutil/common/
H A Dmapfile-vers65 interactive;
/opensolaris-onvv-gate/usr/src/cmd/backup/restore/
H A DMakefile25 OBJECTS= dirs.o interactive.o main.o restore.o \
/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Dinit.c174 int interactive = 0; /* 1 says user is interactive */ variable
H A Dgoback.c128 if (interactive) {
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh/
H A Dssh.c847 int interactive = 0; local
905 interactive = 1;
926 interactive = 1;
933 /* Tell the packet module whether this is an interactive session. */
934 packet_set_interactive(interactive);
978 /* Enter the interactive session. */
1050 int interactive = 0; local
1076 interactive = 1;
1089 interactive = 1;
1122 packet_set_interactive(interactive);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/
H A Dmain.c126 if (interactive) {
127 Browse(); /* this will handle interactive commands */
282 case 'b': interactive = 1; break;
299 /* If doing interactive/browsing, we can't take ESIS from stdin. */
300 if (interactive && !in_file) {
/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dio.c451 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)
/opensolaris-onvv-gate/usr/src/cmd/zlogin/
H A Dzlogin.c29 * - "interactive login" is similar to rlogin(1); for example, the user could
32 * loop between parent and child processes takes care of the interactive
37 * - "non-interactive login" is similar to su(1M); the user could issue
98 static int interactive = 0; variable
215 if (interactive == 0) {
791 * we're running non-interactive); used in process_raw_input
803 * stderr_fd may be specified as -1 if there is no stderr (only non-interactive
1228 * Finish the preparation of the envp array for exec'd non-interactive
1231 * etc. We need only do this in the non-interactive, mode, since otherwise
1809 * zone name, no process name; this should be an interactive
[all...]
/opensolaris-onvv-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py172 interactive = ui.interactive()
174 interactive = ui.interactive
176 if interactive and sys.stdin.isatty():

Completed in 233 milliseconds

12