HomeSort by: relevance | last modified time | path
    Searched refs:Lst_IsEmpty (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/make/
lst.h 119 Lst_IsEmpty(List *list)
suff.c 629 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&gn->cohorts))
635 if (!Lst_IsEmpty(&gn->commands) || !Lst_IsEmpty(&gn->children)) {
858 if (!Lst_IsEmpty(&suff->searchPath->dirs)) {
1087 while (!Lst_IsEmpty(sources)) {
1155 if (sgn->type & OP_OPTIONAL && Lst_IsEmpty(&tgn->commands)) {
1216 while (!Lst_IsEmpty(&expansions)) {
1326 if (!Lst_IsEmpty(&cgn->order_pred) || !Lst_IsEmpty(&cgn->order_succ))
1365 while (!Lst_IsEmpty(&members))
    [all...]
make.c 427 Lst_IsEmpty(&pgn->commands)) {
544 if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children))
694 if (!Lst_IsEmpty(&cgn->parents))
1019 while (!Lst_IsEmpty(&toBeMade)) {
1246 while (!Lst_IsEmpty(&examine)) {
1356 while (!Lst_IsEmpty(&examine)) {
1403 while (!Lst_IsEmpty(&toBeMade) || jobTokensRunning > 0) {
main.c 902 if (Lst_IsEmpty(&opts.create))
932 if (Lst_IsEmpty(&opts.create)) {
1179 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath,
1182 if (Lst_IsEmpty(&sysMkFiles))
1474 if (Lst_IsEmpty(&sysIncPath->dirs))
1482 if (!Lst_IsEmpty(&opts.makefiles))
1675 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs)
arch.c 328 while (!Lst_IsEmpty(&members)) {
934 if (!GNode_IsTarget(gn) && Lst_IsEmpty(&gn->children))
936 if ((!Lst_IsEmpty(&gn->children) && gn->youngestChild == NULL) ||
compat.c 502 if (Lst_IsEmpty(gnodes))
752 while (!Lst_IsEmpty(targets)) {
parse.c 683 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts))
1006 if (!Lst_IsEmpty(&opts.create))
1132 while (!Lst_IsEmpty(&targetNames)) {
1311 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs)
1586 while (!Lst_IsEmpty(&sources)) {
1708 if (!Lst_IsEmpty(targets))
2688 if (!Lst_IsEmpty(&gn->commands))
job.c 1435 if (!Lst_IsEmpty(&gn->commands))
1437 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children))
1444 if (defaultNode != NULL && !Lst_IsEmpty(&defaultNode->commands) &&
1740 if (Lst_IsEmpty(&gn->commands)) {
2474 if (!Lst_IsEmpty(&dotEnd->commands) ||
2475 !Lst_IsEmpty(&dotEnd->children)) {
targ.c 350 if (Lst_IsEmpty(gnodes))
dir.c 579 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs)
1386 !Lst_IsEmpty(&gn->implicitParents))
1598 while (!Lst_IsEmpty(&path->dirs)) {
meta.c 378 if (Lst_IsEmpty(&gn->commands)) {
1329 if (Lst_IsEmpty(&metaBailiwick))
1533 if (!Lst_IsEmpty(&missingFiles)) {
cond.c 327 !Lst_IsEmpty(&gn->commands);

Completed in 40 milliseconds