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

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslstartup.c146 char *FileChar; local
164 FileChar = Gbl_CurrentLineBuffer;
165 while (*FileChar)
167 *FileChar = (char) toupper ((int) *FileChar);
168 FileChar++;

Completed in 46 milliseconds