Searched refs:IS_ESC (Results 1 – 2 of 2) sorted by relevance
207 if (IS_ESC(conf, p[0]) && in def_load_bio()208 ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) { in def_load_bio()384 if (IS_ESC(conf, *p)) { in clear_comments()415 if (IS_ESC(conf, *from)) { in str_copy()439 } else if (IS_ESC(conf, *from)) { in str_copy()558 if (IS_ESC(conf, *p)) { in eat_alpha_numeric()575 if (IS_ESC(conf, *p)) { in scan_quote()
88 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) macro