Lines Matching full:next_char2
58 protected static int next_char2;
137 next_char2 = EOF_CHAR;
139 next_char2 = System.in.read();
145 * next_char2 to next_char and then reads a new next_char2.
152 next_char = next_char2;
154 next_char2 = EOF_CHAR;
156 next_char2 = System.in.read();
244 if (next_char2 == '*')
260 if (next_char == '*' && next_char2 == '/')
273 if (next_char2 == '/')
306 while (!(next_char == ':' && next_char2 == '}'))
425 if (next_char2 != ':')
433 if (next_char2 == '=')
446 if (next_char == '/' && (next_char2 == '*' || next_char2 == '/'))
454 if (next_char == '{' && next_char2 == ':')