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

/freebsd-13-stable/contrib/less/
H A Dinput.c24 extern int hshift;
163 if (backchars > 0 && !chopline && hshift == 0)
185 if ((chopline || hshift > 0) && !get_segpos)
400 if (backchars > 0 && !chopline && hshift == 0)
416 if (chopline || hshift > 0)
H A Dcommand.c38 extern int hshift;
1586 hshift = save_hshift;
1693 save_hshift = hshift;
1694 hshift = 0;
2001 if (number > hshift)
2002 number = hshift;
2003 hshift -= number;
2016 hshift += number;
2024 hshift = 0;
2032 hshift
[all...]
H A Dprompt.c28 extern int hshift;
195 return (hshift != 0);
275 ap_int(hshift);
H A Dline.c45 public int hshift; /* Desired left-shift of output line buffer */ variable
730 if (cshift == hshift && shifted_ansi.end > 0)
742 if (cshift < hshift)
759 while (cshift > hshift)
966 char *start = (cshift < hshift) ? shifted_ansi.buf : linebuf.buf;
967 int *end = (cshift < hshift) ? &shifted_ansi.end : &linebuf.end;
H A Dedit.c28 extern int hshift;
483 hshift = 0;
H A Dsearch.c39 extern int hshift;
1459 int save_hshift = hshift;
1462 hshift = 0; /* make get_seg count screen lines */
1469 hshift = save_hshift;
1472 hshift = sshift;
/freebsd-13-stable/usr.bin/compress/
H A Dzopen.c167 #define hshift zs->u.w.zs_hshift macro
277 hshift = 0;
279 hshift++;
280 hshift = 8 - hshift; /* Set hash code range bound. */
289 i = ((c << hshift) ^ ent); /* Xor hashing. */

Completed in 129 milliseconds