Searched refs:TYADDR (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | io.c | 585 ioset(TYADDR, XUNIT, addrof(unitp) ); in startrw() 603 ioset(TYADDR, fmtoff, addrof(mkscalar(np)) ); in startrw() 608 ioset(TYADDR, fmtoff, cpexpr(p)); in startrw() 614 ioset(TYADDR, fmtoff, addrof(cpexpr(p)) ); in startrw() 618 ioset(TYADDR, fmtoff, mkaddcon(k) ); in startrw() 628 ioset(TYADDR, fmtoff, MKICON(0) ); in startrw() 764 ioset(TYADDR, offset, MKICON(0) ); 766 ioset(TYADDR, offset, addrof(cpexpr(p) )); 781 ioset(TYADDR, offset, addrof(cpexpr(p)) ); 785 ioset(TYADDR, offset, MKICON(0) );
|
| H A D | proc.c | 240 typeaddr = autovar(1, TYADDR, NULL); in epicode() 275 case TYADDR: 306 argvec = autovar(lastargslot/FSZADDR, TYADDR, NULL); in procode() 357 chslot = nextarg(TYADDR); in doentry() 367 cxslot = nextarg(TYADDR); in doentry() 378 q->b_name.vardesc.varno = nextarg(TYADDR); in doentry()
|
| H A D | put.c | 153 q->vtype = ( type==TYADDR ? TYINT : type ); in putconst() 266 case TYADDR: in putconst()
|
| H A D | ftypes.h | 47 #define TYADDR 1 macro
|
| H A D | defines.h | 239 #define MSKADDR M(TYADDR)
|
| H A D | putscj.c | 332 case TYADDR: in putx() 971 cp = mktmpn(n, TYADDR, NULL); in putcat() 1423 case TYADDR: in fprint()
|
| H A D | expr.c | 97 p = mkconst(TYADDR); 206 else if( ISCONST(p) && p->vtype!=TYADDR) 1590 return(TYADDR);
|