Searched refs:__ch (Results 1 – 1 of 1) sorted by relevance
110 int __ch; in compile() local138 while ((__ch = (GETC ())) != eof) in compile()140 if (__ch == '\0' || __ch == '\n') in compile()142 UNGETC (__ch); in compile()166 __input_buffer[__current_size++] = __ch; in compile()
Completed in 10 milliseconds