Searched refs:yyoutput (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 942 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument 945 yy_symbol_value_print (yyoutput, yytype, yyvaluep) in yy_symbol_value_print() 946 FILE *yyoutput; in yy_symbol_value_print() 951 FILE *yyo = yyoutput; 957 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 959 YYUSE (yyoutput); 976 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument 979 yy_symbol_print (yyoutput, yytype, yyvaluep) in yy_symbol_print() 980 FILE *yyoutput; in yy_symbol_print() 986 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); [all …]
|
D | zconf.tab.c_shipped | 942 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 945 yy_symbol_value_print (yyoutput, yytype, yyvaluep) 946 FILE *yyoutput; 951 FILE *yyo = yyoutput; 957 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 959 YYUSE (yyoutput); 976 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 979 yy_symbol_print (yyoutput, yytype, yyvaluep) 980 FILE *yyoutput; 986 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); [all …]
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 980 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 983 yy_symbol_value_print (yyoutput, yytype, yyvaluep) 984 FILE *yyoutput; 989 FILE *yyo = yyoutput; 995 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 997 YYUSE (yyoutput); 1014 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 1017 yy_symbol_print (yyoutput, yytype, yyvaluep) 1018 FILE *yyoutput; 1024 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); [all …]
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 837 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … 839 FILE *yyo = yyoutput; 846 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 857 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … 859 YYFPRINTF (yyoutput, "%s %s (", 862 YY_LOCATION_PRINT (yyoutput, *yylocationp); 863 YYFPRINTF (yyoutput, ": "); 864 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp); 865 YYFPRINTF (yyoutput, ")");
|