Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dfor.c502 For_Run(unsigned headLineno, unsigned bodyReadLines) in For_Run() argument
510 Parse_PushInput(NULL, headLineno, bodyReadLines, buf, f); in For_Run()
H A Dparse.c2560 unsigned bodyReadLines; in ParseForLoop() local
2570 bodyReadLines = CurFile()->readLines; in ParseForLoop()
2583 For_Run(forHeadLineno, bodyReadLines); in ParseForLoop()