Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_print.c77 case TYPENAME: nm = "<tname>"; break; in print_node()
146 case TYPENAME: in print_node()
259 np->n_m_type->label == TYPENAME)) { in print_declaration()
H A Dndr_parse.y49 %token BASIC_TYPE TYPENAME
161 typename: TYPENAME
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c46 #define TYPENAME 269 macro
372 if ((t = gettok()) != TYPENAME) in setup()
465 if (t == TYPENAME) { /* there is a type defined */ in setup()
1137 return (TYPENAME); in gettok()
1141 return (TYPENAME); in gettok()
1466 if (gettok() != TYPENAME) in cpyact()