Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dcond.c215 int paren_depth; in ParseWord() local
219 paren_depth = 0; in ParseWord()
224 if ((ch == '&' || ch == '|') && paren_depth == 0) in ParseWord()
245 paren_depth++; in ParseWord()
246 else if (ch == ')' && --paren_depth < 0) in ParseWord()