Searched refs:yyoutput (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 922 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument 925 yy_symbol_value_print (yyoutput, yytype, yyvaluep) in yy_symbol_value_print() 926 FILE *yyoutput; in yy_symbol_value_print() 935 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 937 YYUSE (yyoutput); 954 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument 957 yy_symbol_print (yyoutput, yytype, yyvaluep) in yy_symbol_print() 958 FILE *yyoutput; in yy_symbol_print() 964 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 966 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); [all …]
|
D | zconf.tab.c_shipped | 922 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 925 yy_symbol_value_print (yyoutput, yytype, yyvaluep) 926 FILE *yyoutput; 935 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 937 YYUSE (yyoutput); 954 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 957 yy_symbol_print (yyoutput, yytype, yyvaluep) 958 FILE *yyoutput; 964 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 966 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); [all …]
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 995 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 998 yy_symbol_value_print (yyoutput, yytype, yyvaluep) 999 FILE *yyoutput; 1004 FILE *yyo = yyoutput; 1010 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 1012 YYUSE (yyoutput); 1029 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 1032 yy_symbol_print (yyoutput, yytype, yyvaluep) 1033 FILE *yyoutput; 1039 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); [all …]
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 827 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 830 yy_symbol_value_print (yyoutput, yytype, yyvaluep) 831 FILE *yyoutput; 836 FILE *yyo = yyoutput; 842 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 844 YYUSE (yyoutput); 857 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 860 yy_symbol_print (yyoutput, yytype, yyvaluep) 861 FILE *yyoutput; 867 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); [all …]
|