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

  /external/libpng/contrib/tools/
chkfmt 9 # -e: spawn an editor for each file that needs a change ($EDITOR must be
21 if test -n "$EDITOR"
25 # Copy the standard streams for the editor
28 echo "chkfmt -e: EDITOR must be defined" >&2
38 "$EDITOR" "$file" 0>&3 1>&4 2>&5 3>&- 4>&- 5>&- || exit 1
111 if test -n "$EDITOR" -a -n "$edit"
126 if test -n "$EDITOR" -a -n "$edit"
  /external/chromium_org/v8/tools/
test-push-to-trunk.sh 43 # Open editor
215 editor() { function
217 echo "editor $@" >> $TEST_OUTPUT
229 export -f editor
230 export EDITOR=editor
  /external/chromium_org/tools/
safely-roll-deps.py 98 # Silence the editor.
99 os.environ['EDITOR'] = 'true'
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
commit-log-editor 90 my $editor = $ENV{SVN_LOG_EDITOR};
91 $editor = $ENV{CVS_LOG_EDITOR} if !$editor;
92 $editor = "" if $editor && isCommitLogEditor($editor);
95 if (!$editor) {
96 my $builtEditorApplication = "$baseDir/Release/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
98 $editor = $builtEditorApplication
    [all...]

Completed in 5677 milliseconds