Home
last modified time | relevance | path

Searched refs:prev_c (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Darabic.c333 int prev_c, in arabic_shape() argument
346 prev_laa = arabic_combine(prev_c, prev_c1); in arabic_shape()
350 if (A_is_valid(prev_c) && can_join(prev_c, a_LAM) && !prev_laa) in arabic_shape()
361 int backward_combine = !prev_laa && can_join(prev_c, c); in arabic_shape()
H A Ddrawscreen.c861 int prev_c = 0; // previous Arabic character in text_to_screenline() local
891 prev_c = u8c; in text_to_screenline()
908 pc = prev_c; in text_to_screenline()
916 nc = prev_c; in text_to_screenline()
919 prev_c = u8c; in text_to_screenline()
926 prev_c = u8c; in text_to_screenline()
H A Ddrawline.c360 int prev_c = 0; // previous Arabic character in win_line() local
1771 pc = prev_c; in win_line()
1779 nc = prev_c; in win_line()
1782 prev_c = mb_c; in win_line()
1787 prev_c = mb_c; in win_line()
H A Dex_getln.c3287 int prev_c = 0; in draw_cmdline() local
3326 pc = prev_c; in draw_cmdline()
3347 nc = prev_c; in draw_cmdline()
3349 prev_c = u8c; in draw_cmdline()
3364 prev_c = u8c; in draw_cmdline()
H A Dscreen.c1511 int prev_c = 0; // previous Arabic character in screen_puts_len() local
1589 pc = prev_c; in screen_puts_len()
1590 prev_c = u8c; in screen_puts_len()
1594 prev_c = u8c; in screen_puts_len()
H A Dterminal.c2243 term_paste_register(int prev_c UNUSED) in term_paste_register()
2252 if (add_to_showcmd(prev_c)) in term_paste_register()
2617 int prev_c = c; in terminal_loop() local
2636 if (prev_c == Ctrl_BSL) in terminal_loop()
2675 term_paste_register(prev_c); in terminal_loop()
/vim-8.2.3635/src/proto/
H A Darabic.pro4 int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c);