Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dxpath.c1929 …(struct ly_ctx *ctx, struct lyxp_expr *exp, uint16_t exp_idx, enum lyxp_token want_tok, int strict) in exp_check_token() argument
1938 if (want_tok && (exp->tokens[exp_idx] != want_tok)) { in exp_check_token()