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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c1427 FontRec *f, *nextf, **start; local
1446 for (f = *start; f != NULL; f = nextf) {
1447 nextf = f->pending_delete_next;
1452 *start = nextf;

Completed in 21 milliseconds