Searched defs:cmdsend (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/coshell/
H A Dcommand.c44 cmdsend(int fd, int c, register char* s, register int n, int* code) function
134 cmdsend(fd, 'Q', buf, n, NiL);
332 if (!cmdsend(fd, c, sfstrseek(state.string, 0, SEEK_SET), n, &code)) break;

Completed in 1208 milliseconds