Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dxpath.h107 LYXP_TOKEN_COMMA, /* ',' */ enumerator
H A Dcommon.c1135 case LYXP_TOKEN_COMMA: in ly_path_data2schema_subexp()
H A Dxpath.c126 case LYXP_TOKEN_COMMA: in print_token()
2330 while ((exp->used > *exp_idx) && (exp->tokens[*exp_idx] == LYXP_TOKEN_COMMA)) { in reparse_function_call()
2774 tok_type = LYXP_TOKEN_COMMA; in lyxp_parse_expr()
2846 && (ret->tokens[ret->used - 1] != LYXP_TOKEN_COMMA) in lyxp_parse_expr()
7713 while ((exp->used > *exp_idx) && (exp->tokens[*exp_idx] == LYXP_TOKEN_COMMA)) { in eval_function_call()