Home | History | Annotate | Download | only in tzcode

Lines Matching refs:ch

564     char ch = file.get();
565 if (ch == 0x0a) {
567 while (file.get(ch)) {
568 if (ch == 0x0a) {
571 if (ch < 0x20) {