OP_PERIOD         392 lib/regcomp.c        else if (type == OP_PERIOD || type == OP_UTF8_PERIOD || type == END_OF_RE)
OP_PERIOD        1075 lib/regcomp.c        case OP_PERIOD:
OP_PERIOD        1111 lib/regcomp.c  	else if (dfa->nodes[node].type == OP_PERIOD)
OP_PERIOD        1938 lib/regcomp.c        token->type = OP_PERIOD;
OP_PERIOD        2360 lib/regcomp.c      case OP_PERIOD:
OP_PERIOD        1419 lib/regex_internal.c     ((token.type == OP_PERIOD && dfa->mb_cur_max > 1)
OP_PERIOD        3450 lib/regexec.c        else if (type == OP_PERIOD)
OP_PERIOD        3671 lib/regexec.c    if (node->type == OP_PERIOD)
OP_PERIOD        3921 lib/regexec.c      case OP_PERIOD: