Home | History | Annotate | Download | only in src

Lines Matching full:unget_char

996 static int unget_char = -1;
2837 unget_char = c < 0 ? -1 : (c & 255);
2845 if (unget_char >= 0) {
2846 c = unget_char;
2847 unget_char = -1;