OP_PERIOD         424 lib/regcomp.c        else if (type == OP_PERIOD
OP_PERIOD        1096 lib/regcomp.c        case OP_PERIOD:
OP_PERIOD        1132 lib/regcomp.c  	else if (dfa->nodes[node].type == OP_PERIOD)
OP_PERIOD        1974 lib/regcomp.c        token->type = OP_PERIOD;
OP_PERIOD        2369 lib/regcomp.c      case OP_PERIOD:
OP_PERIOD        1454 lib/regex_internal.c     (type == OP_PERIOD && dfa->mb_cur_max > 1) || type == COMPLEX_BRACKET;
OP_PERIOD        3625 lib/regexec.c        else if (type == OP_PERIOD)
OP_PERIOD        3851 lib/regexec.c    if (node->type == OP_PERIOD)
OP_PERIOD        4120 lib/regexec.c      case OP_PERIOD: