Home
last modified time | relevance | path

Searched refs:doAnchor (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dhtmltable.c530 int doAnchor = (tbl->data.href || tbl->data.target); in emit_html_tbl() local
541 if (doAnchor && !(job->flags & EMIT_CLUSTERS_LAST)) in emit_html_tbl()
587 if (doAnchor && (job->flags & EMIT_CLUSTERS_LAST)) { in emit_html_tbl()
633 int inAnchor, doAnchor = (cp->data.href || cp->data.target); in emit_html_cell() local
641 if (doAnchor && !(job->flags & EMIT_CLUSTERS_LAST)) in emit_html_cell()
674 if (doAnchor && (job->flags & EMIT_CLUSTERS_LAST)) { in emit_html_cell()
H A Demit.c3673 int doAnchor; in emit_clusters() local
3686 doAnchor = (obj->url || obj->explicit_tooltip); in emit_clusters()
3688 if (doAnchor && !(flags & EMIT_CLUSTERS_LAST)) { in emit_clusters()
3811 if (doAnchor) { in emit_clusters()