Home
last modified time | relevance | path

Searched refs:expect_helpstr (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits1074 my $expect_helpstr = "";
1081 if ($expect_helpstr ne "") {
1083 err("$cmd does not implement help for -$expect_helpstr") unless m/^\s*"/;
1084 $expect_helpstr = "";
1089 $expect_helpstr = $1;
1090 $expect_helpstr = "" if $3 =~ m/^\s*,\s*"/;
/third_party/openssl/util/
H A Dfind-doc-nits1074 my $expect_helpstr = "";
1081 if ($expect_helpstr ne "") {
1083 err("$cmd does not implement help for -$expect_helpstr") unless m/^\s*"/;
1084 $expect_helpstr = "";
1089 $expect_helpstr = $1;
1090 $expect_helpstr = "" if $3 =~ m/^\s*,\s*"/;

Completed in 4 milliseconds