Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dfor.c504 For_Run(unsigned headLineno, unsigned bodyReadLines) in For_Run() argument
512 Parse_PushInput(NULL, headLineno, bodyReadLines, buf, f); in For_Run()
H A Dparse.c2587 unsigned bodyReadLines; in ParseForLoop() local
2597 bodyReadLines = CurFile()->readLines; in ParseForLoop()
2610 For_Run(forHeadLineno, bodyReadLines); in ParseForLoop()