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

/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_main.c583 int foundprogram = 0; local
648 foundprogram |= (def->def_kind == DEF_PROGRAM);
650 if (extend && !foundprogram) {
678 int foundprogram = 0; local
693 foundprogram |= (def->def_kind == DEF_PROGRAM);
695 if (extend && !foundprogram) {
712 int foundprogram = 0; local
720 foundprogram |= (def->def_kind == DEF_PROGRAM);
722 if (extend && !foundprogram) {

Completed in 63 milliseconds