Searched refs:IS_ESC (Results 1 – 3 of 3) sorted by relevance
300 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()
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 macro376 rs->esc_state = IS_ESC; in readline_handle_byte()392 case IS_ESC: in readline_handle_byte()