HomeSort by relevance Sort by last modified time
    Searched defs:IS_ESC (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/conf/
conf_def.h 85 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC)
100 #define IS_ESC(c,a) (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ESC)
  /external/qemu/
readline.c 28 #define IS_ESC 1
377 rs->esc_state = IS_ESC;
393 case IS_ESC:

Completed in 2162 milliseconds