Home
last modified time | relevance | path

Searched refs:VTE_SEQ_ESCAPE (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dparser-test.cc58 case VTE_SEQ_ESCAPE: return "ESCAPE";
316 vte_seq_builder b{VTE_SEQ_ESCAPE, f}; in test_seq_esc_invalid()
327 vte_seq_builder b{VTE_SEQ_ESCAPE, f}; in test_seq_esc()
332 if (rv != VTE_SEQ_ESCAPE) in test_seq_esc()
371 vte_seq_builder b{VTE_SEQ_ESCAPE, f}; in test_seq_esc_charset()
376 g_assert_cmpint(rv, ==, VTE_SEQ_ESCAPE); in test_seq_esc_charset()
614 vte_seq_builder b{VTE_SEQ_ESCAPE, f}; in test_seq_esc_Fpes()
629 expected_rv = VTE_SEQ_ESCAPE; in test_seq_esc_Fpes()
643 vte_seq_builder b{VTE_SEQ_ESCAPE, f}; in test_seq_esc_known()
648 g_assert_cmpint(rv, ==, VTE_SEQ_ESCAPE); in test_seq_esc_known()
[all …]
H A Dparser-glue.hh658 case VTE_SEQ_ESCAPE: m_encoder.put(s, 0x1b); break; // ESC in append_introducer_()
671 case VTE_SEQ_ESCAPE: break; // nothing more in append_introducer_()
735 case VTE_SEQ_ESCAPE: in append_intermediates_and_final()
H A Dparser.hh47 VTE_SEQ_ESCAPE, /* escape sequence */ enumerator
H A Dparser-cat.cc74 case VTE_SEQ_ESCAPE: return "ESCAPE"; in seq_to_str()
346 case VTE_SEQ_ESCAPE: { in print_seq()
H A Dparser.cc922 parser->seq.type = VTE_SEQ_ESCAPE; in parser_esc()
H A Dvteseq.cc110 case VTE_SEQ_ESCAPE: return "ESCAPE"; in type_string()