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

Lines Matching defs:yyp

2109       char const *yyp = yystr;
2112 switch (*++yyp)
2119 if (*++yyp != '\\')
2124 yyres[yyn] = *yyp;
2261 char *yyp = *yymsg;
2263 while ((*yyp = *yyformat) != '\0')
2264 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2266 yyp += yytnamerr (yyp, yyarg[yyi++]);
2271 yyp++;