Searched refs:mtype (Results 1 – 8 of 8) sorted by relevance
/original-bsd/usr.bin/f77/pass1.tahoe/ |
H A D | intr.c | 457 int mtype; local 468 mtype = 0; 474 mtype = maxtype(mtype, ep->headblock.vtype); 550 if(cstp->atype == mtype) 574 if(sp->atype == mtype) 579 if(sp->atype == mtype) 594 if(mtype != sp->atype) 621 if( ! ONEOF(mtype, MSKINT|MSKREAL) ) 623 argsp->vtype = mtype; 626 q->headblock.vtype = mtype; [all …]
|
H A D | expr.c | 804 if( ISCOMPLEX(mtype) ) 806 if(ltype != mtype) 809 p->leftp = fixtype(mkconv(mtype, 815 if(rtype != mtype) 818 p->rightp = fixtype(mkconv(mtype, 2348 mtype = tyint; 2351 mtype = maxtype(ltype, rtype); 2352 consconv(mtype, &lcon, ltype, 2354 consconv(mtype, &rcon, rtype, 2706 int ltype, rtype, mtype; local [all …]
|
/original-bsd/usr.bin/f77/pass1.vax/ |
H A D | intr.c | 361 int mtype; local 372 mtype = 0; 378 mtype = maxtype(mtype, ep->headblock.vtype); 385 if( ! ONEOF(mtype, MSKINT|MSKLOGICAL) ) 463 if(sp->atype == mtype) 469 if(sp->atype == mtype) 496 if(mtype != sp->atype 526 if( ! ONEOF(mtype, MSKINT|MSKREAL) ) 528 argsp->vtype = mtype; 531 q->headblock.vtype = mtype; [all …]
|
H A D | expr.c | 708 int opcode, ltype, rtype, ptype, mtype; local 860 if( ISCOMPLEX(mtype) ) 862 if(ltype != mtype) 865 p->leftp = fixtype(mkconv(mtype, 871 if(rtype != mtype) 874 p->rightp = fixtype(mkconv(mtype, 2511 mtype = tyint; 2514 mtype = maxtype(ltype, rtype); 2875 int ltype, rtype, mtype; local 2942 q->exprblock.vtype = mtype; [all …]
|
/original-bsd/usr.sbin/timed/timed/ |
H A D | readmsg.c | 24 #define LOOKAT(msg, mtype, mfrom, netp, froms) \ argument 25 (((mtype) == TSP_ANY || (mtype) == (msg).tsp_type) && \
|
/original-bsd/sys/kern/ |
H A D | vfs_subr.c | 226 int mtype; local 229 mtype = mp->mnt_vfc->vfc_typenum; 230 mp->mnt_stat.f_fsid.val[0] = makedev(nblkdev + mtype, 0); 231 mp->mnt_stat.f_fsid.val[1] = mtype; 234 tfsid.val[0] = makedev(nblkdev + mtype, xxxfs_mntid); 235 tfsid.val[1] = mtype;
|
/original-bsd/contrib/emacs-18.57/etc/ |
H A D | emacsclient.c | 255 msgp->mtype = 1;
|
/original-bsd/usr.bin/mail/ |
H A D | optim.c | 208 return(mtype(mid)); in nettype() 354 mtype(mid) in mtype() function
|