Home
last modified time | relevance | path

Searched refs:NODE_LISTCONST (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtree.c65 case NODE_LISTCONST: in tree_node_destroy()
294 no->type = NODE_LISTCONST; in tree_lconst_new()
307 g_assert( base->type == NODE_LISTCONST ); in tree_lconst_extend()
414 case NODE_LISTCONST: in tree_map()
473 case NODE_LISTCONST: in tree_copy()
H A Dtree.h45 NODE_LISTCONST /* A list expression "[1, 2, 3]" */ enumerator
H A Ddump.c784 case NODE_LISTCONST: in dump_tree()
786 if( n->type == NODE_LISTCONST ) in dump_tree()
H A Dcompile.c743 case NODE_LISTCONST: in compile_graph()
2492 case NODE_LISTCONST: in compile_pattern_access()
2575 case NODE_LISTCONST: in compile_pattern_condition()
2714 case NODE_LISTCONST: in compile_pattern_lhs_sub()