Lines Matching refs:unget
8191 unget();
8544 // unget the character after the number (we only read it to know that
8546 unget();
8668 @brief unget current character (read it again on next get)
8670 We implement unget by setting variable next_unget to true. The input is not
8673 behave as if the unget character is read again.
8675 void unget()
8681 // in case we "unget" a newline, we have to also decrement the lines_read
8795 // the first character is not the beginning of the BOM; unget it to
8797 unget();