Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Dprscan.c900 int PreviousChar; in PrGetNextLine() local
917 PreviousChar = c; in PrGetNextLine()
943 if ((PreviousChar == '/') && (c == '*')) in PrGetNextLine()
950 else if ((PreviousChar == '/') && (c == '/')) in PrGetNextLine()
957 else if (PreviousChar == '"') in PrGetNextLine()
965 if (PreviousChar == '"') in PrGetNextLine()
975 if ((PreviousChar == '*') && (c == '/')) in PrGetNextLine()