Searched refs:hiy (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
65 hiy = (y>>7) & 037;
69 n = (abs(hix - ohix) + abs(hiy - ohiy) + 6) / 12;
70 if (hiy != ohiy) {
71 putch(hiy|040);
72 ohiy = hiy;

Completed in 14 milliseconds