Home
last modified time | relevance | path

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

/freebsd/stand/i386/common/
H A Dcons.c106 xgetc(int fn) in xgetc() function
126 return (xgetc(0) & 0xff); in getchar()
146 c = xgetc(1); in keyhit()
168 c = xgetc(0); in getstr()
H A Dcons.h28 int xgetc(int fn);
/freebsd/usr.bin/xstr/
H A Dxstr.c69 static int xgetc(FILE *);
306 while (--rmdr > 0 && (c = xgetc(file)) != 0 && c != EOF) in fgetNUL()
313 xgetc(FILE *file) in xgetc() function
/freebsd/stand/i386/boot2/
H A Dboot2.c119 static int xgetc(int);
166 switch (c = xgetc(0)) { in getstr()
614 if (xgetc(1)) in keyhit()
646 xgetc(int fn) in xgetc() function