OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EDITOR
(Results
1 - 7
of
7
) sorted by null
/external/v8/tools/
common-includes.sh
101
# Cancel if
EDITOR
is unset or not executable.
102
[[ -n "$
EDITOR
" && -x "$(which $
EDITOR
)" ]] \
103
|| die "Please set your
EDITOR
environment variable, you'll need it."
push-to-trunk.sh
146
echo -n "Please press <Return> to have your
EDITOR
open the ChangeLog entry, \
148
exit your
EDITOR
. "
150
$
EDITOR
"$CHANGELOG_ENTRY_FILE"
174
your
EDITOR
on $VERSION_FILE so you can make arbitrary changes. When \
175
you're done, save the file and exit your
EDITOR
.)"
180
$
EDITOR
"$VERSION_FILE"
merge-to-branch.sh
192
your
EDITOR
on $VERSION_FILE so you can make arbitrary changes. When \
193
you're done, save the file and exit your
EDITOR
.)"
198
$
EDITOR
"$VERSION_FILE"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug
138
# If they don't have a preferred
editor
set, then use
140
if [ -z "$
EDITOR
" ]; then
143
EDIT="$
EDITOR
"
/external/webkit/Tools/Scripts/
commit-log-editor
67
my $
editor
= $ENV{SVN_LOG_EDITOR};
68
$
editor
= $ENV{CVS_LOG_EDITOR} if !$
editor
;
69
$
editor
= "" if $
editor
&& isCommitLogEditor($
editor
);
72
if (!$
editor
) {
73
my $builtEditorApplication = "$baseDir/Release/Commit Log
Editor
.app/Contents/MacOS/Commit Log
Editor
";
75
$
editor
= $builtEditorApplication
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
download.py
394
Opens the generated ChangeLogs in $
EDITOR
.
upload.py
277
EDITOR
environment variable and will display the diff using the
288
help_text = "Opens modified ChangeLogs in $
EDITOR
"
Completed in 324 milliseconds