Searched refs:OP_PERIOD (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex_internal.h198 OP_PERIOD = 5, enumerator in enum:__anon1713
H A Dregcomp.c417 else if (type == OP_PERIOD
1108 case OP_PERIOD:
1137 else if (dfa->nodes[node].type == OP_PERIOD)
1978 token->type = OP_PERIOD;
2379 case OP_PERIOD:
H A Dregexec.c3592 else if (type == OP_PERIOD)
3815 if (node->type == OP_PERIOD)
4082 case OP_PERIOD:
H A Dregex_internal.c1450 (type == OP_PERIOD && dfa->mb_cur_max > 1) || type == COMPLEX_BRACKET;

Completed in 67 milliseconds