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

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_main.c592 int foundprogram = 0; local
653 foundprogram |= (def->def_kind == DEF_PROGRAM);
655 if (extend && !foundprogram) {
678 int foundprogram = 0; local
692 foundprogram |= (def->def_kind == DEF_PROGRAM);
694 if (extend && !foundprogram) {
708 int foundprogram = 0; local
716 foundprogram |= (def->def_kind == DEF_PROGRAM);
718 if (extend && !foundprogram) {

Completed in 47 milliseconds