Home
last modified time | relevance | path

Searched refs:LYXP_TOKEN_OPERATOR_COMP (Results 1 – 3 of 3) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dxpath.h113 LYXP_TOKEN_OPERATOR_COMP, /* Operator '=', '!=', '<', '<=', '>', '>=' */ enumerator
H A Dxpath.c136 case LYXP_TOKEN_OPERATOR_COMP: in print_token()
2574 while (!exp_check_token(ctx, exp, *exp_idx, LYXP_TOKEN_OPERATOR_COMP, 0) in reparse_equality_expr()
2587 while (!exp_check_token(ctx, exp, *exp_idx, LYXP_TOKEN_OPERATOR_COMP, 0) in reparse_equality_expr()
2823 tok_type = LYXP_TOKEN_OPERATOR_COMP; in lyxp_parse_expr()
2841 tok_type = LYXP_TOKEN_OPERATOR_COMP; in lyxp_parse_expr()
2848 && (ret->tokens[ret->used - 1] != LYXP_TOKEN_OPERATOR_COMP) in lyxp_parse_expr()
8287 assert(exp->tokens[*exp_idx] == LYXP_TOKEN_OPERATOR_COMP); in eval_relational_expr()
8364 assert(exp->tokens[*exp_idx] == LYXP_TOKEN_OPERATOR_COMP); in eval_equality_expr()
H A Dcommon.c1137 case LYXP_TOKEN_OPERATOR_COMP: in ly_path_data2schema_subexp()