Searched refs:cssend (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/3d/
H A Dcs_3d.h45 #define cssend _3d_cssend macro
H A Dfs.c84 if (!cssend(&cs, nd, &fd, 1) && (n = READ(nd, buf, sizeof(buf))) > 1)
/ast/src/cmd/cs/
H A Dnam.c138 if (cswrite(fd, DEVFD, sizeof(DEVFD) - 1) != sizeof(DEVFD) - 1 || cssend(fd, &ud, 1))
/ast/src/lib/libcs/
H A Dcs.h265 #define cssend _cs_send macro
304 extern int cssend(Cs_t*, int, int*, int);
H A Dcssend.c31 cssend(register Cs_t* state, int fd, int* fds, int n) function
172 * and hold them open until the next cssend()
222 return cssend(&cs, fd, fds, n);
H A DMakefile26 cssend.c css.c csserve.c csstat.c csto.c csvar.c cswrite.c \
H A Dcslocal.c191 else if (cssend(state, fd, NiL, 0))
H A Dcsopen.c473 if (read(fd, &c, 1) == 1 && !cssend(state, fd, NiL, 0))
/ast/src/cmd/coshell/
H A Dmain.c899 if ((state.indirect.con || !cssend(fd, fds, i)) && csread(fd, s, 7, CS_EXACT) == 7 && s[0] == '#' && !(errno = (int)strtol(s + 1, NiL, 10))) do

Completed in 28 milliseconds