HomeSort by relevance Sort by last modified time
    Searched defs:editing (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog.py 32 import fileinput # inplace file editing for set_reviewer_in_changelog namespace
  /system/core/sh/
histedit.c 80 * Set history and editing status. Called whenever the status may
88 #define editing (Eflag || Vflag) macro
104 if (editing && !el && isatty(0)) { /* && isatty(2) ??? */
106 * turn editing on
138 out2str("sh: can't initialize editing\n");
141 } else if (!editing && el) {
156 if (el) { /* no editing if not interactive */
209 out2str("sh: inputrc ignored, not editing\n");
372 * If editing, grab a temp file.

Completed in 144 milliseconds