Searched refs:interactive (Results 26 - 35 of 35) sorted by relevance

12

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Doptions.sh225 # { exec interactive login_shell restricted xtrace } in the following test
312 exec interactive login_shell login-shell logi privileged \
426 for i in interactive login restricted allexport notify errexit \
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.h63 * interactive mode. 4K chars should be enough even for broad commands and
150 * Print errno and if cmdline or readfile, exit; if interactive reset state
163 * or readfile, or reset state if interactive.
252 extern boolean_t interactive;
257 /* For error recovery in interactive or read-file mode. */
H A Dipsec_util.c61 /* Limits for interactive mode. */
68 boolean_t interactive = B_FALSE; /* util not running on cmdline */ variable
73 jmp_buf env; /* for error recovery in interactive/readfile modes */
76 static GetLine *gl = NULL; /* for interactive mode */
79 * Print errno and exit if cmdline or readfile, reset state if interactive
92 if (interactive && !readfile)
99 * readfile, or reset state if interactive.
117 if (interactive && !readfile)
525 * Slice an argv/argc vector from an interactive line or a read-file line.
612 * init interactive mod
[all...]
/illumos-gate/usr/src/cmd/mail/
H A Dmail.h399 extern int interactive; /* 1 says user is interactive */
H A Dprintmail.c48 char readbuf[LSIZE]; /* holds user's response in interactive mode */
212 interactive = 1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h110 EXTERN int interactive; /* interactively prompt on m* cmds */ variable
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c34 * cscope - interactive C symbol cross-reference
963 BOOL interactive = YES; /* output progress messages */ local
1118 interactive = NO;
1139 if (interactive == YES && fileindex % 10 == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c85 if (interactive) {
95 if (!interactive) {
198 (void) printf(gettext("interactive mode.\n"));
3031 * must be in interactive mode; don't want keys in
3034 if (!interactive)
3035 Bail("Must be in interactive mode to add key info.");
3288 if (interactive) {
3414 if (interactive)
3463 /* no cmd-line args, do interactive mode */
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py212 if ui.interactive() and sys.stdin.isatty():
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c201 * is running in interactive mode, im_perror_item() prints each item on a
202 * single line, so that they are readable by a human. In non-interactive
1322 /* Non-interactive - one line messages. */
3050 int interactive = (est->sc_cmd_flags & SC_CMD_IACTIVE) ? local
3068 (void) scf_tmpl_strerror(cur, s, buf_size, interactive);

Completed in 1009 milliseconds

12