Searched refs:ctx_type (Results 1 – 2 of 2) sorted by relevance
1075 switch (dfa->nodes[node].opr.ctx_type) in optimize_utf8()1373 dfa->nodes[node->node_idx].constraint = node->token.opr.ctx_type; in calc_first()1831 token->opr.ctx_type = WORD_FIRST; in peek_token()1838 token->opr.ctx_type = WORD_LAST; in peek_token()1845 token->opr.ctx_type = WORD_DELIM; in peek_token()1852 token->opr.ctx_type = NOT_WORD_DELIM; in peek_token()1875 token->opr.ctx_type = BUF_FIRST; in peek_token()1882 token->opr.ctx_type = BUF_LAST; in peek_token()1978 token->opr.ctx_type = LINE_FIRST; in peek_token()1992 token->opr.ctx_type = LINE_LAST; in peek_token()[all …]
341 re_context_type ctx_type; /* for ANCHOR */ member