Searched refs:GETC (Results 1 – 2 of 2) sorted by relevance
138 while ((__ch = (GETC ())) != eof) in compile()
566 #define GETC(SC) (SC)->sc_getc((SC)) macro576 #define GETC(SC) (SC)->sc_getc((SC)) macro578 #define GETC(SC) getc_unlocked((SC)->fp) macro727 c = GETC(sc); in __scan_getc()742 if ((c = GETC(sc)) == EOF) { in __scan_getc()
Completed in 5 milliseconds