Searched refs:mstr (Results 1 – 2 of 2) sorted by relevance
240 my $mstr;257 $mstr .= sprintf "%s$l", $mstr?"$sep ":"";260 push @foot, seealso($standalone, $mstr);269 my $mstr;275 $mstr .= sprintf "%s$l", $mstr?" and ":"";277 push @foot, overrides($standalone, "This option overrides $mstr. ");
132 match<std::string> mstr(1, s); in match_tests() local133 BOOST_TEST(mstr.value() == "hello"); in match_tests()134 mstr = mint; in match_tests()135 mint = mstr; in match_tests()