Searched refs:unget_char (Results 1 - 3 of 3) sorted by relevance

/external/bison/etc/
H A Dbench.pl.in232 unget_char ( int c)
256 unget_char (c);
278 unget_char ( c);
/external/mksh/src/
H A Dedit.c1014 static int unget_char = -1; variable
2858 unget_char = c < 0 ? -1 : (c & 255);
2866 if (unget_char >= 0) {
2867 c = unget_char;
2868 unget_char = -1;
/external/bison/tests/
H A Dtestsuite10692 static void unget_char (int c)
10712 unget_char ( c);
10726 unget_char ( c);
[all...]

Completed in 530 milliseconds