Lines Matching refs:unget
890 unget();
1243 // unget the character after the number (we only read it to know that
1245 unget();
1367 @brief unget current character (read it again on next get)
1369 We implement unget by setting variable next_unget to true. The input is not
1372 behave as if the unget character is read again.
1374 void unget()
1380 // in case we "unget" a newline, we have to also decrement the lines_read
1494 // the first character is not the beginning of the BOM; unget it to
1496 unget();