Searched refs:INCLUDE_KEYWORD (Results 1 – 6 of 6) sorted by relevance
/dports/net/libyang/libyang-1.0.240/src/ |
H A D | parser_yang_bis.h | 93 INCLUDE_KEYWORD = 299, enumerator
|
H A D | yang.l | 77 "include" { return INCLUDE_KEYWORD; }
|
H A D | yang.y.in | 135 %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 D | parser_yang_bis.c | 193 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 D | parser_yang_lex.c | 2233 { return INCLUDE_KEYWORD; }
|
H A D | parser_yang.c | 200 case INCLUDE_KEYWORD: in yang_read_description() 229 case INCLUDE_KEYWORD: in yang_read_reference() 2168 case INCLUDE_KEYWORD: in yang_ext_instance()
|