Lines Matching refs:KS_CE
225 {(int)KS_CE, IF_EB("\033|$", ESC_STR "|$")},
279 {(int)KS_CE, "\033[K"},
378 {(int)KS_CE, "\033[K"},
441 {(int)KS_CE, IF_EB("\033[K", ESC_STR "[K")},
482 {(int)KS_CE, "\033[K"},
560 {(int)KS_CE, "\033|K"}, // clear to end of line
694 {(int)KS_CE, IF_EB("\033[K", ESC_STR "[K")},
794 {(int)KS_CE, IF_EB("\033K", ESC_STR "K")},
819 {(int)KS_CE, IF_EB("\033[K", ESC_STR "[K")},
1021 {(int)KS_CE, "\033[K"},
1137 {(int)KS_CE, "[CE]"},
1664 { {KS_CE, "ce"}, {KS_AL, "al"}, {KS_CAL,"AL"}, in get_term_entries()