Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dcond.c1106 IFS_WAS_ACTIVE = 1 << 2 in Cond_EvalLine() enumerator
1178 state = IFS_WAS_ACTIVE | IFS_SEEN_ELSE; in Cond_EvalLine()
1209 IFS_WAS_ACTIVE | IFS_SEEN_ELSE; in Cond_EvalLine()
1213 cond_states[cond_depth] = IFS_WAS_ACTIVE; in Cond_EvalLine()
1235 cond_states[cond_depth] = IFS_WAS_ACTIVE; in Cond_EvalLine()
1246 cond_states[cond_depth] = IFS_WAS_ACTIVE; in Cond_EvalLine()