HomeSort by: relevance | last modified time | path
    Searched defs:cond_states (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
cond.c 1035 static enum IfState *cond_states = NULL; local in function:Cond_EvalLine
1046 if (cond_states == NULL) {
1047 cond_states = bmake_malloc(
1048 cond_states_cap * sizeof *cond_states);
1049 cond_states[0] = IFS_ACTIVE;
1069 return cond_states[cond_depth] & IFS_ACTIVE
1092 state = cond_states[cond_depth];
1101 cond_states[cond_depth] = state;
1122 state = cond_states[cond_depth];
1125 cond_states[cond_depth]
    [all...]

Completed in 11 milliseconds