Searched refs:yyp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp984 char const *yyp = yystr;
987 switch (*++yyp)
994 if (*++yyp != '\\')
999 yyres[yyn] = *yyp;
1106 char *yyp = yyresult;
1108 while ((*yyp = *yyf) != '\0')
1110 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1112 yyp += yytnamerr (yyp, yyarg[yyi++]);
1117 yyp
983 char const *yyp = yystr; local
[all...]
H A DOSUnserializeXML.cpp1018 char const *yyp = yystr;
1021 switch (*++yyp)
1028 if (*++yyp != '\\')
1033 yyres[yyn] = *yyp;
1140 char *yyp = yyresult;
1142 while ((*yyp = *yyf) != '\0')
1144 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1146 yyp += yytnamerr (yyp, yyarg[yyi++]);
1151 yyp
1017 char const *yyp = yystr; local
[all...]

Completed in 78 milliseconds