Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c44 #define PEEKC() ((unsigned char)*sp) macro
201 if (c != '*' && ((c != '\\') || (PEEKC() != '{'))) in _compile()
225 if ((d = PEEKC()) != '\0') in _compile()
286 strchr("\\^-]", PEEKC())) { in _compile()
/illumos-gate/usr/src/head/
H A Dregexp.h115 if (c != '*' && ((c != '\\') || (PEEKC() != '{'))) in compile()
146 if (PEEKC() != eof && PEEKC() != '\n') in compile()
/illumos-gate/usr/src/lib/libadm/common/
H A Dregexp.c33 #define PEEKC() (*sp) macro
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h47 #define PEEKC() (*sp) macro
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y91 #define PEEKC() (*sp) macro
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c82 #define PEEKC() (*sp) macro