HomeSort by relevance Sort by last modified time
    Searched refs:EDITOR (Results 1 - 2 of 2) 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/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

Completed in 57 milliseconds