HomeSort by: relevance | last modified time | path
    Searched defs:def_program (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_parse.c 61 static void def_program(definition *);
97 def_program(defp);
147 def_program(definition *defp) function in typeref:typename:void
159 defp->def_kind = DEF_PROGRAM;
176 DEF_PROGRAM);
186 /* type of DEF_PROGRAM in the first
189 get_prog_declaration(&dec, DEF_PROGRAM, num_args);
469 if (dkind == DEF_PROGRAM) {
564 if (dkind != DEF_UNION && dkind != DEF_PROGRAM) {
rpc_parse.c 61 static void def_program(definition *);
97 def_program(defp);
147 def_program(definition *defp) function in typeref:typename:void
159 defp->def_kind = DEF_PROGRAM;
176 DEF_PROGRAM);
186 /* type of DEF_PROGRAM in the first
189 get_prog_declaration(&dec, DEF_PROGRAM, num_args);
469 if (dkind == DEF_PROGRAM) {
564 if (dkind != DEF_UNION && dkind != DEF_PROGRAM) {
rpc_parse.c 61 static void def_program(definition *);
97 def_program(defp);
147 def_program(definition *defp) function in typeref:typename:void
159 defp->def_kind = DEF_PROGRAM;
176 DEF_PROGRAM);
186 /* type of DEF_PROGRAM in the first
189 get_prog_declaration(&dec, DEF_PROGRAM, num_args);
469 if (dkind == DEF_PROGRAM) {
564 if (dkind != DEF_UNION && dkind != DEF_PROGRAM) {

Completed in 32 milliseconds