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

/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dgnaw.sh732 monster[${currmonster}_"xstep"]=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"]
[all...]
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c289 float xstep, ystep; local
297 xstep = (float)a / b;
301 xstep = 1;
306 xstep = ystep = 1;
458 xc += M1x * xstep;
465 xc += M2x * xstep;
471 xc += M3x * xstep;

Completed in 46 milliseconds