Searched refs:arabic_shape (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | arabic.pro | 4 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 D | arabic.c | 329 arabic_shape( in arabic_shape() function
|
| H A D | drawline.c | 1784 mb_c = arabic_shape(mb_c, &c, &u8cc[0], pc, pc1, nc); in win_line()
|
| H A D | drawscreen.c | 921 u8c = arabic_shape(u8c, &firstbyte, &u8cc[0], in text_to_screenline()
|
| H A D | ex_getln.c | 3351 u8c = arabic_shape(u8c, NULL, &u8cc[0], pc, pc1, nc); in draw_cmdline()
|
| H A D | screen.c | 1591 u8c = arabic_shape(u8c, &c, &u8cc[0], nc, nc1, pc); in screen_puts_len()
|