Symbol: Lst_First
usr.bin/make/arch.c
875
for (ln = Lst_First(&gn->parents); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/cond.c
272
for (ln = Lst_First(create); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/dir.c
460
for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/dir.c
534
for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/dir.c
678
for (ln = Lst_First(path2); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/direxpand.c
96
for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln))
usr.bin/make/dump.c
158
for (ln = Lst_First(&gn->cohorts); ln != NULL; ln = Lst_Adv(ln))
usr.bin/make/engine.c
168
for (ln = Lst_First(&gn->parents); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/engine.c
302
for (ln = Lst_First(&cgn->children); ln != NULL;
usr.bin/make/engine.c
346
for (ln = Lst_First(&gn->children); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/engine.c
513
job->next_cmd = Lst_First(&node->commands);
usr.bin/make/expandchildren.h
14
expand_children_from(gn, Lst_First(&(gn)->children))
usr.bin/make/for.c
179
for (ln = Lst_First(&arg->vars); ln != NULL; ln = Lst_Adv(ln))
usr.bin/make/for.c
194
for (ln = Lst_First(&arg->lst); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/garray.h
41
for (ln = Lst_First((l1)); ln != NULL; ln = Lst_Adv(ln))\
usr.bin/make/lst.h
157
#define Lst_ForEach(l, proc, d) Lst_ForEachFrom(Lst_First(l), proc, d)
usr.bin/make/lst.h
158
#define Lst_Find(l, cProc, d) Lst_FindFrom(Lst_First(l), cProc, d)
usr.bin/make/lst.h
165
return Lst_FindFrom(Lst_First(l), (FindProc)cProc, (void *)d);
usr.bin/make/lst.lib/lst.h
152
#define Lst_ForEach(l, proc, d) Lst_ForEachFrom(Lst_First(l), proc, d)
usr.bin/make/lst.lib/lst.h
153
#define Lst_Find(l, cProc, d) Lst_FindFrom(Lst_First(l), cProc, d)
usr.bin/make/lst.lib/lst.h
160
return Lst_FindFrom(Lst_First(l), (FindProc)cProc, (void *)d);
usr.bin/make/main.c
739
for (ln = Lst_First(create); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/main.c
787
for (ln = Lst_First(&varstoprint); ln != NULL;
usr.bin/make/make.c
168
for (ln = Lst_First(&gn->predecessors); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/make.c
189
for (ln = Lst_First(&gn->successors); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/make.c
272
for (ln = Lst_First(&cgn->parents); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/make.c
634
for (ln = Lst_First(&gn->children); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/make.c
673
for (ln = Lst_First(l); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/parse.c
1450
for (ln = Lst_First(&targets->a[0]->commands); ln != NULL;
usr.bin/make/parse.c
336
for (ln = Lst_First(&gn->parents); ln != NULL;
usr.bin/make/parse.c
474
for (ln=Lst_First(&gn->cohorts); ln != NULL;
usr.bin/make/parse.c
923
for (ln = Lst_First(&paths); ln != NULL;
usr.bin/make/suff.c
1218
targ = Lst_Datum(Lst_First(&targs));
usr.bin/make/suff.c
1523
for (ln1 = Lst_First(&s->searchPath), ln2 = Lst_First(defaultPath);
usr.bin/make/suff.c
304
for (ln = Lst_First(l); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/suff.c
720
for (ln = Lst_First(l); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/suff.c
834
for (ln = Lst_First(&t->children); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/suff.c
923
for (ln=Lst_First(&sGn->cohorts); ln != NULL; ln=Lst_Adv(ln)) {
usr.bin/make/suff.c
972
for (ln = Lst_First(l); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/targ.c
235
for (ln = Lst_First(names); ln != NULL; ln = Lst_Adv(ln)) {
usr.bin/make/targequiv.c
165
for (ln = Lst_First(&extra->children); ln != NULL;
usr.bin/make/targequiv.c
373
for (ln = Lst_First(l); ln != NULL; ln = Lst_Adv(ln)) {