Home | History | Annotate | Download | only in compiler

Lines Matching defs:yyformat

1948   const char *yyformat = YY_NULLPTR;
1949 /* Arguments of yyformat. */
2019 yyformat = S; \
2031 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
2052 while ((*yyp = *yyformat) != '\0')
2053 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2056 yyformat += 2;
2061 yyformat++;