Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yang_bis.h93 INCLUDE_KEYWORD = 299, enumerator
H A Dyang.l77 "include" { return INCLUDE_KEYWORD; }
H A Dyang.y.in135 %token INCLUDE_KEYWORD
566 actual_type = INCLUDE_KEYWORD;
569 include_stmt: INCLUDE_KEYWORD sep include_arg_str include_end { actual_type = $3;
585 … if (yang_read_description(trg, actual, s, "include", INCLUDE_KEYWORD)) {
596 … if (yang_read_reference(trg, actual, s, "include", INCLUDE_KEYWORD)) {
4303 | INCLUDE_KEYWORD
4522 | INCLUDE_KEYWORD
H A Dparser_yang_bis.c193 INCLUDE_KEYWORD = 299, enumerator
3404 actual_type = INCLUDE_KEYWORD; in yyparse()
3425 … if (yang_read_description(trg, actual, s, "include", INCLUDE_KEYWORD)) { in yyparse()
3439 … if (yang_read_reference(trg, actual, s, "include", INCLUDE_KEYWORD)) { in yyparse()
H A Dparser_yang_lex.c2233 { return INCLUDE_KEYWORD; }
H A Dparser_yang.c200 case INCLUDE_KEYWORD: in yang_read_description()
229 case INCLUDE_KEYWORD: in yang_read_reference()
2168 case INCLUDE_KEYWORD: in yang_ext_instance()