Searched refs:NODE (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadext.c141 typedef struct node_str NODE; typedef in typeref:struct:node_str
143 NODE **n_prevp; /* pointer to previous node's n_next */
144 NODE *n_next; /* next node in graph */
145 NODE **n_arcs; /* array of arcs to other nodes */
153 static NODE *graph = NULL, **cycle_buf = NULL, **longest_cycle = NULL;
155 static NODE *sorted = NULL, *last = NULL;
158 static NODE *
161 NODE *n;
168 n = xnfalloc(sizeof(NODE));
193 NODE *n
[all...]

Completed in 2 milliseconds