Searched refs:BufferChar (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Dprmacros.c398 char BufferChar; local
405 BufferChar = AslGbl_CurrentLineBuffer[TokenOffset];
406 if (BufferChar == '(')
410 else if (BufferChar == ')')
414 else if (BufferChar == 0)

Completed in 103 milliseconds