Searched refs:hshift (Results 1 – 5 of 5) sorted by relevance
26 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()
34 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()
29 extern int hshift;181 return (hshift != 0); in cond()241 ap_int(hshift); in protochar()
29 int hshift; /* Desired left-shift of output line buffer */ variable727 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()
84 u_char hshift; /* used in hash function */ member175 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \ argument303 u_int newlen, hsize, hshift, maxmaxcode; in bsd_alloc() local317 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() local563 hval = BSD_HASH(ent, c, hshift); in bsd_compress()[all …]