Home
last modified time | relevance | path

Searched refs:tokRESET (Results 1 – 5 of 5) sorted by relevance

/dports/science/qcl/qcl-0.6.4/
H A Dyacc.h70 tokRESET = 521, enumerator
H A Dqcl.y89 %token tokRESET 521
243 | tokRESET ';' { $$ = YYNEW(sReset()); }
H A Dqcl.lex76 "reset" yylval.OBJ=0; return tokRESET;
H A Dyacc.cc158 tokRESET = 521, enumerator
H A Dlex.cc1298 yylval.OBJ=0; return tokRESET;