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

/openbsd-current/gnu/usr.bin/perl/
H A Dregexec.c2052 tmp = (s != reginfo->strbeg) ? UCHARAT(s - 1) : '\n'; \
2105 tmp = (s != reginfo->strbeg) ? UCHARAT(s - 1) : '\n'; \
2108 if (tmp == ! TEST_NON_UTF8(UCHARAT(s))) { \
2812 if ((to_complement ^ ( UCHARAT(s - 1) != '\r'
2813 || UCHARAT(s) != '\n'))
3817 if (UCHARAT(progi->program) != REG_MAGIC) {
6205 nextbyte = ((locinput < reginfo->strend) ? UCHARAT(locinput) : NEXTCHR_EOS)
6444 PERL_INT_FAST16_T nextbyte; /* is always set to UCHARAT(locinput), or -1
7123 || UCHARAT(s) != nextbyte
7235 if (UCHARAT(
[all...]
H A Dregcomp.c2487 if (UCHARAT(RExC_parse) == '^') {
3887 if (UCHARAT(RExC_parse) != ')') {
3909 c = UCHARAT(RExC_parse);
3930 c = UCHARAT(RExC_parse);
3989 if (UCHARAT(RExC_parse) != ':') {
4353 if (RExC_parse >= RExC_end || UCHARAT(RExC_parse) != ')') {
5802 && UCHARAT(RExC_parse + 1) == '{'
6202 || UTF8_IS_INVARIANT(UCHARAT(RExC_parse))
6203 || UTF8_IS_START(UCHARAT(RExC_parse)));
7006 if (UCHARAT(redo_
[all...]
H A Dregcomp.h1073 # define UCHARAT(p) ((int)*(const U8*)(p)) macro
1075 # define UCHARAT(p) ((int)*(p)&CHARMASK) macro

Completed in 98 milliseconds