Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasllistsup.c225 UINT8 LastChar; in LsDumpAsciiInComment() local
232 LastChar = BufChar; in LsDumpAsciiInComment()
239 if (((LastChar == '*') && (BufChar == '/')) || in LsDumpAsciiInComment()
240 ((LastChar == '/') && (BufChar == '*'))) in LsDumpAsciiInComment()