Home
last modified time | relevance | path

Searched refs:bodyReadLines (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/bmake/
HDfor.c534 For_Run(unsigned headLineno, unsigned bodyReadLines) in For_Run() argument
542 Parse_PushInput(NULL, headLineno, bodyReadLines, buf, f); in For_Run()
HDparse.c2637 unsigned bodyReadLines; in ParseForLoop() local
2647 bodyReadLines = CurFile()->readLines; in ParseForLoop()
2660 For_Run(forHeadLineno, bodyReadLines); in ParseForLoop()