Searched refs:msgfp (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libcoshell/ |
H A D | coopen.c | 58 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 D | coclose.c | 55 sfclose(co->msgfp);
|
H A D | coshell.h | 118 Sfio_t* msgfp; /* message stream for sfpoll() */ member in struct:Coshell_s
|
H A D | cowait.c | 232 while ((n = sfpoll(&co->msgfp, 1, to)) < 1) 260 if (!(s = b = sfgetr(co->msgfp, '\n', 1)))
|
H A D | coexec.c | 84 if (write(cs->fd, s, n) != n || sfpoll(&co->msgfp, 1, 5 * 1000) <= 0)
|
/ast/src/cmd/nmake/ |
H A D | parse.c | 620 sps[1] = state.coshell->msgfp; 623 if (sps[0] == state.coshell->msgfp || n > 1 && sps[1] == state.coshell->msgfp)
|
Completed in 32 milliseconds