Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/make/
H A Dparse.c150 static bool handle_bsd_command(Buffer, Buffer, const char *);
1375 handle_bsd_command(Buffer linebuf, Buffer copy, const char *line) in handle_bsd_command() function
1555 if (*line == '.' && handle_bsd_command(buf, copy, line+1)) in parse_as_special_line()