Home | History | Annotate | Download | only in util

Lines Matching refs:yyp

1004       char const *yyp = yystr;
1007 switch (*++yyp)
1014 if (*++yyp != '\\')
1019 yyres[yyn] = *yyp;
1157 char *yyp = *yymsg;
1159 while ((*yyp = *yyformat) != '\0')
1160 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1162 yyp += yytnamerr (yyp, yyarg[yyi++]);
1167 yyp++;