#tab lockparser.tab.tcl

%{
%}

#include defs.fin

%%

3d	    {return $3D_}
axes	    {return $AXES_}
bin	    {return $BIN_}
block	    {return $BLOCK_}
colorbar    {return $COLORBAR_}
crop	    {return $CROP_}
crosshair   {return $CROSSHAIR_}
frame	    {return $FRAME_}
image	    {return $IMAGE_}
none	    {return $NONE_}
scale	    {return $SCALE_}
scalelimits {return $SCALELIMITS_}
slice	    {return $SLICE_}
smooth	    {return $SMOOTH_}

#include wcssys.fin
#include yesno.fin
#include string.fin
#include ws.fin

%%