HomeSort by: relevance | last modified time | path
    Searched refs:CurFile_CondMinDepth (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
cond.c 1061 if (cond_depth == CurFile_CondMinDepth()) {
1086 if (cond_depth == CurFile_CondMinDepth()) {
1117 if (cond_depth == CurFile_CondMinDepth()) {
1229 unsigned open_conds = cond_depth - CurFile_CondMinDepth();
1234 cond_depth = CurFile_CondMinDepth();
make.h 896 unsigned CurFile_CondMinDepth(void) MAKE_ATTR_USE;
parse.c 341 CurFile_CondMinDepth(void)
2783 cond_depth = CurFile_CondMinDepth();

Completed in 62 milliseconds