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

/netbsd-6-1-5-RELEASE/usr.bin/ctags/
H A DC.c269 *anext; local
309 for (anext = maybe_attribute;;) {
319 if (anext == maybe_attribute) {
321 *anext++ = c;
326 if (anext - maybe_attribute
328 *anext++ = c;
332 *anext++ = '\0';
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c6750 attrs anode, anext; local
6758 for (anode = *anextp; anode; anode = anext)
6760 anext = anode->next;
6765 *anextp = anext;

Completed in 216 milliseconds