ntabstop
col = ntabstop(col, curbp->b_tabw);
nicol = ntabstop(nicol, curbp->b_tabw);
col = ntabstop(col, curbp->b_tabw);
int ntabstop(int, int);
target = ntabstop(vtcol, wp->w_bufp->b_tabw);
target = ntabstop(vtcol + lbound, wp->w_bufp->b_tabw);
curcol = ntabstop(curcol, curwp->w_bufp->b_tabw);
col = ntabstop(bufo, curbp->b_tabw);
col = ntabstop(col, curwp->w_bufp->b_tabw);
col = ntabstop(col, wp->w_bufp->b_tabw);
nicol = ntabstop(nicol, curwp->w_bufp->b_tabw);
target = ntabstop(target, curbp->b_tabw);