Searched refs:xgetc (Results 1 – 4 of 4) sorted by relevance
106 xgetc(int fn) in xgetc() function126 return (xgetc(0) & 0xff); in getchar()146 c = xgetc(1); in keyhit()168 c = xgetc(0); in getstr()
28 int xgetc(int fn);
69 static int xgetc(FILE *);306 while (--rmdr > 0 && (c = xgetc(file)) != 0 && c != EOF) in fgetNUL()313 xgetc(FILE *file) in xgetc() function
119 static int xgetc(int);166 switch (c = xgetc(0)) { in getstr()614 if (xgetc(1)) in keyhit()646 xgetc(int fn) in xgetc() function