Searched refs:editing (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dhistedit.c80 * 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 36 milliseconds