Lines Matching refs:pPT
53 char * pPT, argument
128 fprintf(stderr,"callVirtualMethod paramters string is %s\n",pPT);
139 while (*pPT != 'X') {
140 c = *pPT;
234 pPT++;
341 char * pPT = pParamType; local
362 *pPT++ = 'I'; //signify that a complex return type on stack
370 *pPT++ = 'I';
410 *pPT++ = 'I';
415 *pPT++ = 'S';
419 *pPT++ = 'B';
422 *pPT++ = 'F';
425 *pPT++ = 'D';
430 *pPT++ = 'H';
470 *pPT++='I';
476 *pPT++='X';
477 *pPT=0;