• Home
  • Raw
  • Download

Lines Matching refs:s

3 /* Skeleton implementation for Bison's Yacc-like parsers in C
337 /* Pacify GCC's `empty if-body' warning. */
974 YYFPRINTF (stderr, "%s ", Title); \
1032 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1034 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1117 /* YYINITDEPTH -- initial size of the parser's stacks. */
1190 quotes and backslashes, so that it's suitable for yyerror. The
1264 YY_("syntax error, unexpected %s");
1265 YY_("syntax error, unexpected %s, expecting %s");
1266 YY_("syntax error, unexpected %s, expecting %s or %s");
1267 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1268 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1272 static char const yyunexpected[] = "syntax error, unexpected %s";
1273 static char const yyexpecting[] = ", expecting %s";
1274 static char const yyor[] = " or %s";
1321 /* Avoid sprintf, as that infringes on the user's name space.
1323 produced a string with the wrong number of "%s"s. */
1328 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1517 these so that the &'s don't force the real ones into
1816 { struct string_list *s = *(yyvsp[(3) - (3)]), *i = *(yyvsp[(2) - (3)]), *r;
1819 add_symbol(i->string, SYM_STRUCT, s, is_extern);
1826 { struct string_list *s = *(yyvsp[(3) - (3)]), *i = *(yyvsp[(2) - (3)]), *r;
1829 add_symbol(i->string, SYM_UNION, s, is_extern);
1836 { struct string_list *s = *(yyvsp[(3) - (3)]), *i = *(yyvsp[(2) - (3)]), *r;
1839 add_symbol(i->string, SYM_ENUM, s, is_extern);
2351 error_with_pos("%s", e);