Searched refs:PEEKC (Results 1 – 6 of 6) sorted by relevance
46 #define PEEKC() ((unsigned char)*sp) macro203 if (c != '*' && ((c != '\\') || (PEEKC() != '{'))) in _compile()227 if ((d = PEEKC()) != '\0') in _compile()288 strchr("\\^-]", PEEKC())) { in _compile()
115 if (c != '*' && ((c != '\\') || (PEEKC() != '{'))) in compile()146 if (PEEKC() != eof && PEEKC() != '\n') in compile()
35 #define PEEKC() (*sp) macro
49 #define PEEKC() (*sp) macro
95 #define PEEKC() (*sp) macro
82 #define PEEKC() (*sp) macro