Searched refs:IS_WS (Results 1 – 2 of 2) sorted by relevance
86 #define IS_WS(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_WS) macro
425 while (IS_WS(conf, *p) && !IS_EOF(conf, *p)) { in eat_ws()492 if (!IS_WS(conf, *p)) { in clear_comments()664 while ((p != start) && (IS_WS(conf, *p))) { in def_load_bio()