blob: 119553a8e25681592b10fba0c2c89567245bd0a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
#tab threedsendparser.tab.tcl
%{
%}
#include defs.fin
%%
az {return $AZ_}
azimuth {return $AZ_}
background {return $BG_}
bg {return $BG_}
border {return $BORDER_}
color {return $COLOR_}
compass {return $COMPASS_}
el {return $EL_}
elevation {return $EL_}
highlite {return $HIGHLITE_}
lock {return $LOCK_}
method {return $METHOD_}
scale {return $SCALE_}
view {return $VIEW_}
vp {return $VIEW_}
#include ws.fin
%%
|