Home
last modified time | relevance | path

Searched refs:startrealm (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYGlobalDefs.h451 extern char *startrealm;
DLYGetFile.c225 if (!(0 == StrNCmp(startrealm, WWWDoc.address, in getfile()
226 strlen(startrealm)) || in getfile()
DLYMainLoop.c5566 StrAllocCopy(startrealm, startfile); in mainloop()
5611 StrAllocCopy(startrealm, newdoc.address); in mainloop()
6158 StrAllocCopy(startrealm, newdoc.address); in mainloop()
6401 StrAllocCopy(startrealm, NO_NOTHING); in mainloop()
6403 StrAllocCopy(startrealm, temp); in mainloop()
6407 LYAddHtmlSep(&startrealm); in mainloop()
6434 StrAllocCat(startrealm, temp); in mainloop()
6439 CTRACE((tfp, "Starting realm is '%s'\n\n", startrealm)); in mainloop()
6456 StrAllocCopy(traversal_host, startrealm); in mainloop()
DLYMain.c489 char *startrealm = NULL; /* the startfile realm */ variable
823 FREE(startrealm); in free_lynx_globals()