Lines Matching refs:psz
66 const char *psz = szName;67 while ( *psz68 && ( *psz != ')'69 || !RT_C_IS_SPACE(psz[1])70 || !RT_C_IS_ALPHA(psz[2])71 || !RT_C_IS_SPACE(psz[3])74 psz++;75 if (*psz == ')')77 switch (psz[2])98 AssertMsgFailed(("state=%c\n", psz[2]));