Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dprscan.c309 AslGbl_IfDepth = 0; in PrInitializeGlobals()
1204 AslGbl_CurrentLineNumber, AslGbl_IfDepth, in PrPushDirective()
1206 AslGbl_IfDepth * 4, " ", in PrPushDirective()
1213 AslGbl_IfDepth++; in PrPushDirective()
1250 AslGbl_IfDepth--; in PrPopDirective()
1256 AslGbl_CurrentLineNumber, AslGbl_IfDepth, in PrPopDirective()
1258 AslGbl_IfDepth * 4, " ", in PrPopDirective()
1287 AslGbl_CurrentLineNumber, AslGbl_IfDepth, in PrDbgPrint()
1289 AslGbl_IfDepth * 4, " ", in PrDbgPrint()
1290 Action, DirectiveName, AslGbl_IfDepth); in PrDbgPrint()
H A Dpreprocess.h255 PR_EXTERN int AslGbl_IfDepth; variable