Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/rpcgen/
Drpc_hout.c79 if (def->def_kind != DEF_CONST) { in print_datadef()
98 case DEF_CONST: in print_datadef()
112 case DEF_CONST: in print_progdef()
126 case DEF_CONST: in print_funcdef()
Drpc_parse.h39 DEF_CONST, enumerator
Drpc_cout.c82 if (def->def_kind == DEF_CONST) { in emit()
114 case DEF_CONST: in emit()
126 if (def->def_kind == DEF_PROGRAM || def->def_kind == DEF_CONST) { in findtype()
Drpc_parse.c284 defp->def_kind = DEF_CONST; in def_const()