Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.h418 #define LEN_NNTP_URL 5 macro
419 #define isNNTP_URL(addr) !strncasecomp(addr, STR_NNTP_URL, LEN_NNTP_URL)
DLYUtils.c2440 } else if (CompareType(cp, STR_NNTP_URL, LEN_NNTP_URL)) { in is_url()