Searched refs:xstep (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/scripts/ |
H A D | gnaw.sh | 732 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"]=-1 , monster[${currmonster}_"ystep"]=+0 )) ;; [all …]
|
/titanic_44/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 289 float xstep, ystep; in conicarc() local 297 xstep = (float)a / b; in conicarc() 301 xstep = 1; in conicarc() 306 xstep = ystep = 1; in conicarc() 458 xc += M1x * xstep; in conicarc() 465 xc += M2x * xstep; in conicarc() 471 xc += M3x * xstep; in conicarc()
|