Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c902 int firstbyte = *p; in text_to_screenline() local
921 u8c = arabic_shape(u8c, &firstbyte, &u8cc[0], in text_to_screenline()
923 ScreenLines[idx] = firstbyte; in text_to_screenline()