Home
last modified time | relevance | path

Searched refs:Gbl_IfDepth (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dprscan.c309 Gbl_IfDepth = 0; in PrInitializeGlobals()
1203 Gbl_CurrentLineNumber, Gbl_IfDepth, in PrPushDirective()
1205 Gbl_IfDepth * 4, " ", in PrPushDirective()
1212 Gbl_IfDepth++; in PrPushDirective()
1249 Gbl_IfDepth--; in PrPopDirective()
1255 Gbl_CurrentLineNumber, Gbl_IfDepth, in PrPopDirective()
1257 Gbl_IfDepth * 4, " ", in PrPopDirective()
1287 Gbl_CurrentLineNumber, Gbl_IfDepth, in PrDbgPrint()
1289 Gbl_IfDepth * 4, " ", in PrDbgPrint()
1290 Action, DirectiveName, Gbl_IfDepth); in PrDbgPrint()
H A Dpreprocess.h259 PR_EXTERN int Gbl_IfDepth; variable