Home
last modified time | relevance | path

Searched refs:p_arshape (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Darabic.c268 if (p_arshape && !p_tbidi) in arabic_maycombine()
H A Doption.h657 EXTERN int p_arshape; // 'arabicshape' variable
H A Dex_getln.c2410 || (p_arshape && !p_tbidi in getcmdline_int()
3279 if (p_arshape && !p_tbidi && cmdline_has_arabic(start, len)) in draw_cmdline()
H A Ddrawline.c1761 else if (p_arshape && !p_tbidi && ARABIC_CHAR(mb_c)) in win_line()
H A Ddrawscreen.c897 if (p_arshape && !p_tbidi && ARABIC_CHAR(u8c)) in text_to_screenline()
H A Doption.c3153 if (!p_arshape) in set_bool_option()
3155 p_arshape = TRUE; in set_bool_option()
H A Dscreen.c1574 if (p_arshape && !p_tbidi && ARABIC_CHAR(u8c)) in screen_puts_len()
H A Doptiondefs.h351 (char_u *)&p_arshape, PV_NONE,