Searched refs:IS_WS (Results 1 – 2 of 2) sorted by relevance
35 #define IS_WS(conf,c) is_keytype(conf, c, CONF_WS) macro
612 if (!IS_WS(conf, *p)) { in clear_comments()919 while (IS_WS(conf, *p) && (!IS_EOF(conf, *p))) in eat_ws()931 while ((p >= start) && IS_WS(conf, *p)) in trim_ws()
Completed in 10 milliseconds