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

/freebsd-10-stable/usr.bin/rpcgen/
H A Drpc_main.c588 int foundprogram = 0; local
649 foundprogram |= (def->def_kind == DEF_PROGRAM);
651 if (extend && !foundprogram) {
674 int foundprogram = 0; local
688 foundprogram |= (def->def_kind == DEF_PROGRAM);
690 if (extend && !foundprogram) {
704 int foundprogram = 0; local
712 foundprogram |= (def->def_kind == DEF_PROGRAM);
714 if (extend && !foundprogram) {

Completed in 96 milliseconds