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

/freebsd-12-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...]
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dvalarray_after.h196 valarray<value_type> cshift(int) const;
269 _Expr<_Clos, _Tp>::cshift(int __n) const function in class:_Expr
271 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n);
/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_valarray.h478 valarray<_Tp> cshift(int) const;
824 valarray<_Tp>::cshift(int __n) const function in class:valarray
837 else if (__n > 0) // cshift left
847 else // cshift right

Completed in 60 milliseconds