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

/external/libvterm/src/
H A Dstate.c1413 unsigned char *newtabstops = vterm_allocator_malloc(state->vt, (cols + 7) / 8); local
1420 newtabstops[col >> 3] |= mask;
1422 newtabstops[col >> 3] &= ~mask;
1428 newtabstops[col >> 3] |= mask;
1430 newtabstops[col >> 3] &= ~mask;
1434 state->tabstops = newtabstops;

Completed in 1568 milliseconds