Home | History | Annotate | Download | only in xkbcomp

Lines Matching defs:yyp

1301       char const *yyp = yystr;
1304 switch (*++yyp)
1311 if (*++yyp != '\\')
1316 yyres[yyn] = *yyp;
1453 char *yyp = *yymsg;
1455 while ((*yyp = *yyformat) != '\0')
1456 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1458 yyp += yytnamerr (yyp, yyarg[yyi++]);
1463 yyp++;