Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libgen/common/
H A Dreg_compile.c46 #define PEEKC() ((unsigned char)*sp) macro
203 if (c != '*' && ((c != '\\') || (PEEKC() != '{'))) in _compile()
227 if ((d = PEEKC()) != '\0') in _compile()
288 strchr("\\^-]", PEEKC())) { in _compile()
/titanic_50/usr/src/head/
H A Dregexp.h115 if (c != '*' && ((c != '\\') || (PEEKC() != '{'))) in compile()
146 if (PEEKC() != eof && PEEKC() != '\n') in compile()
/titanic_50/usr/src/lib/libadm/common/
H A Dregexp.c35 #define PEEKC() (*sp) macro
/titanic_50/usr/src/ucbcmd/sed/
H A Dsed.h49 #define PEEKC() (*sp) macro
/titanic_50/usr/src/ucbcmd/expr/
H A Dexpr.y95 #define PEEKC() (*sp) macro
/titanic_50/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c82 #define PEEKC() (*sp) macro