Home
last modified time | relevance | path

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

/dragonfly/usr.bin/rpcgen/
H A Drpc_main.c557 int foundprogram = 0; in s_output() local
617 foundprogram |= (def->def_kind == DEF_PROGRAM); in s_output()
618 if (extend && !foundprogram) { in s_output()
641 int foundprogram = 0; in l_output() local
655 foundprogram |= (def->def_kind == DEF_PROGRAM); in l_output()
656 if (extend && !foundprogram) in l_output()
669 int foundprogram = 0; in t_output() local
677 foundprogram |= (def->def_kind == DEF_PROGRAM); in t_output()
678 if (extend && !foundprogram) in t_output()