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

/freebsd-current/usr.bin/rpcgen/
H A Drpc_main.c660 int foundprogram = 0; local
721 foundprogram |= (def->def_kind == DEF_PROGRAM);
723 if (extend && !foundprogram) {
746 int foundprogram = 0; local
760 foundprogram |= (def->def_kind == DEF_PROGRAM);
762 if (extend && !foundprogram) {
776 int foundprogram = 0; local
784 foundprogram |= (def->def_kind == DEF_PROGRAM);
786 if (extend && !foundprogram) {

Completed in 58 milliseconds