Home | History | Annotate | Download | only in one-true-awk

Lines Matching defs:yyformat

2159   const char *yyformat = YY_NULLPTR;
2160 /* Arguments of yyformat. */
2230 yyformat = S; \
2242 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
2263 while ((*yyp = *yyformat) != '\0')
2264 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2267 yyformat += 2;
2272 yyformat++;