Searched refs:ctx_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregcomp.c1094 switch (dfa->nodes[node].opr.ctx_type)
1103 opr.ctx_type since constraints (for all DFA nodes) are
1104 created by ORing one or more opr.ctx_type values. */
1386 dfa->nodes[node->node_idx].constraint = node->token.opr.ctx_type;
1842 token->opr.ctx_type = WORD_FIRST;
1849 token->opr.ctx_type = WORD_LAST;
1856 token->opr.ctx_type = WORD_DELIM;
1863 token->opr.ctx_type = NOT_WORD_DELIM;
1886 token->opr.ctx_type = BUF_FIRST;
1893 token->opr.ctx_type
[all...]
H A Dregex_internal.h298 re_context_type ctx_type; /* for ANCHOR */ member in union:__anon1715::__anon1716

Completed in 108 milliseconds