Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dparse.c1274 bool paren_to_match = false; in handle_poison() local
1295 paren_to_match = true; in handle_poison()
1302 if (*p == ')' && paren_to_match) { in handle_poison()
1303 paren_to_match = false; in handle_poison()