Searched refs:getc (Results 1 – 25 of 25) sorted by relevance
57 #undef getc61 getc(FILE *fp) in getc() function
50 getc.c #
63 int c = getc( input ); in nextChar()83 int c = getc( input ); in lookahead()
73 c=getc(input); in nextChar()
81 #define ZZGETC_STREAM {zzchar = getc(zzstream_in); zzclass = ZZSHIFT(zzchar);}
1138 int getc (FILE *);1605 #define getc(fp) __sgetc(fp) macro1609 #define getchar() getc(stdin)
601 c = getc(lf->f); in skipBOM()606 return getc(lf->f); /* return next character */ in skipBOM()621 c = getc(lf->f); in skipcomment()623 *cp = getc(lf->f); /* skip end-of-line, if present */ in skipcomment()
364 int c = getc(f); in test_eof()
493 #define r_byte(p) ((p)->fp ? getc((p)->fp) : rs_byte(p))525 x = getc(fp); in r_long()526 x |= (long)getc(fp) << 8; in r_long()527 x |= (long)getc(fp) << 16; in r_long()528 x |= (long)getc(fp) << 24; in r_long()
498 #define r_byte(p) ((p)->fp ? getc((p)->fp) : rs_byte(p))530 x = getc(fp); in r_long()531 x |= (long)getc(fp) << 8; in r_long()532 x |= (long)getc(fp) << 16; in r_long()533 x |= (long)getc(fp) << 24; in r_long()
574 while ((ch = getc(fp)) != EOF) { in Py_Main()
768 *p = (char)getc(fp); in read_directory()
594 (self->buf[i] = getc(self->fp)) == '\n') { in readline_file()
612 while ((ch = getc(fp)) != EOF) { in Py_Main()
589 while ((ch = getc(fp)) != EOF) { in Py_Main()
776 *p = (char)getc(fp); in read_directory()
591 (self->buf[i] = getc(self->fp)) == '\n') { in readline_file()
470 return getc(tok->fp); in fp_getc()
490 return getc(tok->fp); in fp_getc()
34 #define GETC(f) getc(f)