Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/make/
H A Dparse.c147 static bool handle_for_loop(Buffer, const char *);
1337 handle_for_loop(Buffer linebuf, const char *line) in handle_for_loop() function
1398 return handle_for_loop(linebuf, line + 3); in handle_bsd_command()