Symbol: STRUCT
usr.bin/xlint/common/inittyp.c
116
typeinfo("struct", STRUCT, STRUCT, 0, 0, ' '),
usr.bin/xlint/common/tyname.c
292
case STRUCT:
usr.bin/xlint/lint1/cgram.y
1241
begin_declaration_level($1 == STRUCT ? DLK_STRUCT : DLK_UNION);
usr.bin/xlint/lint1/decl.c
100
for (int i = (int)SIGNED; i < (int)STRUCT; i++)
usr.bin/xlint/lint1/decl.c
112
lint_assert((int)t < (int)STRUCT);
usr.bin/xlint/lint1/decl.c
1664
if (kind == STRUCT)
usr.bin/xlint/lint1/decl.c
2054
if (dsym->s_type->t_tspec == STRUCT)
usr.bin/xlint/lint1/decl.c
2063
&& dsym->s_type->t_subt->t_tspec == STRUCT)
usr.bin/xlint/lint1/decl.c
3044
case STRUCT:
usr.bin/xlint/lint1/decl.c
329
if (t == STRUCT || t == UNION || t == ENUM) {
usr.bin/xlint/lint1/decl.c
459
if (tp->t_tspec == STRUCT)
usr.bin/xlint/lint1/decl.c
789
if (align > 0 && dcs->d_type->t_tspec == STRUCT) {
usr.bin/xlint/lint1/init.c
285
case STRUCT:
usr.bin/xlint/lint1/init.c
483
case STRUCT:
usr.bin/xlint/lint1/lex.c
181
kwdef("struct", T_STRUCT_OR_UNION, .u.kw_tspec = STRUCT, 78,0,1),
usr.bin/xlint/lint1/lint1.h
760
return t == STRUCT || t == UNION;
usr.bin/xlint/lint1/tree.c
1534
case STRUCT:
usr.bin/xlint/lint1/tree.c
1868
(lt == STRUCT || rt == STRUCT)) {
usr.bin/xlint/lint1/tree.c
2666
} else if (t != STRUCT && t != UNION) {
usr.bin/xlint/lint1/tree.c
2989
if (lt == STRUCT && rt == STRUCT && ltp->u.sou == rtp->u.sou)
usr.bin/xlint/lint1/tree.c
4008
if (nst == STRUCT && ost == STRUCT &&
usr.bin/xlint/lint1/tree.c
4022
if (nst == STRUCT && ost == STRUCT) {
usr.bin/xlint/lint1/tree.c
4526
case STRUCT:
usr.bin/xlint/lint1/tree.c
4648
else if (nt == STRUCT || nt == ARRAY || nt == FUNC) {
usr.bin/xlint/lint1/tree.c
4650
if (!(allow_gcc && nt == STRUCT))
usr.bin/xlint/lint2/chk.c
1279
if (t == STRUCT || t == UNION) {
usr.bin/xlint/lint2/chk.c
261
if ((t1 == STRUCT || t1 == UNION) && !eq) {
usr.bin/xlint/lint2/emit2.c
70
} else if (ts == ENUM || ts == STRUCT || ts == UNION) {
usr.bin/xlint/lint2/read.c
632
return s == 'e' ? ENUM : (s == 's' ? STRUCT : UNION);
usr.bin/xlint/lint2/read.c
713
case STRUCT:
usr.bin/xlint/lint2/read.c
851
t = STRUCT;
usr.bin/xlint/lint2/read.c
892
case STRUCT: