Searched refs:IS_ESC (Results 1 – 3 of 3) sorted by relevance
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()
85 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) macro100 #define IS_ESC(c,a) (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ESC) macro
28 #define IS_ESC 1 macro377 rs->esc_state = IS_ESC; in readline_handle_byte()393 case IS_ESC: in readline_handle_byte()