Searched refs:coprocess (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dcoprocess.sh36 then err_exit cygwin detected - coprocess tests disabled - enable at the risk of wedging your system
62 print -u5 'hello again' || err_exit "write on $cat coprocess u5 fails"
64 [[ $line == 'hello again' ]] || err_exit "$cat coprocess after moving fds fails"
90 then err_exit "$cat coprocess $1 does not match $2"
96 *) err_exit "$cat coprocess unknown message +|$REPLY|+" ;;
107 $file 2> /dev/null || err_exit "parent $cat coprocess prevents script coprocess"
120 then err_exit "${SHELL-ksh} $cat coprocess io failed -- got '$got', expected '$exp'"
128 else err_exit "$cat coprocess hung after 'exec 5<&p 6>&p; exec 5<&- 6>&-'"
141 then err_exit "$cat coprocess rea
[all...]
/ast/src/cmd/mailx/
H A Dmisc.c102 if (state.var.coprocess)
103 fprintf(fp, "%s ", state.var.coprocess);
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 Ddata.c352 "coprocess", &state.var.coprocess, 0, 0,set_coprocess,
H A Dlex.c322 if (state.var.coprocess)
H A Dmailx.h793 char* coprocess; member in struct:__anon136::__anon147
H A Dvars.c421 * Trap coprocess variable assignment.
429 state.var.coprocess = varkeep("From @");

Completed in 173 milliseconds