Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/tip/
Dcmds.c122 transfer(buf, fd, eofchars) in transfer() argument
123 char *buf, *eofchars; in transfer()
163 if (eof || any(c, eofchars))
290 transmit(fd, eofchars, command) in transmit() argument
292 char *eofchars, *command;
368 if (eofchars) {
369 for (pc = eofchars; *pc; pc++)
Dtip.h306 void transfer(char *buf, int fd, char *eofchars);
307 void transmit(FILE *fd, char *eofchars, char *command);