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

/freebsd-13-stable/stand/i386/common/
H A Dcons.h30 int xgetc(int fn);
H A Dcons.c109 xgetc(int fn) function
129 return (xgetc(0) & 0xff);
149 c = xgetc(1);
171 c = xgetc(0);
/freebsd-13-stable/stand/mips/beri/boot2/
H A Dboot2.c147 static int xgetc(int);
172 switch (c = xgetc(0)) {
639 xgetc(int fn) function
659 return xgetc(0);
/freebsd-13-stable/usr.bin/xstr/
H A Dxstr.c82 static int xgetc(FILE *);
319 while (--rmdr > 0 && (c = xgetc(file)) != 0 && c != EOF)
326 xgetc(FILE *file) function
/freebsd-13-stable/stand/i386/boot2/
H A Dboot2.c122 static int xgetc(int);
169 switch (c = xgetc(0)) {
617 if (xgetc(1))
649 xgetc(int fn) function

Completed in 103 milliseconds