Graphviz
2.41.20171026.1811
|
#include "dot.h"
Go to the source code of this file.
Data Structures | |
struct | same_t |
Macros | |
#define | MAXSAME 5 /* max no of same{head,tail} groups on a node */ |
Typedefs | |
typedef struct same_t | same_t |
Functions | |
void | dot_sameports (graph_t *g) |
Definition at line 22 of file sameport.c.
Referenced by dot_sameports().
void dot_sameports | ( | graph_t * | g | ) |
Definition at line 34 of file sameport.c.
References agattr(), AGEDGE, agfstedge(), agfstnode(), aghead(), agnxtedge(), agnxtnode(), agtail(), agxget(), E_samehead, E_sametail, free_list, and MAXSAME.