summaryrefslogtreecommitdiffstats
path: root/tksao/frame/lex.L
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-11-07 22:09:29 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-11-07 22:09:29 (GMT)
commit31e0d69941f31e61e5c242cef79e0bd916fe4ace (patch)
tree1321c597d5f796d02b6226207ecc2d72ac5b4610 /tksao/frame/lex.L
parentd81a364b0f8e7e847dae9274ee89fe6cdcffaa0e (diff)
downloadblt-31e0d69941f31e61e5c242cef79e0bd916fe4ace.zip
blt-31e0d69941f31e61e5c242cef79e0bd916fe4ace.tar.gz
blt-31e0d69941f31e61e5c242cef79e0bd916fe4ace.tar.bz2
add mask range
Diffstat (limited to 'tksao/frame/lex.L')
-rw-r--r--tksao/frame/lex.L3
1 files changed, 3 insertions, 0 deletions
diff --git a/tksao/frame/lex.L b/tksao/frame/lex.L
index 94d06ce..e8079ca 100644
--- a/tksao/frame/lex.L
+++ b/tksao/frame/lex.L
@@ -218,6 +218,7 @@ new {return NEW_;}
next {return NEXT_;}
no {return NO_;}
none {return NONE_;}
+nonzero {return NONZERO_;}
now {return NOW_;}
nrrd {return NRRD_;}
number {return NUMBER_;}
@@ -253,6 +254,7 @@ publication {return PUBLICATION_;}
query {return QUERY_;}
radial {return RADIAL_;}
radius {return RADIUS_;}
+range {return RANGE_;}
region {return REGION_;}
replace {return REPLACE_;}
resample {return RESAMPLE_;}
@@ -357,6 +359,7 @@ win32 {return WIN32_;}
xml {return XML_;}
xy {return XY_;}
yes {return YES_;}
+zero {return ZERO_;}
zmax {return ZMAX_;}
zscale {return ZSCALE_;}
zoom {return ZOOM_;}