Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dxpath.h105 LYXP_TOKEN_DDOT, /* '..' */ enumerator
H A Dxpath.c122 case LYXP_TOKEN_DDOT: in print_token()
2038 case LYXP_TOKEN_DDOT: in reparse_relative_location_path()
2119 case LYXP_TOKEN_DDOT: in reparse_absolute_location_path()
2391 case LYXP_TOKEN_DDOT: in reparse_path_expr()
2756 tok_type = LYXP_TOKEN_DDOT; in lyxp_parse_expr()
7420 case LYXP_TOKEN_DDOT: in eval_relative_location_path()
7508 case LYXP_TOKEN_DDOT: in eval_absolute_location_path()
7865 case LYXP_TOKEN_DDOT: in eval_path_expr()
H A Dcommon.c1003 case LYXP_TOKEN_DDOT: in ly_path_data2schema_subexp()