Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.h397 #define STR_GOPHER_URL "gopher:" macro
399 #define isGOPHER_URL(addr) !strncasecomp(addr, STR_GOPHER_URL, LEN_GOPHER_URL)
DLYUtils.c2554 if (CompareType(cp, STR_GOPHER_URL, LEN_GOPHER_URL)) { in is_url()
DLYMainLoop.c609 { STR_GOPHER_URL, &no_goto_gopher }, in do_check_goto_URL()