Home
last modified time | relevance | path

Searched refs:parser_control (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetdate.c264 } parser_control; typedef
267 static int yylex (union YYSTYPE *, parser_control *);
268 static int yyerror (parser_control *, char *);
956 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, parser_control *… in yy_symbol_value_print()
963 parser_control *pc;
990 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, parser_control *pc) in yy_symbol_print()
997 parser_control *pc;
1048 yy_reduce_print (YYSTYPE *yyvsp, int yyrule, parser_control *pc) in yy_reduce_print()
1054 parser_control *pc;
1327 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, parser_control *pc) in yydestruct()
[all …]
H A Dgetdate.y190 } parser_control; typedef
193 static int yylex (union YYSTYPE *, parser_control *);
194 static int yyerror (parser_control *, char *);
202 %parse-param { parser_control *pc }
203 %lex-param { parser_control *pc }
832 lookup_zone (parser_control const *pc, char const *name) in lookup_zone()
881 lookup_word (parser_control const *pc, char *word) in lookup_word()
953 yylex (YYSTYPE *lvalp, parser_control *pc) in yylex()
1116 yyerror (parser_control *pc ATTRIBUTE_UNUSED, char *s ATTRIBUTE_UNUSED) in yyerror()
1178 parser_control pc; in get_date()
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info-15701 > #define YY_DECL int yylex (YYSTYPE *lvalp, struct parser_control
H A Dflex.texi6769 > #define YY_DECL int yylex (YYSTYPE *lvalp, struct parser_control