Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/tools/acpisrc/
A Dasremove.c154 char *Comment; in AsRemoveConditionalCompile() local
176 Comment = NULL; in AsRemoveConditionalCompile()
180 Comment = strstr (SubString, AS_START_IGNORE); in AsRemoveConditionalCompile()
183 if ((Comment) && in AsRemoveConditionalCompile()
184 (Comment < SubBuffer)) in AsRemoveConditionalCompile()
186 SubString = strstr (Comment, AS_STOP_IGNORE); in AsRemoveConditionalCompile()
198 Comment = strstr (SubString, "/*"); in AsRemoveConditionalCompile()
200 if ((Comment) && in AsRemoveConditionalCompile()
201 (Comment < SubBuffer)) in AsRemoveConditionalCompile()
203 SubString = strstr (Comment, "*/"); in AsRemoveConditionalCompile()
/third_party/lib/acpica/
A Dchanges.txt4486 numbers. Comment remover could get confused and miss a comment ending.

Completed in 18 milliseconds