Home
last modified time | relevance | path

Searched refs:DEF_CONST (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_hout.c76 if (def->def_kind != DEF_CONST) in print_datadef()
94 case DEF_CONST: in print_datadef()
98 if (def->def_kind != DEF_PROGRAM && def->def_kind != DEF_CONST) in print_datadef()
H A Drpc_parse.h50 DEF_CONST, enumerator
H A Drpc_cout.c70 if (def->def_kind == DEF_CONST) in emit()
109 if (def->def_kind == DEF_PROGRAM || def->def_kind == DEF_CONST) in findtype()
H A Drpc_parse.c422 defp->def_kind = DEF_CONST; in def_const()