Home | History | Annotate | Download | only in src

Lines Matching refs:unget_char

1014 static int unget_char = -1;
2858 unget_char = c < 0 ? -1 : (c & 255);
2866 if (unget_char >= 0) {
2867 c = unget_char;
2868 unget_char = -1;