Searched refs:IS_ESC (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/conf/ |
D | conf_def.c | 298 if (IS_ESC(conf,p[0]) && in def_load_bio() 299 ((bufnum <= 1) || !IS_ESC(conf,p[-1]))) in def_load_bio() 491 if (IS_ESC(conf,*p)) in clear_comments() 522 if (IS_ESC(conf,*from)) in str_copy() 552 else if (IS_ESC(conf,*from)) in str_copy() 660 if (IS_ESC(conf,*p)) in eat_alpha_numeric() 678 if (IS_ESC(conf,*p)) in scan_quote()
|
D | conf_def.h | 85 #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/chromium_org/third_party/openssl/openssl/crypto/conf/ |
D | conf_def.c | 298 if (IS_ESC(conf,p[0]) && in def_load_bio() 299 ((bufnum <= 1) || !IS_ESC(conf,p[-1]))) in def_load_bio() 491 if (IS_ESC(conf,*p)) in clear_comments() 522 if (IS_ESC(conf,*from)) in str_copy() 552 else if (IS_ESC(conf,*from)) in str_copy() 660 if (IS_ESC(conf,*p)) in eat_alpha_numeric() 678 if (IS_ESC(conf,*p)) in scan_quote()
|
D | conf_def.h | 85 #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/ |
D | readline.c | 28 #define IS_ESC 1 macro 377 rs->esc_state = IS_ESC; in readline_handle_byte() 393 case IS_ESC: in readline_handle_byte()
|