Home
last modified time | relevance | path

Searched refs:ifdepth (Results 1 – 3 of 3) sorted by relevance

/trunk/main/soltools/cpp/
H A D_cpp.c37 int ifdepth; variable
97 if (ifdepth) in process()
207 if (++ifdepth >= NIF) in control()
209 ++cursource->ifdepth; in control()
214 skipping = ifdepth; in control()
218 if (ifdepth == 0) in control()
240 if (ifdepth == 0 || cursource->ifdepth == 0) in control()
249 skipping = ifsatisfied[ifdepth] ? ifdepth : 0; in control()
254 if (ifdepth == 0 || cursource->ifdepth == 0) in control()
259 --ifdepth; in control()
[all …]
H A Dcpp.h99 int ifdepth; /* conditional nesting in include */ member
242 extern int ifdepth;
H A D_lex.c665 s->ifdepth = 0; in setsource()

Completed in 20 milliseconds