Lines Matching refs:push
180 other.errors.push((input, VerboseErrorKind::Nom(kind)));
195 other.errors.push((input, VerboseErrorKind::Context(ctx)));
651 v.push((kind, o1, o2));
705 v.push(0x1B);
706 v.push(b'[');
707 v.push(0);
708 v.push(b'm');
713 v.push(0x1B);
714 v.push(b'[');
715 v.push(1);
716 v.push(b';');
720 v.push(b'm');
739 v.push(b' ');
759 v.push(ch);
761 v.push(b'\t');
782 v.push(CHARS[(byte >> 4) as usize]);
783 v.push(CHARS[(byte & 0xf) as usize]);
784 v.push(b' ');
792 v.push(b' ');
793 v.push(b' ');
794 v.push(b' ');
797 v.push(b'\t');
817 v.push(byte);
819 v.push(b'.');
825 v.push(b'\n');