Home
last modified time | relevance | path

Searched refs:skipWHITE (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTString.c473 #define skipWHITE(c) (!get_blanks && WHITE(c)) in HTNextTok() macro
475 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()