Lines Matching defs:curchar
8458 U8 curchar; /* Current character being parsed */
8586 curchar = UCHARAT(RExC_parse);
8598 switch (curchar) {
8818 av_push_simple(stack, newSVuv(curchar));
8838 if (curchar == ']') {
8845 "preceding operand", curchar);
8849 if (regex_set_precedence(curchar)
8860 av_push_simple(stack, newSVuv(curchar));
8937 av_push_simple(stack, newSVuv(curchar));
8966 curchar = (char) SvUV(*top_ptr);
8967 if (curchar != '!') {
8970 "preceding operand", curchar);
8984 else if ((top_index - fence == 0 && curchar != ')')