Lines Matching refs:getc
754 c = getc(f1);
755 d = getc(f2);
773 if ((c = getc(f1)) == '\n') {
780 if ((d = getc(f2)) == '\n') {
794 } while (isspace(c = getc(f1)));
799 } while (isspace(d = getc(f2)));
802 c = getc(f1);
806 d = getc(f2);
826 if ((c = getc(f1)) != (d = getc(f2))) {
903 for (i = 1; (c = getc(f)) != '\n' && c != EOF; i++)
978 if ((c = getc(f1)) == EOF)
1175 printf("%c", getc(f1));
1264 printf("%c", getc(lb));
1302 c = getc(lb);
1304 if ((c = getc(lb)) == '\n')
1386 switch (t = getc(f)) {
1393 t = getc(f);