Searched refs:charset_control_c0 (Results 1 – 3 of 3) sorted by relevance
187 static uint8_t const charset_control_c0[] = { variable
338 raw >= 0x40 && raw < (0x40 + G_N_ELEMENTS(charset_control_c0))) in vte_parse_charset_control()339 return charset_control_c0[raw - 0x40]; in vte_parse_charset_control()
569 charset_control_c0, in test_seq_esc_charset_control()570 G_N_ELEMENTS(charset_control_c0), in test_seq_esc_charset_control()