Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/rpcgen/
Drpc_hout.c71 if (def->def_kind != DEF_CONST)
89 case DEF_CONST:
95 if (def->def_kind != DEF_PROGRAM && def->def_kind != DEF_CONST) {
Drpc_parse.h42 DEF_CONST, enumerator
Drpc_cout.c72 if (def->def_kind == DEF_CONST) {
114 if (def->def_kind == DEF_PROGRAM || def->def_kind == DEF_CONST) {
Drpc_parse.c278 defp->def_kind = DEF_CONST;