Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/tools/acpisrc/
H A Dasremove.c786 char *CommentEnd; in AsCleanupSpecialMacro() local
871 CommentEnd = strstr (SubString, "*/"); in AsCleanupSpecialMacro()
872 if (CommentEnd) in AsCleanupSpecialMacro()
874 SubString = CommentEnd + 2; in AsCleanupSpecialMacro()
H A Dasconvrt.c1231 char *CommentEnd = NULL; in AsTabify8() local
1321 CommentEnd = strstr (SubBuffer, "*/"); in AsTabify8()
1322 if (!CommentEnd) in AsTabify8()
1329 while ((SubBuffer < CommentEnd) && in AsTabify8()
1353 if ((!CommentEnd) && (*SubBuffer == '\"')) in AsTabify8()