Searched refs:posptr (Results 1 – 1 of 1) sorted by relevance
1227 char_u *posptr; // points to char at pos->col in getvcol() local1240 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()