Home
last modified time | relevance | path

Searched refs:PEPUTP (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dcompile.c472 PEPUTP( out, ELEMENT_NODE, hn1 ); in compile_binop()
480 PEPUTP( &e1, ELEMENT_NODE, hn2 ); in compile_binop()
488 PEPUTP( &e2, ELEMENT_NODE, hn3 ); in compile_binop()
503 PEPUTP( &e, ELEMENT_SYMREF, sym ); in compile_dotsym()
615 PEPUTP( out, ELEMENT_NODE, hn1 ); in compile_graph()
634 PEPUTP( out, ELEMENT_NODE, hn1 ); in compile_graph()
641 PEPUTP( &e1, ELEMENT_NODE, hn2 ); in compile_graph()
664 PEPUTP( out, ELEMENT_NODE, hn1 ); in compile_graph()
672 PEPUTP( &e1, ELEMENT_NODE, hn2 ); in compile_graph()
711 PEPUTP( out, ELEMENT_NODE, hn1 ); in compile_graph()
[all …]
H A Daction.c234 PEPUTP( out, ELEMENT_BOOL, in action_proc_eor()
395 PEPUTP( out, ELEMENT_SYMBOL, child ); in action_proc_dot()
398 PEPUTP( out, ELEMENT_SYMREF, child ); in action_proc_dot()
743 PEPUTP( out, ELEMENT_BOOL, FALSE ); in action_proc_equal()
749 PEPUTP( out, ELEMENT_BOOL, res ); in action_proc_equal()
783 PEPUTP( out, ELEMENT_BOOL, TRUE ); in action_proc_notequal()
787 PEPUTP( out, ELEMENT_BOOL, !res ); in action_proc_notequal()
1221 PEPUTP( out, ELEMENT_BOOL, in action_proc_bop_strict()
1227 PEPUTP( out, ELEMENT_BOOL, in action_proc_bop_strict()
1289 PEPUTP( out, ELEMENT_NODE, hn ); in action_proc_bop_strict()
[all …]
H A Dheap.c843 PEPUTP( out, ELEMENT_BOOL, val ); in heap_bool_new()
860 PEPUTP( out, ELEMENT_NODE, hn ); in heap_real_new()
889 PEPUTP( out, ELEMENT_NODE, hn ); in heap_complex_element_new()
942 PEPUTP( list, ELEMENT_ELIST, NULL ); in heap_list_init()
959 PEPUTP( list, ELEMENT_NODE, hn ); in heap_list_add()
1021 PEPUTP( base, ELEMENT_NODE, hn ); in heap_appl_add()
1053 PEPUTP( out, ELEMENT_NODE, hn ); in heap_file_new()
1091 PEPUTP( out, ELEMENT_ELIST, NULL ); in heap_managedstring_new()
1700 PEPUTP( out, ELEMENT_NODE, hn1 ); in copy_node()
1711 PEPUTP( out, ELEMENT_NODE, ri[i] ); in copy_node()
[all …]
H A Dbuiltin.c148 PEPUTP( out, ELEMENT_BOOL, in apply_has_member_call()
171 PEPUTP( out, ELEMENT_BOOL, reduce_is_instanceof( rc, kname, &rhs ) ); in apply_is_instanceof_call()
198 PEPUTP( out, in apply_complex_call()
202 PEPUTP( out, in apply_complex_call()
325 PEPUTP( out, ELEMENT_MANAGED, ii ); in apply_image_call()
402 PEPUTP( out, ELEMENT_MANAGED, ii ); in apply_graph_export_image_call()
404 PEPUTP( out, ELEMENT_BOOL, TRUE ); in apply_graph_export_image_call()
536 PEPUTP( out, ELEMENT_BOOL, res ); in apply_pred_call()
H A Dreduce.c1184 PEPUTP( &np, in reduce_spine()
1291 PEPUTP( &np, in reduce_spine()
1333 PEPUTP( &np, in reduce_spine()
1353 PEPUTP( &np, ELEMENT_SYMBOL, new_sym ); in reduce_spine()
1363 PEPUTP( &np, ELEMENT_SYMREF, sym ); in reduce_spine()
1463 PEPUTP( &np, ELEMENT_ELIST, NULL ); in reduce_spine()
1789 PEPUTP( &np, in reduce_spine()
1865 PEPUTP( &np, in reduce_spine()
1905 PEPUTP( &np, in reduce_spine()
2138 PEPUTP( out, ELEMENT_NODE, apl ); in reduce_regenerate_member()
H A Dclass.c344 PEPUTP( out, ELEMENT_NODE, apl ); in class_member_secret()
386 PEPUTP( out, ELEMENT_NODE, base ); in add_class_member()
446 PEPUTP( out, ELEMENT_NODE, base ); in add_class_svpair()
490 PEPUTP( pe, ELEMENT_ELIST, NULL ); in class_new_single_name()
549 PEPUTP( out, ELEMENT_NODE, base ); in class_new_single()
H A Dtrace.c397 PEPUTP( &pe, ELEMENT_NODE, node ); in trace_node()
H A Dvipsobject.c291 PEPUTP( out, ELEMENT_MANAGED, managedgobject ); in vo_object_new()
H A Dexpr.c505 PEPUTP( &expr->root, ELEMENT_NOVAL, (void *) 99 ); in expr_error_set()
H A Diimage.c325 PEPUTP( &rhs, ELEMENT_MANAGED, value->ii ); in iimage_class_new()
H A Dheap.h185 #define PEPUTP(PE,T,V) {\ macro
H A Dclassmodel.c484 PEPUTP( out, ELEMENT_MANAGED, value->ii ); in classmodel_class_member_new()
H A Dcall.c703 PEPUTP( arg, ELEMENT_MANAGED, outii ); in call_toip()