Home
last modified time | relevance | path

Searched refs:SMASK (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dsymtabs.c188 type = stype & SMASK; in lookup()
348 int typ = sym->sflags & SMASK; in hide()
H A Dcxxcode.c444 int ftyp = flags & SMASK; in cxxlookup()
472 if ((sp->sflags & SMASK) == ftyp) in cxxlookup()
H A Dpass1.h93 #define SMASK 07 macro
H A Dpftn.c2774 s->sflags = (short)(flags & SMASK); in getsymtab()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsymtabs.c195 type = stype & SMASK; in lookup()
356 int typ = sym->sflags & SMASK; in hide()
H A Dinit.c271 if ((sp->sflags & SMASK) == SSTRING) in inval()
732 ((q->n_sp->sflags & SMASK) == SSTRING)) in scalinit()
1250 (p->n_sp->sflags & SMASK) == SSTRING) in simpleinit()
H A Dpass1.h92 #define SMASK 07 macro
H A Dtrees.c2861 if ((q->sflags & SMASK) == SSTRING) in p2tree()
H A Dpftn.c2822 s->sflags = (short)(flags & SMASK); in getsymtab()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dlocal.c129 if ((p->n_sp->sflags & SMASK) == SSTRING) in picstatic()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal.c250 if ((p->n_sp->sflags & SMASK) == SSTRING) in picstatic()