Lines Matching full:unget_char
910 static int unget_char = -1;2709 unget_char = c < 0 ? -1 : (c & 255);2717 if (unget_char >= 0) {2718 c = unget_char;2719 unget_char = -1;