Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcharset.c1227 char_u *posptr; // points to char at pos->col in getvcol() local
1240 posptr = NULL; // continue until the NUL in getvcol()
1247 posptr = ptr + pos->col; in getvcol()
1250 posptr -= (*mb_head_off)(line, posptr); in getvcol()
1307 if (posptr != NULL && ptr >= posptr) // character at pos->col in getvcol()
1328 if (posptr != NULL && ptr >= posptr) // character at pos->col in getvcol()