Searched refs:is_4digit (Results 1 – 1 of 1) sorted by relevance
5118 int is_4digit = i - j >= 21 && tp[j + 11] == '/' in handle_osc() local5122 && (is_4digit in handle_osc()5126 char_u *tp_g = tp + j + (is_4digit ? 12 : 10); in handle_osc()5127 char_u *tp_b = tp + j + (is_4digit ? 17 : 13); in handle_osc()