Searched refs:Lst_ForEachNodeWhile (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.bin/make/ |
| D | compat.c | 362 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()
|
| D | lst.h | 133 extern void Lst_ForEachNodeWhile(Lst, ForEachNodeWhileProc, void *);
|
| D | job.c | 1703 Lst_ForEachNodeWhile(&gn->commands, JobPrintCommand, job); in JobStart() 1729 Lst_ForEachNodeWhile(&gn->commands, JobPrintCommand, job); in JobStart()
|
| /mirbsd/src/usr.bin/make/lst.lib/ |
| D | lstForEachFrom.c | 76 Lst_ForEachNodeWhile(Lst l, ForEachNodeWhileProc proc, void *d) in Lst_ForEachNodeWhile() function
|