Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcond.c397 bool atStart; /* true means an expression outside quotes */ in CondParser_StringExpr() local
404 atStart = p == start; in CondParser_StringExpr()
414 if (atStart && is_separator(par->p[0])) in CondParser_StringExpr()