Lines Matching refs:c1
140 int c1, in screen_fill_end() argument
157 c1, c2, attr); in screen_fill_end()
163 c1, c2, attr); in screen_fill_end()
175 int c1, in win_draw_end() argument
219 c1, c2, attr); in win_draw_end()
226 c1, c2, attr); in win_draw_end()
2341 int c1, in screen_fill() argument
2406 if (c1 != ' ') // don't clear first char in screen_fill()
2439 c = c1; in screen_fill()
2510 && c1 == ' ' && c2 == ' ' && attr == 0) in screen_fill()
4818 int c1 = 0, c2 = 0, c3 = 0; in set_chars_option() local
4916 c1 = get_encoded_char_adv(&s); in set_chars_option()
4917 if (mb_char2cells(c1) > 1) in set_chars_option()
4940 lcs_chars.tab1 = c1; in set_chars_option()
4945 *(tab[i].cp) = c1; in set_chars_option()
4970 c1 = get_encoded_char_adv(&s); in set_chars_option()
4971 if (mb_char2cells(c1) > 1) in set_chars_option()
4986 c1 = get_encoded_char_adv(&s); in set_chars_option()
4988 lcs_chars.multispace[multispace_pos++] = c1; in set_chars_option()