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

/freebsd-13-stable/contrib/less/
H A Dline.c44 static int cshift; /* Current left-shift of output line buffer */ variable
219 cshift = 0;
705 if (ctldisp != OPT_ON && end_column - cshift + w + attr_ewidth(a) > sc_width)
730 if (cshift == hshift && shifted_ansi.end > 0)
742 if (cshift < hshift)
753 cshift += w;
759 while (cshift > hshift)
762 cshift--;
966 char *start = (cshift < hshift) ? shifted_ansi.buf : linebuf.buf;
967 int *end = (cshift < hshif
[all...]

Completed in 26 milliseconds