Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.decls.h108 extern int fixio (int, int);
H A Ded.inputl.c787 if (!tried && fixio(SHIN, errno) != -1) in GetNextChar()
H A Dsh.lex.c1701 if (c == 0 || (c < 0 && fixio(SHIN, errno) == -1)) in bgetc()
H A Dtc.func.c1658 fixio(int fd, int e) in fixio() function