Searched refs:startrealm (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYGlobalDefs.h | 451 extern char *startrealm;
|
| D | LYGetFile.c | 225 if (!(0 == StrNCmp(startrealm, WWWDoc.address, in getfile() 226 strlen(startrealm)) || in getfile()
|
| D | LYMainLoop.c | 5566 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()
|
| D | LYMain.c | 489 char *startrealm = NULL; /* the startfile realm */ variable 823 FREE(startrealm); in free_lynx_globals()
|