HomeSort by: relevance | last modified time | path
    Searched refs:cond_depth (Results 1 - 3 of 3) 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...]
parse.c 2236 curFile->condMinDepth = cond_depth;
2783 cond_depth = CurFile_CondMinDepth();
2862 if (cond_depth == curFile->condMinDepth + 1)
2870 if (cond_depth == curFile->condMinDepth
make.h 820 extern unsigned cond_depth;

Completed in 90 milliseconds