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 426 Lst_IsEmpty(&pgn->commands)) {
543 if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children))
693 if (!Lst_IsEmpty(&cgn->parents))
1018 while (!Lst_IsEmpty(&toBeMade)) {
1245 while (!Lst_IsEmpty(&examine)) {
1355 while (!Lst_IsEmpty(&examine)) {
1402 while (!Lst_IsEmpty(&toBeMade) || jobTokensRunning > 0) {
main.c 903 if (Lst_IsEmpty(&opts.create))
933 if (Lst_IsEmpty(&opts.create)) {
1180 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath,
1183 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))
2730 if (!Lst_IsEmpty(&gn->commands))
job.c 1400 if (!Lst_IsEmpty(&gn->commands))
1402 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children))
1409 if (defaultNode != NULL && !Lst_IsEmpty(&defaultNode->commands) &&
1705 if (Lst_IsEmpty(&gn->commands)) {
2439 if (!Lst_IsEmpty(&dotEnd->commands) ||
2440 !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 419 if (Lst_IsEmpty(&gn->commands)) {
1362 if (Lst_IsEmpty(&metaBailiwick))
1566 if (!Lst_IsEmpty(&missingFiles)) {
cond.c 327 !Lst_IsEmpty(&gn->commands);

Completed in 94 milliseconds