Home
last modified time | relevance | path

Searched refs:def_kind (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.bin/rpcgen/
H A Drpc_hout.c59 if (def->def_kind == DEF_PROGRAM) /* handle data only */ in print_datadef()
62 if (def->def_kind != DEF_CONST) { in print_datadef()
65 switch (def->def_kind) { in print_datadef()
85 if (def->def_kind != DEF_PROGRAM && def->def_kind != DEF_CONST) { in print_datadef()
87 def->def_kind != DEF_TYPEDEF || in print_datadef()
97 switch (def->def_kind) { in print_funcdef()
504 if (def->def_kind != DEF_PROGRAM) { in undefined2()
H A Drpc_cout.c58 if (def->def_kind == DEF_CONST) { in emit()
61 if (def->def_kind == DEF_PROGRAM) { in emit()
65 if (def->def_kind == DEF_TYPEDEF) { in emit()
76 switch (def->def_kind) { in emit()
100 if (def->def_kind == DEF_PROGRAM || def->def_kind == DEF_CONST) { in findtype()
134 def->def_kind != DEF_TYPEDEF || in print_header()
H A Drpc_parse.c110 defp->def_kind = DEF_STRUCT; in def_struct()
142 defp->def_kind = DEF_PROGRAM; in def_program()
242 defp->def_kind = DEF_ENUM; in def_enum()
269 defp->def_kind = DEF_CONST; in def_const()
285 defp->def_kind = DEF_UNION; in def_union()
398 defp->def_kind = DEF_TYPEDEF; in def_typedef()
H A Drpc_sample.c52 if (def->def_kind != DEF_PROGRAM) in write_sample_svc()
64 if (def->def_kind != DEF_PROGRAM) in write_sample_clnt()
279 if (def->def_kind != DEF_PROGRAM) { in write_sample_clnt_main()
H A Drpc_svcout.c208 if (def->def_kind != DEF_PROGRAM) { in write_netid_register()
243 if (def->def_kind != DEF_PROGRAM) { in write_nettype_register()
300 if (def->def_kind == DEF_PROGRAM) { in write_programs()
308 if (def->def_kind == DEF_PROGRAM) { in write_programs()
629 if (def->def_kind == DEF_PROGRAM) { in print_pmapunset()
846 if (def->def_kind != DEF_PROGRAM) { in write_pm_most()
993 if (def->def_kind != DEF_PROGRAM) { in write_inetd_register()
H A Drpc_util.c125 if (def == NULL || def->def_kind != DEF_TYPEDEF) { in fixit()
180 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) { in typedefed()
H A Drpc_parse.h173 defkind def_kind; member
H A Drpc_tblout.c69 if (def->def_kind == DEF_PROGRAM) { in write_tables()
H A Drpc_main.c721 foundprogram |= (def->def_kind == DEF_PROGRAM); in s_output()
760 foundprogram |= (def->def_kind == DEF_PROGRAM); in l_output()
784 foundprogram |= (def->def_kind == DEF_PROGRAM); in t_output()
H A Drpc_clntout.c62 if (def->def_kind == DEF_PROGRAM) { in write_stubs()