Home
last modified time | relevance | path

Searched refs:tempnlp (Results 1 – 8 of 8) sorted by relevance

/original-bsd/usr.bin/pascal/src/
H A Dflvalue.c35 struct nl *tempnlp; local
86 tempnlp = tmpalloc((long) (sizeof(struct formalrtn)), NLNIL, NOREG);
89 (int)tempnlp -> value[ NL_OFFS ] );
102 putLV( (char *) 0 , cbn , tempnlp -> value[NL_OFFS] ,
103 tempnlp -> extra_flags , PCCT_STRTY );
H A Dfunc.c34 struct nl *tempnlp; local
204 tempnlp = p1 -> class == TYPE ? p1 -> type : p1;
208 (void) put(3, op, (int)tempnlp->range[0],
209 (int)tempnlp->range[1]);
212 (void) put(3, op, tempnlp->range[0],
213 tempnlp->range[1]);
217 (void) put(3, op, (int)tempnlp->range[0],
218 (int)tempnlp->range[1]);
H A Dpcfunc.c44 struct nl *tempnlp; local
260 tempnlp = tmpalloc((long) (sizeof(double)), rettype, REGOK);
264 tempnlp = tmpalloc((long) (sizeof(long)), rettype, REGOK);
269 putRV( (char *) 0 , cbn , tempnlp -> value[ NL_OFFS ] ,
270 tempnlp -> extra_flags , (char) temptype );
274 putRV((char *) 0 , cbn , tempnlp -> value[ NL_OFFS ] ,
275 tempnlp -> extra_flags , (char) temptype );
276 putRV((char *) 0 , cbn , tempnlp -> value[ NL_OFFS ] ,
277 tempnlp -> extra_flags , (char) temptype );
310 tempnlp = p1 -> class == TYPE ? p1 -> type : p1;
[all …]
H A Dcall.c79 struct nl *tempnlp; local
148 tempnlp = tmpalloc(p_type_width, p -> type, NOREG);
153 putRV((char *) 0 , cbn , tempnlp -> value[ NL_OFFS ] ,
154 tempnlp -> extra_flags , (int) temptype );
530 putRV((char *) 0 , cbn , tempnlp -> value[ NL_OFFS ] ,
531 tempnlp -> extra_flags , (int) p_type_p2type );
533 putLV((char *) 0 , cbn , tempnlp -> value[ NL_OFFS ] ,
534 tempnlp -> extra_flags , (int) p_type_p2type );
H A Dstat.c243 struct nl *tempnlp; local
249 tempnlp = tmpalloc((long) (sizeof(int *)), nl+TPTR, REGOK);
256 (void) put(2, O_LV | cbn <<8+INDX, tempnlp -> value[ NL_OFFS ] );
259 putRV( (char *) 0 , cbn , tempnlp -> value[ NL_OFFS ] ,
260 tempnlp -> extra_flags , PCCTM_PTR|PCCT_STRTY );
269 r = defnl((char *) 0, WITHPTR, r, tempnlp -> value[ NL_OFFS ] );
271 r -> extra_flags |= tempnlp -> extra_flags;
H A Dpcproc.c83 struct nl *tempnlp; variable
662 tempnlp -> value[ NL_OFFS ] ,
663 tempnlp -> extra_flags , PCCT_INT );
671 tempnlp -> value[ NL_OFFS ] ,
672 tempnlp -> extra_flags , PCCT_INT );
707 tempnlp -> value[ NL_OFFS ] ,
708 tempnlp -> extra_flags ,
834 tempnlp -> value[ NL_OFFS ] ,
835 tempnlp -> extra_flags , PCCT_INT );
839 tempnlp -> value[ NL_OFFS ] ,
[all …]
H A Dproc.c80 struct nl *tempnlp; variable
535 tempnlp = tmpalloc((long) (sizeof(long)),
538 tempnlp -> value[ NL_OFFS ] );
557 tempnlp -> value[NL_OFFS] );
563 tempnlp->value[NL_OFFS] );
572 tempnlp -> value[ NL_OFFS ] );
628 tempnlp -> value[ NL_OFFS ] );
H A Drval.c84 struct nl *tempnlp; local
388 tempnlp = tmpalloc(lwidth(csetd.csettype),
390 putLV( (char *) 0 , cbn , tempnlp -> value[ NL_OFFS ] ,
391 tempnlp -> extra_flags , PCCTM_PTR|PCCT_STRTY );
602 tempnlp = tmpalloc(lwidth(contype), contype, NOREG);
603 putLV((char *) 0 , cbn , tempnlp -> value[ NL_OFFS ] ,
604 tempnlp -> extra_flags , PCCTM_PTR|PCCT_STRTY );