Searched refs:ForLoop (Results 1 – 4 of 4) sorted by relevance
64 typedef struct ForLoop { struct69 } ForLoop; argument91 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 …]
843 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 *);
158 struct ForLoop *forLoop;2207 Buffer buf, struct ForLoop *forLoop) in Parse_PushInput()
945 rename struct For to struct ForLoop