Home
last modified time | relevance | path

Searched refs:__ch (Results 1 – 1 of 1) sorted by relevance

/include/
A Dregexp.h110 int __ch; in compile() local
138 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