Home | History | Annotate | Download | only in calc++

Lines Matching defs:yyterminate

563    Unfortunately yyterminate by default returns 0, which is
565 #define yyterminate() return token::END
731 /* No semi-colon after return; correct usage is to write "yyterminate();" -
735 #ifndef yyterminate
736 #define yyterminate() return YY_NULL
980 yyterminate();