Searched refs:interactive (Results 1 - 21 of 21) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | rm.c | 52 "[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 D | cp.c | 91 "[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 D | collect.c | 394 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 D | vars.c | 161 state.var.interactive = state.on; 431 state.var.interactive = state.on; 467 state.var.interactive = 0;
|
H A D | lex.c | 318 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 D | fio.c | 814 if (state.var.interactive && !state.var.coprocess) { 835 if (value && state.var.interactive && !state.var.coprocess && !state.more.init) {
|
H A D | cmd1.c | 341 if (!state.more.discipline && state.var.interactive && (page || state.var.crt)) {
|
H A D | data.c | 209 X("\nInvoke an interactive ${SHELL}."), 394 "interactive", &state.var.interactive, 0, 0,0, 427 X("The interactive command mode prompt."),
|
H A D | mailx.h | 817 char* interactive; member in struct:__anon136::__anon147
|
H A D | send.c | 467 if (state.var.interactive) {
|
H A D | cmd3.c | 281 !state.var.interactive ||
|
/ast/src/cmd/cs/ |
H A D | cs.c | 55 "[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 D | cxlib.h | 162 int interactive; member in struct:Cxinclude_s
|
H A D | cxcomp.c | 426 ip->interactive = cx->interactive; 427 cx->interactive = ip->prompt = prompt; 459 cx->interactive = ip->interactive; 2088 if (!(c = peek(cx, !cx->interactive)))
|
H A D | cx.h | 600 int interactive; /* interactive input */ member in struct:Cx_s
|
/ast/src/cmd/re/ |
H A D | ed.c | 159 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 D | tar.sh | 79 [w:interactive|confirmation?Ask for confirmation for every action.]
|
H A D | bio.c | 983 * 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 D | pax.h | 636 int yesno; /* interactive answer is yes/no */ 712 extern void interactive(void);
|
H A D | pax.c | 1861 interactive();
|
/ast/src/cmd/ksh93/tests/ |
H A D | options.sh | 225 # { 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