Searched defs:eos_ (Results 1 – 3 of 3) sorted by relevance
31 bool eos_ = state_.eos (); in escape_sequence() local57 bool eos_ = state_.next (ch_); in charset() local318 bool eos_ = false; in decode_octal() local348 bool eos_ = state_.next (ch_); in decode_control_char() local389 bool eos_ = state_.next (ch_); in decode_hex() local448 static void charset_range (const bool chset_, state &state_, bool &eos_, in charset_range()
39 bool eos_ = state_.next (ch_); in next() local230 bool eos_ = false; in read_options() local382 bool eos_ = state_.next (ch_); in repeat_n() local507 bool eos_ = false; in macro() local
147 int eos_; // true if a bit was read past the end of buffer member