OP_PERIOD         435 compat/regex/regcomp.c       else if (type == OP_PERIOD
OP_PERIOD        1109 compat/regex/regcomp.c       case OP_PERIOD:
OP_PERIOD        1138 compat/regex/regcomp.c 	else if (dfa->nodes[node].type == OP_PERIOD)
OP_PERIOD        1977 compat/regex/regcomp.c       token->type = OP_PERIOD;
OP_PERIOD        2372 compat/regex/regcomp.c     case OP_PERIOD:
OP_PERIOD        1460 compat/regex/regex_internal.c     (token.type == OP_PERIOD && dfa->mb_cur_max > 1) || token.type == COMPLEX_BRACKET;
OP_PERIOD        3577 compat/regex/regexec.c       else if (type == OP_PERIOD)
OP_PERIOD        3801 compat/regex/regexec.c   if (node->type == OP_PERIOD)
OP_PERIOD        4069 compat/regex/regexec.c     case OP_PERIOD: