Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYGlobalDefs.h469 extern BOOLEAN LYSendUserAgent; /* send Lynx User-Agent header? */
DLYrcFile.c545 MAYBE_SET(RC_SEND_USERAGENT, LYSendUserAgent, MSG_ENABLE_LYNXRC),
DLYOptions.c2723 LYSendUserAgent = FALSE; in postoptions()
3168 LYSendUserAgent = (BOOLEAN) !strcasecomp(data[i].value, "ON"); in postoptions()
3930 PutCheckBox(fp0, send_user_agent_string, LYSendUserAgent, ""); in gen_options()
DLYMain.c396 BOOLEAN LYSendUserAgent = SEND_USERAGENT; /* send Lynx User-Agent header? */ variable
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTTP.c1217 if (LYSendUserAgent || no_useragent) { in HTLoadHTTP()