Home | History | Annotate | Download | only in tc

Lines Matching defs:yyformat

930   const char *yyformat = YY_NULLPTR;
931 /* Arguments of yyformat. */
1001 yyformat = S; \
1013 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1034 while ((*yyp = *yyformat) != '\0')
1035 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1038 yyformat += 2;
1043 yyformat++;