Home
last modified time | relevance | path

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

/src/contrib/bmake/
H A Dcond.c1025 IFS_ACTIVE = 1 << 0, in Cond_EvalLine() enumerator
1049 cond_states[0] = IFS_ACTIVE; in Cond_EvalLine()
1069 return cond_states[cond_depth] & IFS_ACTIVE in Cond_EvalLine()
1094 state = IFS_ACTIVE | IFS_SEEN_ELSE; in Cond_EvalLine()
1103 return state & IFS_ACTIVE ? CR_TRUE : CR_FALSE; in Cond_EvalLine()
1147 if (!(state & IFS_ACTIVE)) { in Cond_EvalLine()
1162 cond_states[cond_depth] = res == CR_TRUE ? IFS_ACTIVE : IFS_INITIAL; in Cond_EvalLine()