Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Dlint1.h326 DLK_UNION, /* union members */ enumerator
Ddecl.c531 case DLK_UNION: in end_declaration_level()
1061 if (dcs->d_kind == DLK_UNION) { in dcs_add_member()
1474 case DLK_UNION: in declarator_name()
Dcgram.y1233 begin_declaration_level($1 == STRUCT ? DLK_STRUCT : DLK_UNION);