Searched refs:LYSendUserAgent (Results 1 – 5 of 5) sorted by relevance
469 extern BOOLEAN LYSendUserAgent; /* send Lynx User-Agent header? */
545 MAYBE_SET(RC_SEND_USERAGENT, LYSendUserAgent, MSG_ENABLE_LYNXRC),
2723 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()
396 BOOLEAN LYSendUserAgent = SEND_USERAGENT; /* send Lynx User-Agent header? */ variable
1217 if (LYSendUserAgent || no_useragent) { in HTLoadHTTP()