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

/external/syslinux/gpxe/src/hci/
H A Deditstring.c38 static void backspace ( struct edit_string *string ) __nonnull;
104 static void backspace ( struct edit_string *string ) { function
153 backspace ( string );
/external/jline/src/src/main/java/jline/
H A DConsoleReader.java627 case DELETE_PREV_CHAR: // backspace
628 success = backspace();
1115 if (diff < 0) { // we can't backspace here so try from the end of the buffer
1120 backspace(diff); // go back for the differences
1283 // a backspace.
1391 * single characters (like a backspace or keyboard) that we want the console
1399 return backspace(Integer.MAX_VALUE);
1407 private final int backspace(final int num) throws IOException { method in class:ConsoleReader
1420 // debug("doing backspace redraw: " + getCursorPosition() + " on " + termwidth + ": " + lines);
1431 * Issue a backspace
1435 public final boolean backspace() throws IOException { method in class:ConsoleReader
[all...]
H A DCandidateListCompletionHandler.java75 && reader.backspace()) {
/external/clang/utils/
H A Dclang-completion-mode.el198 ;; Invoked when the user types the backspace key to update the filter
200 (defun clang-backspace ()
238 ;; Delete and backspace filter the results of the currently-active
240 (define-key clang-completion-mode-map [(backspace)] 'clang-backspace)
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H A DTransliteratorInputMethod.java522 private boolean backspace() { method in class:TransliteratorInputMethod
602 * handles some characters like tab and backspace. Sometimes it handles
613 case '\b': if (editing()) return backspace(); break;
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1077 milliseconds