Searched refs:Lst_Next (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/bmake/lst.lib/
H A DlstNext.c53 * access the list based on it. Because the list is circular, Lst_Next
62 * Lst_Next --
76 Lst_Next(Lst l) function
/freebsd-12-stable/contrib/bmake/
H A Dlst.h175 LstNode Lst_Next(Lst);
H A Ddir.c500 while ((ln = Lst_Next(dirSearchPath)) != NULL) {
791 while ((ln = Lst_Next(path)) != NULL) {
1202 while ((ln = Lst_Next(path)) != NULL) {
1265 while ((ln = Lst_Next(path)) != NULL) {
1327 while ((ln = Lst_Next(path)) != NULL) {
1715 while ((ln = Lst_Next(path)) != NULL) {
1839 while ((ln = Lst_Next(openDirectories)) != NULL) {
H A Dmake.c477 while ((ln = Lst_Next(cgn->children)) != NULL) {
732 while ((ln = Lst_Next(parents)) != NULL) {
835 while ((ln = Lst_Next(cgn->iParents)) != NULL) {
1459 for (; (ln = Lst_Next(pgn->children)) != NULL; ) {
H A Dsuff.c503 while ((ln = Lst_Next(l)) != NULL) {
1077 while ((ln = Lst_Next(sufflist)) != NULL) {
1302 while ((ln = Lst_Next(l)) != NULL) {
1440 ln = Lst_Next(t->children);
H A Dtarg.c394 while ((ln = Lst_Next(names)) != NULL) {
H A Darch.c1184 while ((ln = Lst_Next(gn->parents)) != NULL) {

Completed in 157 milliseconds