Home
last modified time | relevance | path

Searched refs:old_prefix (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/rpcgen/
H A Drpc_parse.h85 const char *old_prefix; member
H A Drpc_hout.c413 if (undefined2(old, name) && def->def.ty.old_prefix) { in ptypedef()
414 s_print(prefix, "%s ", def->def.ty.old_prefix); in ptypedef()
H A Drpc_util.c180 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) { in typedefed()
H A Drpc_parse.c402 defp->def.ty.old_prefix = dec.prefix; in def_typedef()
H A Drpc_cout.c601 const char *prefix = def->def.ty.old_prefix; in emit_typedef()