Home
last modified time | relevance | path

Searched refs:eofchars (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c126 transfer(char *buf, int fd, char *eofchars) in transfer() argument
163 if (eof || (bol && any(c, eofchars))) in transfer()
290 transmit(FILE *fd, char *eofchars, char *command) in transmit() argument
374 if (eofchars) in transmit()
375 for (pc = eofchars; *pc; pc++) in transmit()