Home | History | Annotate | Download | only in libpcap

Lines Matching defs:yyp

1629       char const *yyp = yystr;
1632 switch (*++yyp)
1639 if (*++yyp != '\\')
1644 yyres[yyn] = *yyp;
1781 char *yyp = *yymsg;
1783 while ((*yyp = *yyformat) != '\0')
1784 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1786 yyp += yytnamerr (yyp, yyarg[yyi++]);
1791 yyp++;