Home
last modified time | relevance | path

Searched refs:ForLoop (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/
H A Dfor.c64 typedef struct ForLoop { struct
69 } ForLoop; argument
72 static ForLoop *accumFor; /* Loop being accumulated */
91 static ForLoop *
94 ForLoop *f = bmake_malloc(sizeof *f); in ForLoop_New()
105 ForLoop_Free(ForLoop *f) in ForLoop_Free()
118 ForLoop_Details(const ForLoop *f) in ForLoop_Details()
149 ForLoop_ParseVarnames(ForLoop *f, const char **pp) in ForLoop_ParseVarnames()
189 ForLoop_ParseItems(ForLoop *f, const char *p) in ForLoop_ParseItems()
241 ForLoop *f; in For_Eval()
[all …]
H A Dmake.h869 struct ForLoop;
873 bool For_NextIteration(struct ForLoop *, Buffer *);
874 char *ForLoop_Details(const struct ForLoop *);
875 void ForLoop_Free(struct ForLoop *);
876 void For_Break(struct ForLoop *);
917 struct ForLoop *);
H A Dparse.c145 struct ForLoop *forLoop;
2212 Buffer buf, struct ForLoop *forLoop) in Parse_PushInput()
H A DChangeLog1771 rename struct For to struct ForLoop