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

/freebsd-9.3-release/contrib/less/
H A Dinput.c25 extern int hshift;
157 if (backchars > 0 && !chopline && hshift == 0)
179 if (chopline || hshift > 0)
372 if (backchars > 0 && !chopline && hshift == 0)
388 if (chopline || hshift > 0)
H A Dprompt.c29 extern int hshift;
196 return (hshift != 0);
272 ap_int(hshift);
H A Dcommand.c37 extern int hshift;
1376 hshift = save_hshift;
1478 save_hshift = hshift;
1479 hshift = 0;
1758 if (number > hshift)
1759 number = hshift;
1760 hshift -= number;
1770 hshift += number;
H A Dline.c26 public int hshift; /* Desired left-shift of output line buffer */ variable
833 if (cshift < hshift && column > sc_width / 2)
836 pshift(hshift - cshift);
1015 if (cshift < hshift)
1016 pshift(hshift - cshift);
/freebsd-9.3-release/usr.bin/compress/
H A Dzopen.c165 #define hshift zs->u.w.zs_hshift macro
275 hshift = 0;
277 hshift++;
278 hshift = 8 - hshift; /* Set hash code range bound. */
287 i = ((c << hshift) ^ ent); /* Xor hashing. */

Completed in 73 milliseconds