Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dline.c41 static int cshift; /* Current left-shift of output line buffer */ variable
217 cshift = 0; in prewind()
728 if (cshift == hshift && shifted_ansi.end > 0)
740 if (cshift < hshift)
755 cshift += w;
761 while (cshift > hshift)
764 cshift--;
1175 if (end_column >= sc_width + cshift)
1182 while (end_column < sc_width-1 + cshift)
1215 else if (ignaw && end_column >= sc_width + cshift && forw)
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dvalarray102 valarray cshift(int i) const;
1044 valarray cshift(int __i) const;
2745 __val_expr<__cshift_expr<_ValExpr> > cshift(int __i) const
3684 valarray<_Tp>::cshift(int __i) const