Searched refs:tundrflw (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/efax-38/efax/
H A Defaxos.h60 #define tgetc(f,t) ( (f)->ip >= (f)->iq && tundrflw(f,t) == EOF ? EOF : \
63 int tundrflw ( TFILE *f, int t ) ;
H A Defaxos.c309 /* tundrflw is called only by the tgetc() macro when the buffer
313 int tundrflw ( TFILE *f, int t ) function

Completed in 147 milliseconds