Searched refs:ts_val (Results 1 – 1 of 1) sorted by relevance
285 int ts_val = (int)curbuf->b_p_ts; in shift_block() local347 ts_val, curbuf->b_p_vts_array, &i, &j); in shift_block()352 i = ((ws_vcol % ts_val) + total) / ts_val; // number of tabs in shift_block()354 j = ((ws_vcol % ts_val) + total) % ts_val; // number of spp in shift_block()482 int ts_val; in block_insert() local505 ts_val = bdp->start_char_vcols; in block_insert()508 count = ts_val - 1; // we're cutting a TAB in block_insert()513 ts_val = bdp->end_char_vcols; in block_insert()516 spaces = (bdp->endspaces ? ts_val - bdp->endspaces : 0); in block_insert()518 count = ts_val - 1; // we're cutting a TAB in block_insert()[all …]