Searched refs:PEEKC (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dregexp.c44 #define PEEKC() ((unsigned char)*sp) macro
166 if (c != '*' && ((c != '\\') || (PEEKC() != '{')))
192 if (PEEKC() != eof && PEEKC() != '\n')

Completed in 518 milliseconds