OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
2194
curFile->condMinDepth =
cond_depth
;
2741
cond_depth
= CurFile_CondMinDepth();
2820
if (
cond_depth
== curFile->condMinDepth + 1)
2828
if (
cond_depth
== curFile->condMinDepth
make.h
822
extern unsigned
cond_depth
;
Completed in 18 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026