Home
last modified time | relevance | path

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

/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dintr.c457 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 Dexpr.c804 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 Dintr.c361 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 Dexpr.c708 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 Dreadmsg.c24 #define LOOKAT(msg, mtype, mfrom, netp, froms) \ argument
25 (((mtype) == TSP_ANY || (mtype) == (msg).tsp_type) && \
/original-bsd/sys/kern/
H A Dvfs_subr.c226 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 Demacsclient.c255 msgp->mtype = 1;
/original-bsd/usr.bin/mail/
H A Doptim.c208 return(mtype(mid)); in nettype()
354 mtype(mid) in mtype() function