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

/freebsd-10.0-release/usr.bin/make/
H A Dlst.h129 #define LST_NEXT(NODE) ((NODE)->nextPtr) macro
H A Dsuff.c433 srcLn = LST_NEXT(srcLn);
470 srcLn = LST_NEXT(srcLn);
1344 current = LST_NEXT(current);
1376 current = LST_NEXT(current);
1685 ln = LST_NEXT(ln);
H A Djob.c1112 for (ln = job->tailCmds; ln != NULL; ln = LST_NEXT(ln)) {
1773 ln = LST_NEXT(ln)) {

Completed in 65 milliseconds