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

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswsemantics.c112 if (!item->subscript->constant) free(item->subscript->name);
113 free(item->subscript);
128 if (!item->subscript->constant) free(item->subscript->name);
129 free(item->subscript);
278 if (item->subscripted && !item->subscript->constant) {
279 PSWDictValue v = PSWDictLookup(currentDict, item->subscript->name);
284 fprintf(stderr,"output parameter %s used as a subscript\n",
291 "input parameter %s used as a subscript i
443 PSWSubscriptItem(char *name, Subscript subscript) argument
454 PSWScaleItem(char *name, Subscript subscript, char *nameval, int val) argument
472 Subscript subscript = (Subscript)psw_calloc(sizeof(SubscriptRec), 1); local
479 Subscript subscript = (Subscript)psw_calloc(sizeof(SubscriptRec), 1); local
[all...]
H A Dpsw.c546 if (t->namedFormal->subscript->constant)
547 nextAdr.cnst += t->namedFormal->subscript->val * DPS_BINOBJ_SIZE;
569 if (t->namedFormal->subscripted && t->namedFormal->subscript->constant) {
575 length = t->namedFormal->subscript->val + WORD_ALIGN;
579 nextAdr.cnst += t->namedFormal->subscript->val;
647 if (!(t->namedFormal->subscripted && t->namedFormal->subscript->constant))
664 && t->namedFormal->subscript->constant))
669 if (!(t->namedFormal->subscript->constant))
730 if (t->namedFormal->subscript->constant)
731 nextAdr.cnst += t->namedFormal->subscript
[all...]
H A Dpswpriv.h67 Subscript subscript; /* valid if subscripted */ member in struct:_t_ItemRec
H A Dpswparser.y63 Subscript subscript;
85 %type <subscript> Subscript

Completed in 11 milliseconds