Searched refs:Lst_Find (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/bmake/lst.lib/
H A DlstFind.c57 * Lst_Find --
70 Lst_Find(Lst l, const void *d, int (*cProc)(const void *, const void *)) function
/freebsd-12-stable/contrib/bmake/
H A Dlst.h149 LstNode Lst_Find(Lst, const void *, int (*)(const void *, const void *));
H A Dsuff.c314 * to Lst_Find.
615 srcLn = Lst_Find(sufflist, str, SuffSuffIsPrefix);
646 targLn = Lst_Find(sufflist, str2, SuffSuffHasNameP);
706 ln = Lst_Find(transforms, line, SuffGNHasNameP);
855 ln = Lst_Find(sufflist, cp, SuffSuffHasNameP);
879 ln = Lst_Find(sufflist, transform->name, SuffSuffHasNameP);
982 ln = Lst_Find(sufflist, str, SuffSuffHasNameP);
1034 ln = Lst_Find(sufflist, sname, SuffSuffHasNameP);
1132 ln = Lst_Find(sufflist, sname, SuffSuffHasNameP);
1164 ln = Lst_Find(sufflis
[all...]
H A Dmain.c1369 ln = Lst_Find(sysMkPath, NULL, ReadMakefile);
1378 ln = Lst_Find(makefiles, NULL, ReadAllMakefiles);
1387 (void)Lst_Find(makefiles, NULL, ReadMakefile);
H A Dmeta.c963 * Lst_Find wants 0 to stop search
986 /* Lst_Find wants 0 to stop search */
1340 if ((ln = Lst_Find(missingFiles, p,
1417 if (Lst_Find(missingFiles, p, string_match) == NULL)
1503 if (Lst_Find(missingFiles, p, string_match) == NULL)
H A Ddir.c524 * Lst_Find when searching the list of open directories.
1607 ln = Lst_Find(path, name, DirFindName);
1617 ln = Lst_Find(openDirectories, name, DirFindName);
H A Darch.c530 * From ArchStatMember and ArchFindMember via Lst_Find.
598 ln = Lst_Find(archives, archive, ArchFindArchive);
H A Dcond.c360 * on mismatch. Callback function for CondDoMake via Lst_Find
393 return Lst_Find(create, arg, CondStrMatch) != NULL;

Completed in 70 milliseconds