Searched refs:ystep (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/scripts/ |
H A D | gnaw.sh | 733 monster[${currmonster}_"ystep"]=0 810 (( monster[${currmonster}_"xstep"]=+0 , monster[${currmonster}_"ystep"]=-1 )) 812 (( monster[${currmonster}_"xstep"]=+0 , monster[${currmonster}_"ystep"]=+1 )) 820 (( monster[${currmonster}_"xstep"]=-1 , monster[${currmonster}_"ystep"]=-0 )) 822 (( monster[${currmonster}_"xstep"]=+1 , monster[${currmonster}_"ystep"]=+0 )) 831 0) (( monster[${currmonster}_"xstep"]=+0 , monster[${currmonster}_"ystep"]=+0 )) ;; 832 2) (( monster[${currmonster}_"xstep"]=+0 , monster[${currmonster}_"ystep"]=+1 )) ;; 833 3) (( monster[${currmonster}_"xstep"]=+1 , monster[${currmonster}_"ystep"]=+0 )) ;; 834 5) (( monster[${currmonster}_"xstep"]=+0 , monster[${currmonster}_"ystep"]=-1 )) ;; 835 6) (( monster[${currmonster}_"xstep"]=-1 , monster[${currmonster}_"ystep"] [all...] |
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 289 float xstep, ystep; local 298 ystep = 1; 302 ystep = (float)b / a; 306 xstep = ystep = 1; 459 yc += M1y * ystep; 466 yc += M2y * ystep; 472 yc += M3y * ystep;
|
Completed in 46 milliseconds