HomeSort by relevance Sort by last modified time
    Searched defs:CTRL (Results 1 - 25 of 64) sorted by null

1 2 3

  /bionic/libc/include/sys/
ttydefaults.h 59 #define CTRL(x) (x&037)
60 #define CEOF CTRL('d')
63 #define CINTR CTRL('c')
64 #define CSTATUS CTRL('t')
65 #define CKILL CTRL('u')
68 #define CSUSP CTRL('z')
70 #define CDSUSP CTRL('y')
71 #define CSTART CTRL('q')
72 #define CSTOP CTRL('s')
73 #define CLNEXT CTRL('v'
    [all...]
  /development/ndk/platforms/android-21/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /external/libedit/src/editline/
readline.h 76 #ifndef CTRL
81 #ifndef CTRL
82 #define CTRL(c) ((c) & 037)
90 #define ABORT_CHAR CTRL('G')
  /external/python/cpython2/Modules/
termios.c 7 /* Apparently, on SGI, termios.h won't define CTRL if _XOPEN_SOURCE
10 #define CTRL(c) ((c)&037)
  /frameworks/support/emoji/core/tests/java/android/support/text/emoji/util/
KeyboardUtil.java 35 private static final int CTRL = KeyEvent.META_CTRL_ON | KeyEvent.META_CTRL_LEFT_ON;
52 return keyEvent(KeyEvent.KEYCODE_DEL, CTRL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ttydefaults.h 55 #define CTRL(x) (x&037)
56 #define CEOF CTRL('d')
63 #define CINTR CTRL('c')
69 #define CKILL CTRL('u')
72 #define CSUSP CTRL('z')
74 #define CDSUSP CTRL('y')
75 #define CSTART CTRL('q')
76 #define CSTOP CTRL('s')
77 #define CLNEXT CTRL('v')
78 #define CDISCARD CTRL('o'
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 55 #define CTRL(x) (x&037)
56 #define CEOF CTRL('d')
63 #define CINTR CTRL('c')
69 #define CKILL CTRL('u')
72 #define CSUSP CTRL('z')
74 #define CDSUSP CTRL('y')
75 #define CSTART CTRL('q')
76 #define CSTOP CTRL('s')
77 #define CLNEXT CTRL('v')
78 #define CDISCARD CTRL('o'
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ttydefaults.h 55 #define CTRL(x) (x&037)
56 #define CEOF CTRL('d')
63 #define CINTR CTRL('c')
69 #define CKILL CTRL('u')
72 #define CSUSP CTRL('z')
74 #define CDSUSP CTRL('y')
75 #define CSTART CTRL('q')
76 #define CSTOP CTRL('s')
77 #define CLNEXT CTRL('v')
78 #define CDISCARD CTRL('o'
    [all...]
  /prebuilts/libs/libedit/include/editline/
readline.h 76 #ifndef CTRL
81 #ifndef CTRL
82 #define CTRL(c) ((c) & 037)
90 #define ABORT_CHAR CTRL('G')
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]

Completed in 2236 milliseconds

1 2 3