Searched refs:p_ts (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dops.c390 int p_ts = (int)curbuf->b_p_ts; local
439 i = ((ws_vcol % p_ts) + total) / p_ts; /* number of tabs */
441 j = ((ws_vcol % p_ts) + total) % p_ts; /* number of spp */
567 int p_ts; local
589 p_ts = bdp->start_char_vcols;
592 count = p_ts - 1; /* we're cutting a TAB */
597 p_ts = bdp->end_char_vcols;
600 spaces = (bdp->endspaces ? p_ts
[all...]
H A Doption.c369 static long p_ts; variable
2484 (char_u *)&p_ts, PV_TS,
10089 buf->b_p_ts = p_ts;

Completed in 106 milliseconds