Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_hout.c62 if (def->def_kind != DEF_CONST) { in print_datadef()
81 case DEF_CONST: in print_datadef()
85 if (def->def_kind != DEF_PROGRAM && def->def_kind != DEF_CONST) { in print_datadef()
H A Drpc_parse.h65 DEF_CONST, enumerator
H A Drpc_cout.c58 if (def->def_kind == DEF_CONST) { in emit()
100 if (def->def_kind == DEF_PROGRAM || def->def_kind == DEF_CONST) { in findtype()
H A Drpc_parse.c269 defp->def_kind = DEF_CONST; in def_const()