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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserializeXML.cpp1023 char const *yyp = yystr;
1026 switch (*++yyp)
1033 if (*++yyp != '\\')
1038 yyres[yyn] = *yyp;
1145 char *yyp = yyresult;
1147 while ((*yyp = *yyf) != '\0')
1149 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1151 yyp += yytnamerr (yyp, yyarg[yyi++]);
1156 yyp
1022 char const *yyp = yystr; local
[all...]

Completed in 21 milliseconds