Home
last modified time | relevance | path

Searched refs:NEWNODE (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dcompile.c468 if( NEWNODE( heap, hn1 ) ) in compile_binop()
476 if( NEWNODE( heap, hn2 ) ) in compile_binop()
484 if( NEWNODE( heap, hn3 ) ) in compile_binop()
611 if( NEWNODE( heap, hn1 ) ) in compile_graph()
630 if( NEWNODE( heap, hn1 ) ) in compile_graph()
637 if( NEWNODE( heap, hn2 ) ) in compile_graph()
660 if( NEWNODE( heap, hn1 ) ) in compile_graph()
667 if( NEWNODE( heap, hn2 ) ) in compile_graph()
707 if( NEWNODE( heap, hn1 ) ) in compile_graph()
714 if( NEWNODE( heap, hn2 ) ) in compile_graph()
[all …]
H A Dreduce.c1477 if( NEWNODE( heap, hn1 ) ) in reduce_spine()
1488 if( NEWNODE( heap, hn2 ) ) in reduce_spine()
1527 if( NEWNODE( heap, hn1 ) ) in reduce_spine()
1578 if( NEWNODE( heap, hn1 ) ) in reduce_spine()
1588 if( NEWNODE( heap, hn2 ) ) in reduce_spine()
1608 if( NEWNODE( heap, hn1 ) ) in reduce_spine()
1629 if( NEWNODE( heap, hn1 ) ) in reduce_spine()
1726 if( NEWNODE( heap, hn1 ) ) in reduce_spine()
1742 if( NEWNODE( heap, hn2 ) ) in reduce_spine()
2131 if( NEWNODE( heap, apl ) ) { in reduce_regenerate_member()
H A Dclass.c311 if( NEWNODE( heap, apl ) ) in class_member_secret()
381 if( NEWNODE( heap, base ) ) in add_class_member()
390 if( NEWNODE( heap, sv ) ) in add_class_member()
441 if( NEWNODE( heap, base ) ) in add_class_svpair()
450 if( NEWNODE( heap, sv ) ) in add_class_svpair()
545 if( NEWNODE( heap, base ) ) in class_new_single()
553 if( NEWNODE( heap, sm ) ) in class_new_single()
H A Dheap.c855 if( NEWNODE( heap, hn ) ) in heap_real_new()
883 if( NEWNODE( heap, hn ) ) in heap_complex_element_new()
954 if( NEWNODE( heap, hn ) ) in heap_list_add()
1016 if( NEWNODE( heap, hn ) ) in heap_appl_add()
1045 if( NEWNODE( heap, hn ) ) { in heap_file_new()
1697 if( NEWNODE( heap, hn1 ) ) in copy_node()
1720 if( NEWNODE( heap, hn1 ) ) in copy_node()
H A Dheap.h349 #define NEWNODE( H, A ) ( \ macro
H A Daction.c1278 if( NEWNODE( heap, hn ) ) in action_proc_bop_strict()
/dports/databases/postgresql-orafce/orafce-VERSION_3_13_4/
H A Dplvlex.c90 #define NEWNODE(type) \ macro
110 result = NEWNODE(IDENT); in compose()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/tools/
H A Dgvpack.c82 #define NEWNODE(n) ((node_t*)ND_alg(n)) macro
612 nn = NEWNODE(n); in cloneSubg()
623 nt = NEWNODE(agtail(e)); in cloneSubg()
624 nh = NEWNODE(aghead(e)); in cloneSubg()
/dports/science/v_sim/v_sim-3.8.0/src/extensions/
H A Dmarks.c1576 #define NEWNODE 2 in drawMarkLine() macro
1612 verticesKept[elem] = NEWNODE; in drawMarkLine()
1619 verticesKept[elem] = NEWNODE; in drawMarkLine()
1654 else if (verticesKept[i] == NEWNODE){ in drawMarkLine()
1656 if (verticesKept[i] != NEWNODE && verticesKept[i] != NEWLINE){ in drawMarkLine()
1663 while (verticesKept[i] == NEWNODE || verticesKept[i] == NEWLINE) in drawMarkLine()
1669 while (verticesKept[i + 2] != NEWNODE && verticesKept[i + 2] != NEWLINE && i + 2 < elem){ in drawMarkLine()
1683 else if (verticesKept[i + 2] == NEWNODE){ in drawMarkLine()
/dports/science/devisor/devisor2.1/devisor2/grid/GUI/event/
H A DMainActionListener.java1163 if (e.getActionCommand ().equals(NEWNODE)) in actionPerformed()
1495 actionPerformed (new ActionEvent (e.getSource(),e.getID(),NEWNODE,e.getModifiers())); in actionPerformed()
1551 public static final String NEWNODE = "NEWNODE"; field in MainActionListener
/dports/science/devisor/devisor2.1/devisor2/grid/GUI/framework/
H A DMainMenu.java676 domainnewnode.setActionCommand (MainActionListener.NEWNODE); in initDomainMenu()