Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.h488 #define STR_LYNXMESSAGES "LYNXMESSAGES:" macro
490 #define isLYNXMESSAGES(addr) !strncasecomp(addr, STR_LYNXMESSAGES, LEN_LYNXMESSAGES)
DLYHistory.c675 STR_LYNXMESSAGES, STATUSLINES_TITLE); in showhistory()
DLYUtils.c2372 } else if (CompareType(cp, STR_LYNXMESSAGES, LEN_LYNXMESSAGES)) { in is_url()