Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c633 int foundprogram = 0; in s_output() local
696 foundprogram |= (def->def_kind == DEF_PROGRAM); in s_output()
697 if (extend && !foundprogram) { in s_output()
720 int foundprogram = 0; in l_output() local
741 foundprogram |= (def->def_kind == DEF_PROGRAM); in l_output()
742 if (extend && !foundprogram) { in l_output()
756 int foundprogram = 0; in t_output() local
764 foundprogram |= (def->def_kind == DEF_PROGRAM); in t_output()
766 if (extend && !foundprogram) { in t_output()