Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/acpica/compiler/
HDcvcompiler.c272 CurrentState.SpacesBefore + 1); in CvProcessComment()
275 (i < CurrentState.SpacesBefore); i++) in CvProcessComment()
345 FinalCommentString = UtLocalCacheCalloc (CurrentState.SpacesBefore + in CvProcessCommentType2()
349 (i < CurrentState.SpacesBefore); i++) in CvProcessCommentType2()
359 FinalCommentString [CurrentState.SpacesBefore + in CvProcessCommentType2()
828 AslGbl_CommentState.SpacesBefore = 0; in CvProcessCommentState()
842 AslGbl_CommentState.SpacesBefore++; in CvProcessCommentState()
HDaslstartup.c228 AslGbl_CommentState.SpacesBefore = 0; in AslInitializeGlobals()
/freebsd-head/sys/contrib/dev/acpica/include/
HDaclocal.h1204 UINT32 SpacesBefore; member