blob: caa531c8b4287342b875c76154fd0cfc08f31780 (
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
29
30
31
32
33
34
35
36
37
38
39
40
|
#tab frameparser.tab.tcl
%{
%}
#include defs.fin
%%
3d {return $3D_}
close {return $CLOSE_}
all {return $ALL_}
back {return $BACK_}
center {return $CENTER_}
clear {return $CLEAR_}
delete {return $DELETE_}
first {return $FIRST_}
forward {return $FORWARD_}
frameno {return $FRAMENO_}
hide {return $HIDE_}
last {return $LAST_}
lock {return $LOCK_}
match {return $MATCH_}
move {return $MOVE_}
new {return $NEW_}
next {return $NEXT_}
none {return $NONE_}
prev {return $PREV_}
refresh {return $REFRESH_}
reset {return $RESET_}
rgb {return $RGB_}
show {return $SHOW_}
#include coordsys.fin
#include wcssys.fin
#include int.fin
#include string.fin
#include ws.fin
%%
|