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

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswpriv.h91 Args inArgs, outArgs; member in struct:__anon276
H A Dpsw.c350 for (arg = hdr->outArgs; arg; arg = arg->next) {
380 if ((hdr->inArgs == NULL) && (hdr->outArgs == NULL)) {
396 if (hdr->inArgs && hdr->outArgs) fprintf(stm, ", ");
397 for (arg = hdr->outArgs; arg; arg = arg->next) {
1109 static void EmitResultTagTableDecls(Args outArgs) argument
1116 for (arg = outArgs; arg; arg = arg->next)
1129 for (arg = outArgs; arg; arg = arg->next) {
1141 for (arg = outArgs; arg; arg = arg->next) {
1168 static void EmitResultTagTableAssignments(Args outArgs) argument
1170 printf(" DPSSetResultTable(%s, _dpsR, %ld);\n", ctxName, NumArgs(outArgs));
1817 Args arg, outArgs = hdr->outArgs; local
[all...]
H A Dpswsemantics.c123 for(arg = hdr->outArgs; arg; arg = nextarg) {
146 Header PSWHeader(boolean isStatic, Args inArgs, Args outArgs) argument
215 for (arg = outArgs; arg; arg = arg->next) { /* foreach output arg */
267 } else if (arg == outArgs) {
268 outArgs = arg->next;
300 for (arg = outArgs; arg; arg = arg->next) { /* foreach output arg */
325 hdr->outArgs = outArgs;

Completed in 23 milliseconds