Lines Matching defs:yyp
1485 char const *yyp = yystr;1488 switch (*++yyp)1495 if (*++yyp != '\\')1500 yyres[yyn] = *yyp;1638 char *yyp = *yymsg;1640 while ((*yyp = *yyformat) != '\0')1641 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)1643 yyp += yytnamerr (yyp, yyarg[yyi++]);1648 yyp++;