Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ndrgen/
H A Dndr_print.c72 case TYPENAME: nm = "<tname>"; break; in print_node()
140 case TYPENAME: in print_node()
253 np->n_m_type->label == TYPENAME)) { in print_declaration()
H A Dndr_parse.y45 %token BASIC_TYPE TYPENAME
156 typename: TYPENAME
/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c48 #define TYPENAME 269 macro
378 if ((t = gettok()) != TYPENAME)
471 if (t == TYPENAME) { /* there is a type defined */
1145 return (TYPENAME); in gettok()
1149 return (TYPENAME); in gettok()
1474 if (gettok() != TYPENAME) in cpyact()