Lines Matching refs:pstart
2195 char_u *pstart; in block_prep() local
2218 pstart = line; in block_prep()
2220 while (bdp->start_vcol < oap->start_vcol && *pstart) in block_prep()
2223 incr = lbr_chartabsize(line, pstart, (colnr_T)bdp->start_vcol); in block_prep()
2225 if (VIM_ISWHITE(*pstart)) in block_prep()
2235 prev_pstart = pstart; in block_prep()
2236 MB_PTR_ADV(pstart); in block_prep()
2253 pend = pstart; in block_prep()
2311 if (pend != pstart) in block_prep()
2318 pstart = prev_pstart; in block_prep()
2319 bdp->textlen = (int)(pend - pstart); in block_prep()
2321 bdp->textcol = (colnr_T) (pstart - line); in block_prep()
2322 bdp->textstart = pstart; in block_prep()