Home
last modified time | relevance | path

Searched refs:Lst_ForEachNodeWhile (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/make/
Dcompat.c362 Lst_ForEachNodeWhile(&i->commands, CompatRunCommand, i); in CompatRunCommand()
447 Lst_ForEachNodeWhile(&gn->commands, CompatRunCommand, gn); in CompatMake()
581 Lst_ForEachNodeWhile(&gn->commands, CompatRunCommand, gn); in Compat_Run()
611 Lst_ForEachNodeWhile(&ENDNode->commands, CompatRunCommand, ENDNode); in Compat_Run()
Dlst.h133 extern void Lst_ForEachNodeWhile(Lst, ForEachNodeWhileProc, void *);
Djob.c1703 Lst_ForEachNodeWhile(&gn->commands, JobPrintCommand, job); in JobStart()
1729 Lst_ForEachNodeWhile(&gn->commands, JobPrintCommand, job); in JobStart()
/mirbsd/src/usr.bin/make/lst.lib/
DlstForEachFrom.c76 Lst_ForEachNodeWhile(Lst l, ForEachNodeWhileProc proc, void *d) in Lst_ForEachNodeWhile() function