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

/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c116 transfer(char *buf, int fd, char *eofchars) argument
153 if (eof || (bol && any(c, eofchars)))
280 transmit(FILE *fd, char *eofchars, char *command) argument
364 if (eofchars)
365 for (pc = eofchars; *pc; pc++)

Completed in 58 milliseconds