Graphviz  2.29.20120524.0446
Defines
lib/common/logic.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NOT(v)   (!(v))
#define FALSE   (0)
#define TRUE   (!FALSE)
#define NOTUSED(var)   (void) var
#define NULL   (void *)0
#define NIL(type)   ((type)0)

Define Documentation

#define FALSE   (0)
#define NIL (   type)    ((type)0)

Definition at line 54 of file logic.h.

#define NOT (   v)    (!(v))

Definition at line 26 of file logic.h.

#define NOTUSED (   var)    (void) var

Definition at line 46 of file logic.h.

#define NULL   (void *)0

Definition at line 50 of file logic.h.

Referenced by main(), initBlocklist(), appendBlock(), circomps(), circo_cleanup(), removeDeglist(), firstDeglist(), appendNodelist(), realignNodelist(), insertNodelist(), sizeNodelist(), freeNodeset(), mkStack(), stackCheck(), canontoken(), colorxlate(), init_xdot(), emit_clusters(), gv_fixLocale(), gvRenderJobs(), textsize(), initHTMLlexer(), parseHTML(), emit_html_label(), html_port(), makeGraphs(), make_html_label(), dotneato_args_initialize(), gvNextInputGraph(), graph_init(), graph_cleanup(), make_simple_label(), make_label(), xml_string(), xml_url_string(), zrealloc(), gmalloc(), grealloc(), freeinit(), getfree(), write_plain(), attach_attrs_and_arrows(), ps_string(), simpleSplineRoute(), routesplinesinit(), routesplinesterm(), findAttrColor(), find_user_shape(), bind_shape(), resolvePort(), bezier_clip(), shape_clip(), new_spline(), beginpath(), endpath(), place_portlabel(), getsplinepoints(), dequeue(), late_int(), late_bool(), UF_union(), UF_singleton(), findStopColor(), Bezier(), safefile(), dotneato_closest(), spline_at_y(), common_init_node(), common_init_edge(), setAttr(), safe_dcl(), overlap_node(), gv_free_splines(), class1(), merge_chain(), class2(), interclexp(), mark_clusters(), build_skeleton(), mark_lowclusters(), dot_layout(), zapinlist(), delete_fast_edge(), new_virtual_edge(), fast_node(), fast_nodeapp(), delete_flat_edge(), merge_oneway(), unmerge_oneway(), flat_rev(), install_in_rank(), build_ranks(), dot_position(), dot_scan_ranks(), compoundEdges(), fdp_init_node_edge(), init_info(), fdp_init_graph(), fdp_initParams(), agdictof(), agNEWsym(), agraphattr(), agnodeattr(), agedgeattr(), agNEWdict(), aginitlib(), agxget(), agsafeset(), agfindedge(), agfstedge(), agnxtedge(), agfstout(), agnxtout(), agfstin(), agnxtin(), agNEWedge(), agedge(), agDELedge(), agpopproto(), agusergraph(), agopen(), agfindsubg(), agclose(), agcontains(), agread(), agmemread(), agread_usergets(), agwrnode(), agwrite(), aglexinit(), aglex(), agnode(), agNEWnode(), agparse(), agstrdup(), agstrdup_html(), agstrfree(), aghtmlstr(), gvContext(), gvContextPlugins(), gvRender(), gvAddLibrary(), gvconfig_plugin_install_from_library(), gvconfig(), gvdevice_initialize(), gv_argvlist_reset(), gvjobs_delete(), gvFreeLayout(), gvplugin_api_name(), gvplugin_library_load(), gvplugin_load(), gvplugin_list(), gvPluginList(), gvplugin_graph(), gvrender_select(), gvrender_end_job(), gvrender_set_pencolor(), gvrender_set_fillcolor(), gvusershape_find(), gvusershape_file_access(), gvusershape_file_release(), gvusershape_size(), makeMatrix(), normalize(), removeOverlapAs(), bfs(), call_tri(), UG_graph(), dijkstra_bounded(), bisect(), clip_line(), endpoint(), embed_graph(), PQinsert(), PQdelete(), PQ_min(), PQcleanup(), PQinitialize(), PQdump(), ELcleanup(), ELinitialize(), hintersect(), HEcreate(), restore_old_weights(), mult_dense_mat(), mult_dense_mat_d(), mult_sparse_dense_mat_transpose(), user_pos(), setSeed(), makeObstacle(), PCA_alloc(), iterativePCA_1D(), polyFree(), polyOverlap(), circuitModel(), mdsModel(), compute_apsp_artifical_weights_packed(), stress_majorization_kD_mkernel(), free_scan_graph(), choose_node(), neato_dequeue(), allow_edits(), voronoi(), pccomps(), ccomps(), putGraphs(), putRects(), parsePackModeInfo(), Pobsopen(), Proutespline(), Pshortestpath(), twopi_layout(), html_string(), strcasestr(), get_font_list(), read(), node(), edge(), getv(), setv(), findsubg(), findnode(), findedge(), findattr(), headof(), tailof(), graphof(), rootof(), protonode(), protoedge(), nameof(), firstsubg(), nextsubg(), firstsupg(), nextsupg(), firstout(), nextout(), firsthead(), nexthead(), firstedge(), nextedge(), firstin(), nextin(), firsttail(), nexttail(), firstnode(), nextnode(), firstattr(), nextattr(), and renderdata().

#define TRUE   (!FALSE)