Searched refs:skipWHITE (Results 1 – 1 of 1) sorted by relevance
473 #define skipWHITE(c) (!get_blanks && WHITE(c)) in HTNextTok() macro475 while (*p && skipWHITE(*p)) in HTNextTok()485 while (*p && (skipWHITE(*p) || strchr(delims, *p))) in HTNextTok()555 while (*p && !skipWHITE(*p) && !strchr(bracks, *p) && in HTNextTok()