Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/rpcgen/
H A Drpc_hout.c70 if (def->def_kind != DEF_CONST) { in print_datadef()
89 case DEF_CONST: in print_datadef()
93 if (def->def_kind != DEF_PROGRAM && def->def_kind != DEF_CONST) { in print_datadef()
H A Drpc_parse.h69 DEF_CONST, enumerator
H A Drpc_cout.c66 if (def->def_kind == DEF_CONST) { in emit()
108 if (def->def_kind == DEF_PROGRAM || def->def_kind == DEF_CONST) { in findtype()
H A Drpc_parse.c277 defp->def_kind = DEF_CONST; in def_const()