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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c1060 switch (dfa->nodes[node].opr.ctx_type)
1069 opr.ctx_type since constraints (for all DFA nodes) are
1070 created by ORing one or more opr.ctx_type values. */
1352 dfa->nodes[node->node_idx].constraint = node->token.opr.ctx_type;
1803 token->opr.ctx_type = WORD_FIRST;
1810 token->opr.ctx_type = WORD_LAST;
1817 token->opr.ctx_type = WORD_DELIM;
1824 token->opr.ctx_type = NOT_WORD_DELIM;
1847 token->opr.ctx_type = BUF_FIRST;
1854 token->opr.ctx_type
[all...]
H A Dregex_internal.h299 re_context_type ctx_type; /* for ANCHOR */ member in union:__anon5497::__anon5498

Completed in 36 milliseconds