Searched defs:node_str (Results 1 – 1 of 1) sorted by relevance
72 struct node_str { struct73 NODE **n_prevp; /* pointer to previous node's n_next */74 NODE *n_next; /* next node in graph */75 NODE **n_arcs; /* array of arcs to other nodes */76 int n_narcs; /* number of arcs in n_arcs[] */77 int n_arcsize; /* size of n_arcs[] array */78 int n_refcnt; /* # of arcs pointing to this node */79 int n_flags; /* NF_* */80 char n_name[1]; /* name of this node */