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

/freebsd-10.1-release/usr.bin/rpcgen/
H A Drpc_parse.h70 DEF_CONST, enumerator in enum:defkind
H A Drpc_hout.c72 if (def->def_kind != DEF_CONST) {
91 case DEF_CONST:
95 if (def->def_kind != DEF_PROGRAM && def->def_kind != DEF_CONST) {
H A Drpc_cout.c68 if (def->def_kind == DEF_CONST) {
99 /* DEF_CONST and DEF_PROGRAM have already been handled */
110 if (def->def_kind == DEF_PROGRAM || def->def_kind == DEF_CONST) {
H A Drpc_parse.c278 defp->def_kind = DEF_CONST;

Completed in 54 milliseconds