OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:condMinDepth
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
parse.c
128
unsigned
condMinDepth
; /* depth of nested 'if' directives, at the
343
return CurFile()->
condMinDepth
;
2236
curFile->
condMinDepth
= cond_depth;
2862
if (cond_depth == curFile->
condMinDepth
+ 1)
2870
if (cond_depth == curFile->
condMinDepth
parse.c
128
unsigned
condMinDepth
; /* depth of nested 'if' directives, at the
343
return CurFile()->
condMinDepth
;
2236
curFile->
condMinDepth
= cond_depth;
2862
if (cond_depth == curFile->
condMinDepth
+ 1)
2870
if (cond_depth == curFile->
condMinDepth
Completed in 135 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025