Lines Matching defs:editing
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..."
1295 # tgetent(3) was found in the editing library
1353 }; # sqlite-check-line-editing
1356 # Runs sqlite-check-line-editing and adds a message around it. In the
1360 proc sqlite-handle-line-editing {} {
1361 msg-result "Line-editing support for the sqlite3 shell: [sqlite-check-line-editing]"