Home
last modified time | relevance | path

Searched refs:SSTRING (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsymtabs.c196 uselvl = (blevel > 0 && type != SSTRING); in lookup()
618 sp = getsymtab(s, SSTRING|SSTMT); in strend()
621 sp = lookup(s, SSTRING); in strend()
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.h90 #define SSTRING 04 macro
H A Dtrees.c2861 if ((q->sflags & SMASK) == SSTRING) in p2tree()
/netbsd-src/bin/ksh/
H A Dlex.h37 #define SSTRING 3 /* string */ macro
H A Dmain.c290 s = pushs(SSTRING, ATEMP); in main()
496 s = pushs(SSTRING, ATEMP);
H A Dsyn.c76 outtree = c_list(source->type == SSTRING); in yyparse()
H A Dlex.c905 case SSTRING: in getsc__()
H A Dexec.c1297 s = pushs(SSTRING, ATEMP);
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dsymtabs.c189 uselvl = (blevel > 0 && type != SSTRING); in lookup()
H A Dpass1.h91 #define SSTRING 04 macro
H A Dpftn.c1254 sp = getsymtab(str, SSTRING|STEMP); in strend()
1257 sp = lookup(str, SSTRING); /* check for existence */ in strend()
/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/hppa/
H A Dlocal.c120 if (p->n_sp->sflags & SSTRING) in clocal()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal.c250 if ((p->n_sp->sflags & SMASK) == SSTRING) in picstatic()