Home
last modified time | relevance | path

Searched defs:SYM_EPSILON (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/reflex/reflex-20210808/
H A Dflexdef.h247 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */ macro
/dports/textproc/flex/flex-2.6.4/src/
H A Dflexdef.h222 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */ macro
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dflexdef.h266 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */ macro
/dports/devel/matreshka/matreshka-0.7.0/tools/aflex/src/
H A Dmisc_defs.ads212 SYM_EPSILON : constant INTEGER := 0; -- to mark transitions on the symbol eps constant