HomeSort by: relevance | last modified time | path
    Searched refs:old_prefix (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_parse.h 59 const char *old_prefix; member in struct:typedef_def
rpc_hout.c 441 if (undefined2(old, name) && def->def.ty.old_prefix) {
442 s_print(prefix, "%s ", def->def.ty.old_prefix);
rpc_util.c 198 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) {
rpc_parse.c 404 defp->def.ty.old_prefix = dec.prefix;
rpc_cout.c 612 const char *prefix = def->def.ty.old_prefix;

Completed in 14 milliseconds