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

/ast/src/lib/libcmd/
H A Drm.c52 "[i:interactive|prompt?Prompt whether to remove each file."
90 int interactive; /* prompt for approval */ member in struct:State_s
184 if (state->interactive)
258 if (state->interactive)
317 if (!state->force || state->interactive)
351 state.interactive = 0;
354 state.interactive = 1;
395 if (state.interactive)
H A Dcp.c91 "[i:interactive|prompt?Prompt whether to replace existing destination "
166 int interactive; /* prompt for approval */ member in struct:State_s
459 else if (state->interactive)
482 if (state->interactive)
794 state->interactive = 0;
800 state->interactive = 1;
/ast/src/cmd/mailx/
H A Dcollect.c394 if ((flags & INTERPOLATE) && state.var.interactive) {
406 else if (state.var.interactive && !hp->h_subject && (state.askheaders & GSUB)) {
447 if (state.var.interactive &&
457 state.var.interactive &&
460 if (pp.buf[0] != escape || !state.var.interactive) {
644 if (state.var.interactive)
658 if (!state.more.discipline && state.var.interactive && (lc = state.var.crt)) {
H A Dvars.c161 state.var.interactive = state.on;
431 state.var.interactive = state.on;
467 state.var.interactive = 0;
H A Dlex.c318 if (!state.sourcing && state.var.interactive) {
355 if (state.var.interactive &&
373 * the interactive command loop.
451 * If we are sourcing an interactive command, it's
H A Dfio.c814 if (state.var.interactive && !state.var.coprocess) {
835 if (value && state.var.interactive && !state.var.coprocess && !state.more.init) {
H A Dcmd1.c341 if (!state.more.discipline && state.var.interactive && (page || state.var.crt)) {
H A Ddata.c209 X("\nInvoke an interactive ${SHELL}."),
394 "interactive", &state.var.interactive, 0, 0,0,
427 X("The interactive command mode prompt."),
H A Dmailx.h817 char* interactive; member in struct:__anon136::__anon147
H A Dsend.c467 if (state.var.interactive) {
H A Dcmd3.c281 !state.var.interactive ||
/ast/src/cmd/cs/
H A Dcs.c55 "[i:interactive?Open an interactive connection to the connect stream. The"
63 "[q:query?Open an interactive connection to the connect stream if a service"
65 "[r:raw?Raw mode \b--interactive\b connection.]"
100 " [+idle?The minimum interactive user idle time before"
389 int interactive = 0; local
433 interactive = 1;
449 interactive = 1;
715 else if (interactive)
734 else if (interactive)
[all...]
/ast/src/lib/libdss/
H A Dcxlib.h162 int interactive; member in struct:Cxinclude_s
H A Dcxcomp.c426 ip->interactive = cx->interactive;
427 cx->interactive = ip->prompt = prompt;
459 cx->interactive = ip->interactive;
2088 if (!(c = peek(cx, !cx->interactive)))
H A Dcx.h600 int interactive; /* interactive input */ member in struct:Cx_s
/ast/src/cmd/re/
H A Ded.c159 int interactive; member in struct:__anon200
224 if (ed.interactive <= 0 && (ed.interactive = isatty(0)) <= 0)
368 ed.interactive = -1;
/ast/src/cmd/pax/
H A Dtar.sh79 [w:interactive|confirmation?Ask for confirmation for every action.]
H A Dbio.c983 * initilize tty file pointers for interactive prompting
987 interactive(void) function
995 error(ERROR_SYSTEM|3, "cannot prompt for interactive input");
1126 interactive();
1163 interactive();
H A Dpax.h636 int yesno; /* interactive answer is yes/no */
712 extern void interactive(void);
H A Dpax.c1861 interactive();
/ast/src/cmd/ksh93/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 \

Completed in 76 milliseconds