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

/seL4-refos-master/libs/libvterm/src/
H A Dstate.c1369 unsigned char *newtabstops = vterm_allocator_malloc(state->vt, (cols + 7) / 8); local
1376 newtabstops[col >> 3] |= mask;
1378 newtabstops[col >> 3] &= ~mask;
1384 newtabstops[col >> 3] |= mask;
1386 newtabstops[col >> 3] &= ~mask;
1390 state->tabstops = newtabstops;
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c1369 unsigned char *newtabstops = vterm_allocator_malloc(state->vt, (cols + 7) / 8); local
1376 newtabstops[col >> 3] |= mask;
1378 newtabstops[col >> 3] &= ~mask;
1384 newtabstops[col >> 3] |= mask;
1386 newtabstops[col >> 3] &= ~mask;
1390 state->tabstops = newtabstops;

Completed in 140 milliseconds