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

  /src/usr.bin/make/
cond.c 168 unsigned cond_depth = 0; /* current .if nesting level */ variable in typeref:typename:unsigned
1061 if (cond_depth == CurFile_CondMinDepth()) {
1067 cond_depth--;
1069 return cond_states[cond_depth] & IFS_ACTIVE
1086 if (cond_depth == CurFile_CondMinDepth()) {
1092 state = cond_states[cond_depth];
1101 cond_states[cond_depth] = state;
1117 if (cond_depth == CurFile_CondMinDepth()) {
1122 state = cond_states[cond_depth];
1125 cond_states[cond_depth]
    [all...]
cond.c 168 unsigned cond_depth = 0; /* current .if nesting level */ variable in typeref:typename:unsigned
1061 if (cond_depth == CurFile_CondMinDepth()) {
1067 cond_depth--;
1069 return cond_states[cond_depth] & IFS_ACTIVE
1086 if (cond_depth == CurFile_CondMinDepth()) {
1092 state = cond_states[cond_depth];
1101 cond_states[cond_depth] = state;
1117 if (cond_depth == CurFile_CondMinDepth()) {
1122 state = cond_states[cond_depth];
1125 cond_states[cond_depth]
    [all...]

Completed in 23 milliseconds