Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/tools/acpisrc/
A Dasremove.c644 char *CommentEnd; in AsCleanupSpecialMacro() local
729 CommentEnd = strstr (SubString, "*/"); in AsCleanupSpecialMacro()
730 if (CommentEnd) in AsCleanupSpecialMacro()
732 SubString = CommentEnd + 2; in AsCleanupSpecialMacro()
A Dasconvrt.c1085 char *CommentEnd = NULL; in AsTabify8() local
1175 CommentEnd = strstr (SubBuffer, "*/"); in AsTabify8()
1176 if (!CommentEnd) in AsTabify8()
1183 while ((SubBuffer < CommentEnd) && in AsTabify8()
1207 if ((!CommentEnd) && (*SubBuffer == '\"')) in AsTabify8()

Completed in 5 milliseconds