Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Functions | |
void | appendNodelist (nodelist_t *, size_t, Agnode_t *n) |
Add node after one. | |
void | realignNodelist (nodelist_t *list, size_t np) |
Make np new front of list, with current last hooked to current first. | |
void | insertNodelist (nodelist_t *, Agnode_t *, Agnode_t *, int) |
void | reverseAppend (nodelist_t *, nodelist_t *) |
Create l1 @ (rev l2) Destroys and frees l2. | |
|
extern |
Definition at line 18 of file nodelist.c.
References NULL.
Referenced by insertNodelist(), and place_node().
Remove cn. Then, insert cn before neighbor if pos == 0 and after neighbor otherwise.
Definition at line 45 of file nodelist.c.
References appendNodelist(), and neighbor.
Referenced by reduce().
|
extern |
Definition at line 35 of file nodelist.c.
References head.
Referenced by layout_block().
|
extern |
Definition at line 71 of file nodelist.c.
References concatNodelist().
Referenced by find_longest_path().