Home
last modified time | relevance | path

Searched refs:LEXWORD_LOW (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/vcg/vcg.1.30/src/preconf/
H A Dy.tab.h165 #define LEXWORD_LOW 392 macro
H A Dgrammar.l972 RETURN(LEXWORD_LOW); }
H A Dgrammar.y170 %token LEXWORD_LOW
2668 | LEXWORD_LOW {
H A Dlex.yy.c3435 RETURN(LEXWORD_LOW); }
H A Dy.tab.c143 #define LEXWORD_LOW 392 macro
/dports/graphics/vcg/vcg.1.30/preconf/X11VMS/
H A Dsyntax.h165 #define LEXWORD_LOW 392 macro
H A Dlexical.c3429 RETURN(LEXWORD_LOW); }
H A Dsyntax.c143 #define LEXWORD_LOW 392 macro
/dports/graphics/vcg/vcg.1.30/src/
H A Dgrammar.pgs409 "low" { RETURN(LEXWORD_LOW); }
1075 | LEXWORD_LOW { $$ = low(); }