Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dprscan.c1008 int PreviousChar; in PrGetNextLine() local
1025 PreviousChar = c; in PrGetNextLine()
1051 if ((PreviousChar == '/') && (c == '*')) in PrGetNextLine()
1058 else if ((PreviousChar == '/') && (c == '/')) in PrGetNextLine()
1065 else if (PreviousChar == '"') in PrGetNextLine()
1073 if (PreviousChar == '"') in PrGetNextLine()
1083 if ((PreviousChar == '*') && (c == '/')) in PrGetNextLine()