/netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
H A D | elftosb_parser.tab.cpp | 1140 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) in yysymprint() argument 1143 yysymprint (yyoutput, yytype, yyvaluep, yylocationp) in yysymprint() 1145 int yytype; 1154 if (yytype < YYNTOKENS) 1155 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 1157 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 1163 if (yytype < YYNTOKENS) 1164 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 1166 switch (yytype) 1181 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) in yydestruct() argument [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | itbl-ops.c | 151 static e_type get_type (int yytype); 197 itbl_add_reg (int yyprocessor, int yytype, char *regname, in itbl_add_reg() argument 200 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname, in itbl_add_reg() 225 itbl_add_operand (struct itbl_entry *e, int yytype, int sbit, in itbl_add_operand() argument 232 f = alloc_field (get_type (yytype), sbit, ebit, flags); in itbl_add_operand() 822 get_type (int yytype) in get_type() argument 824 switch (yytype) in get_type()
|
H A D | itbl-ops.h | 95 struct itbl_entry *itbl_add_reg (int yyproc, int yytype, 99 struct itbl_field *itbl_add_operand (struct itbl_entry * e, int yytype,
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | itbl-ops.c | 151 static e_type get_type (int yytype); 197 itbl_add_reg (int yyprocessor, int yytype, char *regname, in itbl_add_reg() argument 200 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname, in itbl_add_reg() 225 itbl_add_operand (struct itbl_entry *e, int yytype, int sbit, in itbl_add_operand() argument 232 f = alloc_field (get_type (yytype), sbit, ebit, flags); in itbl_add_operand() 822 get_type (int yytype) in get_type() argument 824 switch (yytype) in get_type()
|
H A D | itbl-ops.h | 95 struct itbl_entry *itbl_add_reg (int yyproc, int yytype, 99 struct itbl_field *itbl_add_operand (struct itbl_entry * e, int yytype,
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | getdate.c | 956 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, parser_control *… in yy_symbol_value_print() argument 959 yy_symbol_value_print (yyoutput, yytype, yyvaluep, pc) in yy_symbol_value_print() 961 int yytype; 970 if (yytype < YYNTOKENS) 971 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 975 switch (yytype) 990 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, parser_control *pc) in yy_symbol_print() argument 993 yy_symbol_print (yyoutput, yytype, yyvaluep, pc) in yy_symbol_print() 995 int yytype; 1000 if (yytype < YYNTOKENS) [all …]
|