Lines Matching refs:ctx_type
1098 switch (dfa->nodes[node].opr.ctx_type) in optimize_utf8()
1397 dfa->nodes[node->node_idx].constraint = node->token.opr.ctx_type; in calc_first()
1846 token->opr.ctx_type = WORD_FIRST; in peek_token()
1853 token->opr.ctx_type = WORD_LAST; in peek_token()
1860 token->opr.ctx_type = WORD_DELIM; in peek_token()
1867 token->opr.ctx_type = NOT_WORD_DELIM; in peek_token()
1890 token->opr.ctx_type = BUF_FIRST; in peek_token()
1897 token->opr.ctx_type = BUF_LAST; in peek_token()
1993 token->opr.ctx_type = LINE_FIRST; in peek_token()
2007 token->opr.ctx_type = LINE_LAST; in peek_token()
2353 if ((token->opr.ctx_type in parse_expression()
2357 if (token->opr.ctx_type == WORD_DELIM in parse_expression()
2358 || token->opr.ctx_type == NOT_WORD_DELIM) in parse_expression()
2361 if (token->opr.ctx_type == WORD_DELIM) in parse_expression()
2363 token->opr.ctx_type = WORD_FIRST; in parse_expression()
2365 token->opr.ctx_type = WORD_LAST; in parse_expression()
2369 token->opr.ctx_type = INSIDE_WORD; in parse_expression()
2371 token->opr.ctx_type = INSIDE_NOTWORD; in parse_expression()