Home
last modified time | relevance | path

Searched refs:pc1 (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Ddrawline.c1764 int pc, pc1, nc; in win_line() local
1772 pc1 = prev_c1; in win_line()
1780 pc1 = pcc[0]; in win_line()
1784 mb_c = arabic_shape(mb_c, &c, &u8cc[0], pc, pc1, nc); in win_line()
H A Ddrawscreen.c900 int pc, pc1, nc; in text_to_screenline() local
909 pc1 = prev_c1; in text_to_screenline()
917 pc1 = pcc[0]; in text_to_screenline()
922 pc, pc1, nc); in text_to_screenline()
H A Dex_getln.c3286 int pc, pc1 = 0; in draw_cmdline() local
3327 pc1 = prev_c1; in draw_cmdline()
3345 pc1 = pcc[0]; in draw_cmdline()
3351 u8c = arabic_shape(u8c, NULL, &u8cc[0], pc, pc1, nc); in draw_cmdline()