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

  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 266 # Options for line-editing modes for the CLI shell
267 line-editing {
522 sqlite-handle-line-editing
1045 # Internal helper for [sqlite-check-line-editing]. Returns a list of
1049 # sqlite-check-line-editing figure out how to find libreadline and
1090 # sqlite-check-line-editing jumps through proverbial hoops to try to
1091 # find a working line-editing library, setting:
1108 # Returns a string describing which line-editing approach to use, or
1125 proc sqlite-check-line-editing {} {
1126 msg-result "Checking for line-editing capability...
    [all...]
  /src/bin/sh/
histedit.c 114 * Set history and editing status. Called whenever the status may
122 #define editing (Eflag || Vflag) macro
144 if (editing && !el && isatty(0)) { /* && isatty(2) ??? */
146 * turn editing on
178 out2str("sh: can't initialize editing\n");
181 } else if (!editing && el) {
185 VTRACE(DBG_HISTORY, ("line editing disabled\n"));
203 if (el) { /* no editing if not interactive */
212 VTRACE(DBG_HISTORY, ("line editing & history disabled\n"));
221 if (!(iflag && editing && el)
    [all...]
  /src/usr.bin/ftp/
ftp_var.h 257 GLOBAL int editing; /* command line editing enabled */ variable
  /src/bin/csh/
csh.c 85 int editing; variable
169 int editing; variable
1440 if (editing)

Completed in 67 milliseconds