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

  /external/openssl/crypto/conf/
conf_def.c 298 if (IS_ESC(conf,p[0]) &&
299 ((bufnum <= 1) || !IS_ESC(conf,p[-1])))
491 if (IS_ESC(conf,*p))
522 if (IS_ESC(conf,*from))
552 else if (IS_ESC(conf,*from))
660 if (IS_ESC(conf,*p))
678 if (IS_ESC(conf,*p))
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 40 milliseconds