Home
last modified time | relevance | path

Searched refs:IS_ESC (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/conf/
Dconf_def.c300 if (IS_ESC(conf,p[0]) && in def_load_bio()
301 ((bufnum <= 1) || !IS_ESC(conf,p[-1]))) in def_load_bio()
502 if (IS_ESC(conf,*p)) in clear_comments()
533 if (IS_ESC(conf,*from)) in str_copy()
563 else if (IS_ESC(conf,*from)) in str_copy()
671 if (IS_ESC(conf,*p)) in eat_alpha_numeric()
689 if (IS_ESC(conf,*p)) in scan_quote()
Dconf_def.h85 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) macro
100 #define IS_ESC(c,a) (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ESC) macro
/external/qemu/
Dreadline.c28 #define IS_ESC 1 macro
376 rs->esc_state = IS_ESC; in readline_handle_byte()
392 case IS_ESC: in readline_handle_byte()