Lines Matching refs:ctxName
73 static char *ctxName;
386 if (arg->type == T_CONTEXT) ctxName = item->name;
1170 printf(" DPSSetResultTable(%s, _dpsR, %ld);\n", ctxName, NumArgs(outArgs));
1235 ctxName, nNames);
1258 if (ctxName == NULL) {
1260 ctxName = "_dpsCurCtxt";
1679 ctxName, (twoStatics ? sz : sz + stringBytes) + dpsHeaderSize);
1685 ctxName,
1698 printf(" DPSWriteNumString(%s, %s, (char *) %s, ", ctxName,
1713 ctxName, t->namedFormal->name);
1718 ctxName,t->tokenIndex,WORD_ALIGN,WORD_ALIGN);
1729 ctxName,val);
1737 ctxName,t->namedFormal->subscript->name,
1748 ctxName,stringBytes);
1780 ctxName = NULL;
1793 if (arg->type == T_CONTEXT) ctxName = item->name;
1893 printf(" DPSAwaitReturnValues(%s);\n", ctxName);
1895 printf(" DPSSYNCHOOK(%s)\n", ctxName);