Searched defs:has_args (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c482 bool_t has_args; local
486 has_args = TRUE;
492 has_args = FALSE;
497 if (xdr_replymsg(xdrs, msg) && (!has_args ||
H A Dsvc_vc.c1744 bool_t has_args; local
1756 has_args = TRUE;
1762 has_args = FALSE;
1767 if (xdr_replymsg(xdrs, msg) && (!has_args || SVCAUTH_WRAP(
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.c1486 If has_args is true, give the new pad an @_ in slot zero.
1492 Perl_pad_push(pTHX_ PADLIST *padlist, int depth, int has_args) argument
1531 if (has_args) {

Completed in 38 milliseconds