Home
last modified time | relevance | path

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

/netbsd/usr.bin/xlint/lint1/
H A Dlint1.h348 DLK_UNION, /* members */ enumerator
H A Ddecl.c516 case DLK_UNION: in end_declaration_level()
1018 if (dcs->d_kind == DLK_UNION) { in dcs_add_member()
1427 case DLK_UNION: in declarator_name()
H A Dcgram.y1008 begin_declaration_level($1 == STRUCT ? DLK_STRUCT : DLK_UNION);