Searched refs:r_rhs (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/eq_fn/
H A Deq_by_less.hpp64 operator()(const Key& r_lhs, const Key& r_rhs) const
66 const bool l = Cmp_Fn::operator()(r_lhs, r_rhs);
67 const bool g = Cmp_Fn::operator()(r_rhs, r_lhs);
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dsynth_e_access_traits.hpp101 operator()(const_key_reference r_lhs, const_key_reference r_rhs);
223 operator()(const_key_reference r_lhs, const_key_reference r_rhs) argument
225 return (cmp_keys(r_lhs, r_rhs));
/freebsd-12-stable/contrib/sendmail/src/
H A Dreadcf.c350 rwp->r_rhs = prescan(exbuf, '\t', pvpbuf,
354 if (rwp->r_rhs != NULL)
363 rwp->r_rhs = copyplist(rwp->r_rhs, true, NULL);
370 for (ap = rwp->r_rhs; *ap != NULL; ap++)
504 rwp->r_rhs = null_list;
2025 printav(sm_debug_file(), rwp->r_rhs);
H A Dmain.c4244 s = rw->r_rhs;
H A Dparseaddr.c1316 rvp = rwr->r_rhs;
H A Dsendmail.h1176 char **r_rhs; /* substitution value */ member in struct:rewrite

Completed in 139 milliseconds