Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/rpcgen/
H A Drpc_main.c575 int foundprogram = 0; in s_output() local
636 foundprogram |= (def->def_kind == DEF_PROGRAM); in s_output()
638 if (extend && !foundprogram) { in s_output()
661 int foundprogram = 0; in l_output() local
675 foundprogram |= (def->def_kind == DEF_PROGRAM); in l_output()
677 if (extend && !foundprogram) { in l_output()
691 int foundprogram = 0; in t_output() local
699 foundprogram |= (def->def_kind == DEF_PROGRAM); in t_output()
701 if (extend && !foundprogram) { in t_output()