Searched defs:g_next (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/drd/
H A Ddrd_segment.h44 struct segment* g_next; member in struct:segment
/external/libxml2/os400/iconv/bldcsndfa/
H A Dbldcsndfa.c124 t_stategroup * g_next; /* Next group. */ member in struct:t_stategroup
1506 g1->g_next = ghead;
1528 for (g2 = ghead; g2; g2 = g2->g_next) {
1578 g1->g_next = ghead;
1603 for (g1 = ghead; g1; g1 = g1->g_next)
1614 for (g1 = ghead; g1; g1 = g1->g_next) {
1639 ghead = g1->g_next;

Completed in 132 milliseconds