Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/less/
H A Dinput.c26 extern int hshift;
140 if (backchars > 0 && !chopline && hshift == 0) { in forw_line()
160 if (chopline || hshift > 0) { in forw_line()
327 if (backchars > 0 && !chopline && hshift == 0) { in back_line()
341 if (chopline || hshift > 0) { in back_line()
H A Dcommand.c34 extern int hshift;
1279 hshift = save_hshift; in commands()
1383 save_hshift = hshift; in commands()
1384 hshift = 0; in commands()
1600 if (number > hshift) in commands()
1601 number = hshift; in commands()
1602 hshift -= number; in commands()
1612 hshift += number; in commands()
H A Dprompt.c29 extern int hshift;
181 return (hshift != 0); in cond()
241 ap_int(hshift); in protochar()
H A Dline.c29 int hshift; /* Desired left-shift of output line buffer */ variable
727 if (cshift < hshift && column > sc_width / 2) { in pappend()
729 pshift(hshift - cshift); in pappend()
915 if (cshift < hshift) in pdone()
916 pshift(hshift - cshift); in pdone()
/openbsd-src/sys/net/
H A Dbsd-comp.c84 u_char hshift; /* used in hash function */ member
175 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \ argument
303 u_int newlen, hsize, hshift, maxmaxcode; in bsd_alloc() local
317 hshift = 4; in bsd_alloc()
321 hshift = 5; in bsd_alloc()
325 hshift = 6; in bsd_alloc()
329 hshift = 7; in bsd_alloc()
358 db->hshift = hshift; in bsd_alloc()
457 int hshift = db->hshift; in bsd_compress() local
563 hval = BSD_HASH(ent, c, hshift); in bsd_compress()
[all …]