

Go to the source code of this file.
| #define CLOSEPATH 260 |
| #define CURVETO 267 |
| #define DIGIT_SEQUENCE 276 |
| #define ELLIPTICAL_ARC 273 |
| #define EXPONENT 274 |
| #define FRACTIONAL_CONSTANT 277 |
| #define HORIZONTAL_LINETO 265 |
| #define LINETO 261 |
| #define MOVETO 258 |
| #define QUADRATIC_BEZIER_CURVETO 271 |
| #define REL_CURVETO 268 |
| #define REL_HORIZONTAL_LINETO 266 |
| #define REL_LINETO 262 |
| #define REL_MOVETO 259 |
| #define REL_SMOOTH_CURVETO 270 |
| #define REL_VERTICAL_LINETO 264 |
| #define SIGN 275 |
| #define SMOOTH_CURVETO 269 |
| #define SMOOTH_QUADRATIC_BEZIER_CURVETO 272 |
| #define VERTICAL_LINETO 263 |
| #define yystype YYSTYPE |
| #define YYSTYPE_IS_DECLARED 1 |
| #define YYSTYPE_IS_TRIVIAL 1 |
| enum yytokentype |
| YYSTYPE path_data_lval |
Referenced by while().
1.5.7.1