HomeSort by relevance Sort by last modified time
    Searched refs:EDITOR (Results 1 - 10 of 10) sorted by null

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 139 # If they don't have a preferred editor set, then use
141 if [ -z "$EDITOR" ]; then
144 EDIT="$EDITOR"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 139 # If they don't have a preferred editor set, then use
141 if [ -z "$EDITOR" ]; then
144 EDIT="$EDITOR"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gccbug 139 # If they don't have a preferred editor set, then use
141 if [ -z "$EDITOR" ]; then
144 EDIT="$EDITOR"
  /external/webkit/WebKitTools/Scripts/
commit-log-editor 63 my $editor = $ENV{SVN_LOG_EDITOR};
64 if (!$editor) {
65 $editor = $ENV{CVS_LOG_EDITOR};
67 if (!$editor) {
68 my $builtEditorApplication = "$baseDir/Release/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
69 $editor = $builtEditorApplication if -x $builtEditorApplication;
71 if (!$editor) {
72 my $builtEditorApplication = "$baseDir/Debug/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download.py 251 Opens the generated ChangeLogs in $EDITOR.
upload.py 219 EDITOR environment variable and will display the diff using the
230 help_text = "Opens modified ChangeLogs in $EDITOR"

Completed in 759 milliseconds