Searched refs:unget (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/headers/cpp/
H A Diostream.h205 istream& unget() { function in class:istream
211 istream& unget(char ch) { return putback(ch); } function in class:istream
/haiku-fatelf/src/bin/bash/
H A Dparse.y1182 init_yy_io (get, unget, type, location) makes the function GET the
1195 /* Variable containing the current get and unget functions.
1216 init_yy_io (get, unget, type, name, location)
1218 sh_cunget_func_t *unget;
1234 bash_input.ungetter = unget;
1250 /* Call this to unget C. That is, to make C the next character
3384 /* `unget' the character we just added and fall through */

Completed in 47 milliseconds