Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dfor.c64 typedef struct ForLoop { struct
69 } ForLoop; argument
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()
192 ForLoop_ParseItems(ForLoop *f, const char *p) in ForLoop_ParseItems()
248 ForLoop *f; in For_Eval()
509 For_NextIteration(ForLoop *f, Buffer *body) in For_NextIteration()
527 For_Break(ForLoop *f) in For_Break()
[all …]
H A Dmake.h843 struct ForLoop;
847 bool For_NextIteration(struct ForLoop *, Buffer *);
848 char *ForLoop_Details(const struct ForLoop *);
849 void ForLoop_Free(struct ForLoop *);
850 void For_Break(struct ForLoop *);
881 struct ForLoop *);
H A Dparse.c158 struct ForLoop *forLoop;
2207 Buffer buf, struct ForLoop *forLoop) in Parse_PushInput()
H A DChangeLog945 rename struct For to struct ForLoop