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

  /src/usr.bin/make/
cond.c 1229 unsigned open_conds = cond_depth - CurFile_CondMinDepth(); local in function:Cond_EndFile
1231 if (open_conds != 0) {
1233 open_conds, open_conds == 1 ? "" : "s");
cond.c 1229 unsigned open_conds = cond_depth - CurFile_CondMinDepth(); local in function:Cond_EndFile
1231 if (open_conds != 0) {
1233 open_conds, open_conds == 1 ? "" : "s");

Completed in 28 milliseconds