Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/boot/i386/common/
Dcons.c83 xgetc(int fn) in xgetc() function
109 if (xgetc(1)) in keyhit()
130 switch (c = xgetc(0)) { in getstr()
Dcons.h30 int xgetc(int fn);
/freebsd-10-stable/usr.bin/xstr/
Dxstr.c80 static int xgetc(FILE *);
317 while (--rmdr > 0 && (c = xgetc(file)) != 0 && c != EOF) in fgetNUL()
324 xgetc(FILE *file) in xgetc() function
/freebsd-10-stable/sys/boot/i386/boot2/
Dboot2.c121 static int xgetc(int);
163 switch (c = xgetc(0)) { in getstr()
594 if (xgetc(1)) in keyhit()
624 xgetc(int fn) in xgetc() function
/freebsd-10-stable/sys/boot/pc98/boot2/
Dboot2.c123 static int xgetc(int);
165 switch (c = xgetc(0)) { in getstr()
751 if (xgetc(1)) in keyhit()
781 xgetc(int fn) in xgetc() function