HomeSort by: relevance | last modified time | path
    Searched defs:editing (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
histedit.c 102 * Set history and editing status. Called whenever the status may
110 #define editing (Eflag || Vflag) macro
130 if (editing && !el && isatty(0)) { /* && isatty(2) ??? */
132 * turn editing on
186 out2str("sh: can't initialize editing\n");
189 } else if (!editing && el) {
193 VTRACE(DBG_HISTORY, ("line editing disabled\n"));
210 if (el) { /* no editing if not interactive */
219 VTRACE(DBG_HISTORY, ("line editing & history disabled\n"));
228 if (!(iflag && editing && el)
    [all...]
  /src/usr.bin/ftp/
ftp_var.h 265 GLOBAL int editing; /* command line editing enabled */ variable in typeref:typename:GLOBAL int
  /src/bin/csh/
csh.c 85 int editing; variable in typeref:typename:int
169 int editing; variable in typeref:typename:int
1440 if (editing)

Completed in 13 milliseconds