Home
last modified time | relevance | path

Searched refs:DLK_STRUCT (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.bin/xlint/lint1/
H A Dlint1.h347 DLK_STRUCT, /* members */ enumerator
H A Ddecl.c515 case DLK_STRUCT: in end_declaration_level()
1048 mem->s_scl = dcs->d_kind == DLK_STRUCT ? STRUCT_MEMBER : UNION_MEMBER; in declare_unnamed_member()
1426 case DLK_STRUCT: in declarator_name()
1430 sc = dcs->d_kind == DLK_STRUCT ? STRUCT_MEMBER : UNION_MEMBER; in declarator_name()
H A Dcgram.y1008 begin_declaration_level($1 == STRUCT ? DLK_STRUCT : DLK_UNION);