Searched defs:interactive (Results 1 - 8 of 8) 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/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 Dcx.h600 int interactive; /* interactive input */ member in struct:Cx_s
/ast/src/cmd/pax/
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();
/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/mailx/
H A Dmailx.h817 char* interactive; member in struct:__anon136::__anon147

Completed in 42 milliseconds