Searched refs:tabstops (Results 1 – 11 of 11) sorted by relevance
1 " Test for variable tabstops16 " Test normal operation of tabstops ...29 " Test variable tabstops.60 " Variable tabstops and softtabstops combined.154 " Test normal operation of tabstops ...167 " Test variable tabstops.198 " Variable tabstops and softtabstops combined.
89 state->tabstops = vterm_allocator_malloc(state->vt, (state->cols + 7) / 8); in vterm_state_new()105 vterm_allocator_free(state->vt, state->tabstops); in vterm_state_free()194 state->tabstops[col >> 3] |= mask; in set_col_tabstop()200 state->tabstops[col >> 3] &= ~mask; in clear_col_tabstop()206 return state->tabstops[col >> 3] & mask; in is_col_tabstop()1783 if(state->tabstops[col >> 3] & mask) in on_resize()1797 vterm_allocator_free(state->vt, state->tabstops); in on_resize()1798 state->tabstops = newtabstops; in on_resize()
88 unsigned char *tabstops; member
28 !RIS clears tabstops
35 # Should be 100/8 = 12 tabstops
30 " 4-char tabstops, per flexwiki.el
277 Vim can change the use of tabstops in your file. First, set 'tabstop' to
994 applies to all following tabstops.998 with tabstops at 8 but edited with tabstops set at 4. Warning: white space
478 B *+vartabs* Variable-width tabstops. |'vartabstop'|
8492 < This will set soft tabstops with 8 and 8 + 32 spaces, and 8 more
1659 " adding tabstops (which could be variable) until we would exceed