Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/rpcgen/
H A Drpc_main.c668 int foundprogram = 0; in s_output() local
729 foundprogram |= (def->def_kind == DEF_PROGRAM); in s_output()
731 if (extend && !foundprogram) { in s_output()
754 int foundprogram = 0; in l_output() local
768 foundprogram |= (def->def_kind == DEF_PROGRAM); in l_output()
770 if (extend && !foundprogram) { in l_output()
784 int foundprogram = 0; in t_output() local
792 foundprogram |= (def->def_kind == DEF_PROGRAM); in t_output()
794 if (extend && !foundprogram) { in t_output()