Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs | Functions
sameport.c File Reference
#include "dot.h"
Include dependency graph for sameport.c:

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)
 

Macro Definition Documentation

#define MAXSAME   5 /* max no of same{head,tail} groups on a node */

Definition at line 22 of file sameport.c.

Referenced by dot_sameports().

Typedef Documentation

typedef struct same_t same_t

Function Documentation

void dot_sameports ( graph_t g)