Searched refs:msgfp (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcoshell/
H A Dcoopen.c58 close(sffileno(state.current->msgfp));
216 if (!(co->msgfp = sfnew(NiL, NiL, 256, pio[2], SF_READ)))
221 sfdcslow(co->msgfp);
300 if (!(s = sfgetr(co->msgfp, '\n', 1)))
383 if (co->msgfp)
385 sfclose(co->msgfp);
H A Dcoclose.c55 sfclose(co->msgfp);
H A Dcoshell.h118 Sfio_t* msgfp; /* message stream for sfpoll() */ member in struct:Coshell_s
H A Dcowait.c232 while ((n = sfpoll(&co->msgfp, 1, to)) < 1)
260 if (!(s = b = sfgetr(co->msgfp, '\n', 1)))
H A Dcoexec.c84 if (write(cs->fd, s, n) != n || sfpoll(&co->msgfp, 1, 5 * 1000) <= 0)
/ast/src/cmd/nmake/
H A Dparse.c620 sps[1] = state.coshell->msgfp;
623 if (sps[0] == state.coshell->msgfp || n > 1 && sps[1] == state.coshell->msgfp)

Completed in 32 milliseconds