Home
last modified time | relevance | path

Searched refs:LYHostName (Results 1 – 8 of 8) sorted by relevance

/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYGlobalDefs.h399 extern char *LYHostName;
H A DLYMain.c435 char *LYHostName = NULL; /* treat as a local host name */ variable
831 FREE(LYHostName); in free_lynx_globals()
1349 StrAllocCopy(LYHostName, LYNX_HOST_NAME); in main()
1351 StrAllocCopy(LYHostName, HTHostName()); in main()
H A DLYReadCFG.c1604 PARSE_STR(RC_LYNX_HOST_NAME, LYHostName),
H A DLYUtils.c2107 LYSameFilename(host, LYHostName) || in LYisLocalHost()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYGlobalDefs.h398 extern char *LYHostName;
H A DLYMain.c430 char *LYHostName = NULL; /* treat as a local host name */ variable
823 FREE(LYHostName); in free_lynx_globals()
1341 StrAllocCopy(LYHostName, LYNX_HOST_NAME); in main()
1343 StrAllocCopy(LYHostName, HTHostName()); in main()
H A DLYReadCFG.c1594 PARSE_STR(RC_LYNX_HOST_NAME, LYHostName),
H A DLYUtils.c2107 LYSameFilename(host, LYHostName) || in LYisLocalHost()