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

/openbsd-current/usr.bin/make/
H A Dexpandchildren.c150 after = Lst_Adv(after);
191 after = Lst_Adv(after);
242 np = Lst_Adv(ln);
H A Dgarray.h41 for (ln = Lst_First((l1)); ln != NULL; ln = Lst_Adv(ln))\
H A Dlst.h159 #define Lst_Adv(ln) ((ln)->nextPtr) macro
H A Dmake.c168 for (ln = Lst_First(&gn->predecessors); ln != NULL; ln = Lst_Adv(ln)) {
189 for (ln = Lst_First(&gn->successors); ln != NULL; ln = Lst_Adv(ln)) {
272 for (ln = Lst_First(&cgn->parents); ln != NULL; ln = Lst_Adv(ln)) {
634 for (ln = Lst_First(&gn->children); ln != NULL; ln = Lst_Adv(ln)) {
673 for (ln = Lst_First(l); ln != NULL; ln = Lst_Adv(ln)) {
H A Dengine.c168 for (ln = Lst_First(&gn->parents); ln != NULL; ln = Lst_Adv(ln)) {
303 ln = Lst_Adv(ln)) {
346 for (ln = Lst_First(&gn->children); ln != NULL; ln = Lst_Adv(ln)) {
712 job->next_cmd = Lst_Adv(job->next_cmd);
H A Dfor.c179 for (ln = Lst_First(&arg->vars); ln != NULL; ln = Lst_Adv(ln))
194 for (ln = Lst_First(&arg->lst); ln != NULL; ln = Lst_Adv(ln)) {
H A Ddir.c460 for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln)) {
534 for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln)) {
678 for (ln = Lst_First(path2); ln != NULL; ln = Lst_Adv(ln)) {
H A Ddump.c158 for (ln = Lst_First(&gn->cohorts); ln != NULL; ln = Lst_Adv(ln))
H A Ddirexpand.c96 for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln))
H A Dtargequiv.c166 ln = Lst_Adv(ln)) {
373 for (ln = Lst_First(l); ln != NULL; ln = Lst_Adv(ln)) {
H A Dsuff.c304 for (ln = Lst_First(l); ln != NULL; ln = Lst_Adv(ln)) {
720 for (ln = Lst_First(l); ln != NULL; ln = Lst_Adv(ln)) {
834 for (ln = Lst_First(&t->children); ln != NULL; ln = Lst_Adv(ln)) {
923 for (ln=Lst_First(&sGn->cohorts); ln != NULL; ln=Lst_Adv(ln)) {
972 for (ln = Lst_First(l); ln != NULL; ln = Lst_Adv(ln)) {
1525 ln1 = Lst_Adv(ln1)) {
1527 ln2 = Lst_Adv(ln2);
H A Dmain.c739 for (ln = Lst_First(create); ln != NULL; ln = Lst_Adv(ln)) {
788 ln = Lst_Adv(ln)) {
H A Dtarg.c235 for (ln = Lst_First(names); ln != NULL; ln = Lst_Adv(ln)) {
H A Dparse.c337 ln = Lst_Adv(ln))
475 ln = Lst_Adv(ln)){
924 ln = Lst_Adv(ln))
1451 ln = Lst_Adv(ln)) {
H A Darch.c873 for (ln = Lst_First(&gn->parents); ln != NULL; ln = Lst_Adv(ln)) {
H A Dcond.c272 for (ln = Lst_First(create); ln != NULL; ln = Lst_Adv(ln)) {
/openbsd-current/usr.bin/make/lst.lib/
H A Dlst.h154 #define Lst_Adv(ln) ((ln)->nextPtr) macro

Completed in 276 milliseconds