Searched refs:xgetc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/boot/i386/common/
H A Dcons.h30 int xgetc(int fn);
H A Dcons.c83 xgetc(int fn) function
103 return (xgetc(0));
116 if (xgetc(1))
137 switch (c = xgetc(0)) {
/freebsd-11.0-release/usr.bin/xstr/
H A Dxstr.c80 static int xgetc(FILE *);
317 while (--rmdr > 0 && (c = xgetc(file)) != 0 && c != EOF)
324 xgetc(FILE *file) function
/freebsd-11.0-release/sys/boot/mips/beri/boot2/
H A Dboot2.c150 static int xgetc(int);
174 switch (c = xgetc(0)) {
647 xgetc(int fn) function
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot2.c122 static int xgetc(int);
164 switch (c = xgetc(0)) {
604 if (xgetc(1))
634 xgetc(int fn) function
/freebsd-11.0-release/sys/boot/pc98/boot2/
H A Dboot2.c124 static int xgetc(int);
166 switch (c = xgetc(0)) {
761 if (xgetc(1))
791 xgetc(int fn) function

Completed in 60 milliseconds