| /netbsd-src/sys/arch/atari/stand/xxboot/ |
| H A D | Makefile.xxboot | 13 .include "../${BTYPE}_LOADADDR" 17 CPPFLAGS+= -I. -I${.CURDIR}/.. -I${.CURDIR}/../.. -D${BTYPE} 22 .s.o: ../${BTYPE}_LOADADDR
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | pftn.c | 629 if (ISSOU(BTYPE(type))) in dclargs() 1059 if (rpole->rsou != STNAME || BTYPE(t) != STRTY) in soumemb() 1170 ty = BTYPE(ty); in talign() 1913 if ((t = BTYPE(tc.type)) > LDOUBLE && t != VOID && in typenode() 1974 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist() 1983 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist() 2028 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist() 2299 if (BTYPE(f->n_type) == ENUMTY) { in doacall() 2304 if (BTYPE(f->n_type) == ENUMTY) in doacall() 2411 if (ISSOU(BTYPE(type)) || ISSOU(BTYPE(arrt))) { in doacall() [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | pftn.c | 660 if (ISSOU(BTYPE(type))) in dclargs() 1066 if (rpole->rsou != STNAME || BTYPE(t) != STRTY) in soumemb() 1180 ty = BTYPE(ty); in talign() 1277 t = BTYPE(sp->stype); in instring() 1915 if ((t = BTYPE(tc.type)) > LDOUBLE && t != VOID && in typenode() 1987 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist() 2000 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist() 2045 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY) in arglist() 2328 if (BTYPE(f->n_type) == ENUMTY) { in doacall() 2333 if (BTYPE(f->n_type) == ENUMTY) in doacall() [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
| H A D | local.c | 142 l->n_lval *= (BTYPE(p->n_type) == CHAR || in clocal() 143 BTYPE(p->n_type) == UCHAR ? 4 : 2); in clocal() 185 if (BTYPE(l->n_type) == l->n_type) in clocal() 453 int tt = BTYPE(t); in xptype() 735 switch (BTYPE(type)) { in ctype()
|
| H A D | local2.c | 516 int ischar = BTYPE(p->n_type) == CHAR || BTYPE(p->n_type) == UCHAR; in storeshort() 643 if (BTYPE(p->n_type) == CHAR || BTYPE(p->n_type) == UCHAR) in printcon() 1104 m = BTYPE(p->n_type); in optim2() 1105 ml = BTYPE(l->n_type); in optim2() 1150 if (BTYPE(p->n_type) == VOID) in optim2()
|
| /netbsd-src/sys/arch/atari/stand/bootxxx/std/ |
| H A D | Makefile | 3 BTYPE=STD macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/milan/ |
| H A D | Makefile | 3 BTYPE=MILAN macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/fdboot/milan/ |
| H A D | Makefile | 3 BTYPE=MILAN macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/ahdi-xxboot/std/ |
| H A D | Makefile | 3 BTYPE=STD macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/sdboot/std/ |
| H A D | Makefile | 3 BTYPE=STD macro
|
| /netbsd-src/sys/arch/atari/stand/bootxx/milan/ |
| H A D | Makefile | 3 BTYPE=MILAN macro
|
| /netbsd-src/sys/arch/atari/stand/bootxx/std/ |
| H A D | Makefile | 3 BTYPE=STD macro
|
| /netbsd-src/sys/arch/atari/stand/bootxxx/milan/ |
| H A D | Makefile | 3 BTYPE=MILAN macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/fdboot/std/ |
| H A D | Makefile | 3 BTYPE=STD macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/std/ |
| H A D | Makefile | 3 BTYPE=STD macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/fdboot/ |
| H A D | Makefile | 3 BTYPE=STD macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/ |
| H A D | Makefile | 3 BTYPE=STD macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/ahdi-xxboot/ |
| H A D | Makefile | 3 BTYPE=STD macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/sdboot/ |
| H A D | Makefile | 3 BTYPE=STD macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/sdboot/milan/ |
| H A D | Makefile | 3 BTYPE=MILAN macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/ahdi-xxboot/milan/ |
| H A D | Makefile | 3 BTYPE=MILAN macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/wdboot/ |
| H A D | Makefile | 3 BTYPE= STD macro
|
| /netbsd-src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/ |
| H A D | Makefile | 3 BTYPE= STD macro
|
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | common.c | 899 if (BTYPE(t) >= CHAR && BTYPE(t) <= ULONGLONG) in enunsign() 910 if (BTYPE(t) >= CHAR && BTYPE(t) <= ULONGLONG) in deunsign()
|
| /netbsd-src/sys/arch/atari/stand/ |
| H A D | Makefile.booters | 5 BINDIR= /usr/mdec/${BTYPE:tl}
|