Searched refs:Lst_IsEmpty (Results 1 – 10 of 10) sorted by relevance
488 if (!Lst_IsEmpty(&gn->commands)) { in Suff_ParseAsTransform()492 if (!Lst_IsEmpty(&gn->children)) { in Suff_ParseAsTransform()586 if (Lst_IsEmpty(&gn->commands) && Lst_IsEmpty(&gn->children)) in build_suffixes_graph()616 if (!Lst_IsEmpty(&s->searchPath)) in setup_paths()1179 if (Lst_IsEmpty(&srcs)) { in SuffFindNormalDeps()1197 if (Lst_IsEmpty(&gn->commands) && Lst_IsEmpty(&gn->children)) in SuffFindNormalDeps()1217 if (!Lst_IsEmpty(&targs)) in SuffFindNormalDeps()1250 (Lst_IsEmpty(&gn->children) && in SuffFindNormalDeps()1308 if (!Lst_IsEmpty(&gn->children)) { in SuffFindNormalDeps()1487 if (!Lst_IsEmpty(&s->parents)) { in SuffPrintSuff()[all …]
613 if (Lst_IsEmpty(&sysMkPath)) in read_all_make_rules()619 if (!Lst_IsEmpty(makefiles)) { in read_all_make_rules()736 if (!Lst_IsEmpty(create)) { in main()756 if (Lst_IsEmpty(systemIncludePath)) in main()784 if (!Lst_IsEmpty(&varstoprint)) { in main()798 if (Lst_IsEmpty(create)) in main()840 if (Lst_IsEmpty(&unreadable)) in dump_unreadable()
124 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->commands)) { in node_find_valid_commands()137 !Lst_IsEmpty(&DEFAULT->commands)) { in node_find_valid_commands()296 if ((cgn->type & OP_USE) || Lst_IsEmpty(&pgn->commands)) { in Make_HandleUse()
93 #define Lst_IsEmpty(l) ((l)->firstPtr == NULL) macro
133 if (!Lst_IsEmpty(&gn->parents)) { in TargPrintNode()
163 if (Lst_IsEmpty(&gn->commands)) in kludge_look_harder_for_target()
164 if (Lst_IsEmpty(&gn->predecessors)) in has_predecessor_left_to_build()
751 if (!Lst_IsEmpty(create)) { in handle_special_targets()847 assert(specType == SPECIAL_PATH || Lst_IsEmpty(&paths)); in ParseDoDependency()
64 if (before == NULL && !Lst_IsEmpty(l)) in Lst_Insert()67 if (before != NULL && Lst_IsEmpty(l)) in Lst_Insert()
88 #define Lst_IsEmpty(l) ((l)->firstPtr == NULL) macro