Home
last modified time | relevance | path

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

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/schema/
H A Dschema-ast-tokens.h89 KW_table = 298, enumerator
H A Dschema-tokens.h89 KW_table = 298, enumerator
H A Dschema-grammar.y194 %token KW_table
631 : KW_table
963 : opt_template_1_0 KW_table fqn_opt_vers ident_1_0 ';'
986 …| fqn_1_0 ':' KW_table { $3 . type = IDENTIFIER_1_0; $$ . subtree = AddToList ( P ( $1 ), T (…
H A Dschema-ast.y120 %token KW_table
509 : PT_TABLE '(' KW_table fqn_vers parents_opt PT_TABLEBODY '(' '{' tbl_body '}' ')' ')'
664 | PT_TBLMEMBER '(' template_opt KW_table fqn_opt_vers ident ';' ')'
H A Dschema-lex.l156 "table" { return KW_table; }
H A Dschema-lex.c1770 { return KW_table; }
H A Dschema-ast.cpp170 KW_table = 298, enumerator
H A Dschema-grammar.cpp248 KW_table = 298, enumerator
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/schema/
H A Dschema-ast-tokens.h89 KW_table = 298, enumerator
H A Dschema-tokens.h89 KW_table = 298, enumerator
H A Dschema-grammar.y194 %token KW_table
631 : KW_table
963 : opt_template_1_0 KW_table fqn_opt_vers ident_1_0 ';'
986 …| fqn_1_0 ':' KW_table { $3 . type = IDENTIFIER_1_0; $$ . subtree = AddToList ( P ( $1 ), T (…
H A Dschema-ast.y120 %token KW_table
509 : PT_TABLE '(' KW_table fqn_vers parents_opt PT_TABLEBODY '(' '{' tbl_body '}' ')' ')'
664 | PT_TBLMEMBER '(' template_opt KW_table fqn_opt_vers ident ';' ')'
H A Dschema-lex.l156 "table" { return KW_table; }
H A Dschema-lex.c1770 { return KW_table; }
H A Dschema-ast.cpp170 KW_table = 298, enumerator
H A Dschema-grammar.cpp248 KW_table = 298, enumerator
/dports/sysutils/busybox/busybox-1.26.2/networking/libiproute/
H A Diproute.c600 KW_via, KW_table, KW_cache, in iproute_list_or_flush() enumerator
639 } else if (arg == KW_table) { /* table all/cache/main */ in iproute_list_or_flush()