Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dcond.c1108 IFS_ACTIVE = 1 << 0, in Cond_EvalLine() enumerator
1132 cond_states[0] = IFS_ACTIVE; in Cond_EvalLine()
1151 return cond_states[cond_depth] & IFS_ACTIVE in Cond_EvalLine()
1181 state = IFS_ACTIVE | IFS_SEEN_ELSE; in Cond_EvalLine()
1190 return state & IFS_ACTIVE ? CR_TRUE : CR_FALSE; in Cond_EvalLine()
1238 if (!(state & IFS_ACTIVE)) { in Cond_EvalLine()
1258 cond_states[cond_depth] = res == CR_TRUE ? IFS_ACTIVE : IFS_INITIAL; in Cond_EvalLine()