Home
last modified time | relevance | path

Searched refs:MD_AST_NODE_TYPE_ALL (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/miller/miller-5.10.2/c/parsing/
H A Dex_ast.h63 MD_AST_NODE_TYPE_ALL, enumerator
H A Dex_ast.c198 …case MD_AST_NODE_TYPE_ALL: return "all"; … in ex_ast_node_describe_type()
H A Dex1_lexer.l87 *yyextra = ex_ast_node_alloc(yytext, MD_AST_NODE_TYPE_ALL);
H A Dmlr_dsl_lexer.l117 *yyextra = mlr_dsl_ast_node_alloc(yytext, MD_AST_NODE_TYPE_ALL);
/dports/textproc/miller/miller-5.10.2/c/dsl/
H A Dmlr_dsl_ast.h89 MD_AST_NODE_TYPE_ALL, enumerator
H A Dmlr_dsl_cst_unset_statements.c85 if (pchild->type == MD_AST_NODE_TYPE_ALL || pchild->type == MD_AST_NODE_TYPE_FULL_OOSVAR) { in alloc_unset()
H A Dmlr_dsl_ast.c355 …case MD_AST_NODE_TYPE_ALL: return "ALL"; … in mlr_dsl_ast_node_describe_type()
H A Dmlr_dsl_cst_output_statements.c666 …if (pkeylist_node->type == MD_AST_NODE_TYPE_ALL || pkeylist_node->type == MD_AST_NODE_TYPE_FULL_OO… in alloc_emit()