Home
last modified time | relevance | path

Searched refs:arabic_shape (Results 1 – 6 of 6) sorted by relevance

/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);
/vim-8.2.3635/src/
H A Darabic.c329 arabic_shape( in arabic_shape() function
H A Ddrawline.c1784 mb_c = arabic_shape(mb_c, &c, &u8cc[0], pc, pc1, nc); in win_line()
H A Ddrawscreen.c921 u8c = arabic_shape(u8c, &firstbyte, &u8cc[0], in text_to_screenline()
H A Dex_getln.c3351 u8c = arabic_shape(u8c, NULL, &u8cc[0], pc, pc1, nc); in draw_cmdline()
H A Dscreen.c1591 u8c = arabic_shape(u8c, &c, &u8cc[0], nc, nc1, pc); in screen_puts_len()