Home
last modified time | relevance | path

Searched refs:t_enum (Results 1 – 5 of 5) sorted by relevance

/trueos/usr.bin/xlint/lint1/
HDfunc.c604 tp->t_enum = tn->tn_type->t_enum; in switch1()
639 if (cstk->c_swtype->t_enum == NULL) in switch2()
641 for (esym = cstk->c_swtype->t_enum->elem; in switch2()
HDemit1.c132 outtt(tp->t_enum->etag, tp->t_enum->etdef); in outtype()
HDdecl.c180 return (tp->t_enum->eincompl); in incompl()
201 tp->t_enum->eincompl = ic; in setcompl()
444 if (tp->t_enum->etdef == NULL) in settdsym()
445 tp->t_enum->etdef = sym; in settdsym()
1559 tp->t_enum = getblk(sizeof (enum_t)); in mktag()
1560 tp->t_enum->etag = tag; in mktag()
1683 tp->t_enum->elem = fmem; in compltag()
HDlint1.h165 #define t_enum t_u._t_enum macro
HDtree.c1404 if (ln->tn_type->t_enum != rn->tn_type->t_enum) { in chkeop2()
2318 tp->t_enum->etag->s_name); in tyname()