Home
last modified time | relevance | path

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

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