Home
last modified time | relevance | path

Searched refs:KW_schema (Results 1 – 16 of 16) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/schema/
H A Dschema-ast-tokens.h87 KW_schema = 296, enumerator
H A Dschema-tokens.h87 KW_schema = 296, enumerator
H A Dschema-ast.y118 %token KW_schema
456 : PT_SCHEMA '(' KW_schema script_decl ')' { $$ = $4; }
457 | PT_SCHEMA '(' KW_schema KW_function script_decl ')' { $$ = $5; }
H A Dschema-lex.l154 "schema" { return KW_schema; }
H A Dschema-grammar.y192 %token KW_schema
569 : KW_schema func_1_0_decl /* MUST have a function body */
571 | KW_schema KW_function func_1_0_decl /* "function" keyword is optional */
H A Dschema-lex.c1762 { return KW_schema; }
H A Dschema-ast.cpp168 KW_schema = 296, enumerator
H A Dschema-grammar.cpp246 KW_schema = 296, enumerator
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/schema/
H A Dschema-ast-tokens.h87 KW_schema = 296, enumerator
H A Dschema-tokens.h87 KW_schema = 296, enumerator
H A Dschema-ast.y118 %token KW_schema
456 : PT_SCHEMA '(' KW_schema script_decl ')' { $$ = $4; }
457 | PT_SCHEMA '(' KW_schema KW_function script_decl ')' { $$ = $5; }
H A Dschema-lex.l154 "schema" { return KW_schema; }
H A Dschema-grammar.y192 %token KW_schema
569 : KW_schema func_1_0_decl /* MUST have a function body */
571 | KW_schema KW_function func_1_0_decl /* "function" keyword is optional */
H A Dschema-lex.c1762 { return KW_schema; }
H A Dschema-ast.cpp168 KW_schema = 296, enumerator
H A Dschema-grammar.cpp246 KW_schema = 296, enumerator