Home
last modified time | relevance | path

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

/dports/graphics/vcg/vcg.1.30/src/preconf/
H A Dy.tab.h52 #define LEXWORD_BLUE 279 macro
H A Dgrammar.l477 RETURN(LEXWORD_BLUE); }
H A Dgrammar.y57 %token LEXWORD_BLUE
2569 | LEXWORD_BLUE {
H A Dlex.yy.c2280 RETURN(LEXWORD_BLUE); }
H A Dy.tab.c30 #define LEXWORD_BLUE 279 macro
/dports/graphics/vcg/vcg.1.30/preconf/X11VMS/
H A Dsyntax.h52 #define LEXWORD_BLUE 279 macro
H A Dlexical.c2274 RETURN(LEXWORD_BLUE); }
H A Dsyntax.c30 #define LEXWORD_BLUE 279 macro
/dports/graphics/vcg/vcg.1.30/src/
H A Dgrammar.pgs244 "blue" { RETURN(LEXWORD_BLUE); }
1040 | LEXWORD_BLUE { $$ = blue(); }