Home | History | Annotate | Download | only in make

Lines Matching refs:Lst_IsEmpty

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)) {
1681 if (!Lst_IsEmpty(targets) || nullSuff == NULL)
1695 if (Lst_IsEmpty(&gn->commands))
1871 if (!Lst_IsEmpty(&gn->children)) {
1955 assert(Lst_IsEmpty(&cs->list));