Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYReadCFG.h68 extern BOOL LYSetConfigValue(const char *name, const char *value);
DLYMain.c2145 LYSetConfigValue(RC_BROKEN_FTP_RETR, "ProFTPD 1.2.5"); in main()
2146 LYSetConfigValue(RC_BROKEN_FTP_RETR, "spftp/"); in main()
2147 LYSetConfigValue(RC_BROKEN_FTP_EPSV, "(Version wu-2.6.2-12)"); in main()
DLYReadCFG.c1910 BOOL LYSetConfigValue(const char *name, in LYSetConfigValue() function
2161 LYSetConfigValue(name, value); in do_read_cfg()
DLYStrings.c6190 if (LYSetConfigValue(src, tmp)) { in LYReadCmdKey()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES1684 * fix LYSetConfigValue(), which did not properly handle the CONF_PRG case which