Home
last modified time | relevance | path

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

/dports/graphics/vcg/vcg.1.30/src/preconf/
H A Dy.tab.h160 #define LEXWORD_LINE 387 macro
H A Dgrammar.l948 RETURN(LEXWORD_LINE); }
H A Dgrammar.y165 %token LEXWORD_LINE
3179 | LEXWORD_LINE {
H A Dlex.yy.c3379 RETURN(LEXWORD_LINE); }
H A Dy.tab.c138 #define LEXWORD_LINE 387 macro
/dports/graphics/vcg/vcg.1.30/preconf/X11VMS/
H A Dsyntax.h160 #define LEXWORD_LINE 387 macro
H A Dlexical.c3373 RETURN(LEXWORD_LINE); }
H A Dsyntax.c138 #define LEXWORD_LINE 387 macro
/dports/graphics/vcg/vcg.1.30/src/
H A Dgrammar.pgs401 "line" { RETURN(LEXWORD_LINE); }
1340 | LEXWORD_LINE { $$ = line(); }