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

/osnet-11/usr/src/lib/libplot/t4014/common/
H A Dsubr.c60 short hix, hiy, lox, loy, extra; local
64 hix = (x>>7) & 037;
69 n = (abs(hix - ohix) + abs(hiy - ohiy) + 6) / 12;
74 if (hix != ohix) {
80 putch(hix|040);
81 ohix = hix;

Completed in 18 milliseconds