Searched refs:r_lhs (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 argument
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.c262 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf,
267 if (rwp->r_lhs != NULL)
271 rwp->r_lhs = copyplist(rwp->r_lhs, true, NULL);
274 for (ap = rwp->r_lhs; *ap != NULL; ap++)
334 rwp->r_lhs = null_list;
339 rwp->r_lhs = null_list;
2023 printav(sm_debug_file(), rwp->r_lhs);
H A Dparseaddr.c1107 printav(sm_debug_file(), rwr->r_lhs);
1112 rvp = rwr->r_lhs;
H A Dmain.c4233 s = rw->r_lhs;
H A Dsendmail.h1175 char **r_lhs; /* pattern match */ member in struct:rewrite

Completed in 170 milliseconds