Home
last modified time | relevance | path

Searched refs:PKL_AST_CONS_VALUE (Results 1 – 7 of 7) sorted by relevance

/dports/editors/poke/poke-1.0/libpoke/
H A Dpkl-pass.c430 if (PKL_AST_CONS_VALUE (node)) in pkl_do_pass_1()
431 PKL_PASS (PKL_AST_CONS_VALUE (node)); in pkl_do_pass_1()
H A Dpkl-promo.c1495 pkl_ast_node cons_value = PKL_AST_CONS_VALUE (cons); in PKL_PHASE_BEGIN_HANDLER()
1508 &PKL_AST_CONS_VALUE (cons), in PKL_PHASE_BEGIN_HANDLER()
H A Dpkl-anal.c646 pkl_ast_node cons_value = PKL_AST_CONS_VALUE (cons); in PKL_PHASE_BEGIN_HANDLER()
H A Dpkl-ast.c1538 PKL_AST_CONS_VALUE (cons) = ASTREF (value); in pkl_ast_make_cons()
2168 pkl_ast_node_free (PKL_AST_CONS_VALUE (ast)); in pkl_ast_node_free()
H A Dpkl-ast.h1222 #define PKL_AST_CONS_VALUE(AST) ((AST)->cons.value) macro
H A Dpkl-typify.c1940 pkl_ast_node cons_value = PKL_AST_CONS_VALUE (cons); in PKL_PHASE_BEGIN_HANDLER()
H A Dpkl-gen.c2120 if (PKL_AST_CONS_VALUE (cons)) in PKL_PHASE_BEGIN_HANDLER()