Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcond.c1034 IFS_ACTIVE = 1 << 0, in Cond_EvalLine() enumerator
1058 cond_states[0] = IFS_ACTIVE; in Cond_EvalLine()
1078 return cond_states[cond_depth] & IFS_ACTIVE in Cond_EvalLine()
1103 state = IFS_ACTIVE | IFS_SEEN_ELSE; in Cond_EvalLine()
1112 return state & IFS_ACTIVE ? CR_TRUE : CR_FALSE; in Cond_EvalLine()
1156 if (!(state & IFS_ACTIVE)) { in Cond_EvalLine()
1171 cond_states[cond_depth] = res == CR_TRUE ? IFS_ACTIVE : IFS_INITIAL; in Cond_EvalLine()