Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dprscan.c1011 int PreviousChar; in PrGetNextLine() local
1028 PreviousChar = c; in PrGetNextLine()
1054 if ((PreviousChar == '/') && (c == '*')) in PrGetNextLine()
1061 else if ((PreviousChar == '/') && (c == '/')) in PrGetNextLine()
1068 else if (PreviousChar == '"') in PrGetNextLine()
1076 if (PreviousChar == '"') in PrGetNextLine()
1086 if ((PreviousChar == '*') && (c == '/')) in PrGetNextLine()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp139 auto IgnoreSpaces = [](auto It, auto End, char &PreviousChar, in startsWith()
148 (*It == '-' && isAlnum(PreviousChar) && in startsWith()
150 PreviousChar = *It; in startsWith()
141 __anonef2277cc0102(auto It, auto End, char &PreviousChar, bool IgnoreEnd = false) startsWith() argument