Searched defs:foundprogram (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c633 int foundprogram = 0; local
696 foundprogram |= (def->def_kind == DEF_PROGRAM);
697 if (extend && !foundprogram) {
720 int foundprogram = 0; local
741 foundprogram |= (def->def_kind == DEF_PROGRAM);
742 if (extend && !foundprogram) {
756 int foundprogram = 0; local
764 foundprogram |= (def->def_kind == DEF_PROGRAM);
766 if (extend && !foundprogram) {

Completed in 60 milliseconds