Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
H A Dsidebar.py445 def mkcmd(eventname): function
448 command=mkcmd('<<copy>>'),
451 command=mkcmd('<<copy-with-prompts>>'),
/third_party/curl/tests/
H A Dtestcurl.pl658 my $mkcmd = "$make -i" . ($targetos && !$configurebuild ? " $targetos" : "");
659 logit "$mkcmd";
660 open(my $f, "-|", "$mkcmd 2>&1") or die;

Completed in 2 milliseconds