Home
last modified time | relevance | path

Searched refs:PREV_WORD (Results 1 – 6 of 6) sorted by relevance

/external/jline/src/src/test/java/jline/
DTestEditLine.java35 new Buffer("This is a test").op(ConsoleReader.PREV_WORD) in testMoveToEnd()
41 new Buffer("This is a test").op(ConsoleReader.PREV_WORD) in testMoveToEnd()
42 .op(ConsoleReader.PREV_WORD) in testMoveToEnd()
48 new Buffer("This is a test").op(ConsoleReader.PREV_WORD) in testMoveToEnd()
49 .op(ConsoleReader.PREV_WORD) in testMoveToEnd()
50 .op(ConsoleReader.PREV_WORD) in testMoveToEnd()
58 new Buffer("This is a test").op(ConsoleReader.PREV_WORD) in testPreviousWord()
61 new Buffer("This is a test").op(ConsoleReader.PREV_WORD) in testPreviousWord()
62 .op(ConsoleReader.PREV_WORD) in testPreviousWord()
65 new Buffer("This is a test").op(ConsoleReader.PREV_WORD) in testPreviousWord()
[all …]
/external/jline/src/src/main/resources/jline/
Dkeybindings.properties60 # CTRL-X: temporary location for PREV_WORD to make tests pass
61 24: PREV_WORD
Dwindowsbindings.properties61 # CTRL-X: temporary location for PREV_WORD to make tests pass
62 24: PREV_WORD
Dkeybindings-mac.properties8 7: PREV_WORD
/external/jline/src/src/main/java/jline/
DConsoleOperations.java180 final short PREV_WORD = -43; field
DConsoleReader.java72 names.put("PREV_WORD", new Short(PREV_WORD));
667 case PREV_WORD: in readLine()