Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dlex.c950 int if_depth = 1; in skip_code() local
962 if(--if_depth) in skip_code()
968 if(if_depth > 1) in skip_code()
986 if(if_depth > 1) in skip_code()
995 if_depth++; in skip_code()
/reactos/sdk/tools/wpp/
H A Dppl.l217 int if_depth; /* How many #if:s deep to check matching #endif:s */ member
771 if((!bep && pp_get_if_depth()) || (bep && pp_get_if_depth() != bep->if_depth))
1307 bufferstack[bufferstackidx].if_depth = pp_get_if_depth();
1396 bufferstack[bufferstackidx].if_depth,
/reactos/dll/directx/wine/d3dcompiler_43/
H A Dppl.l192 int if_depth; /* How many #if:s deep to check matching #endif:s */ member
746 if((!bep && pp_get_if_depth()) || (bep && pp_get_if_depth() != bep->if_depth))
1236 bufferstack[bufferstackidx].if_depth = pp_get_if_depth();