Home
last modified time | relevance | path

Searched refs:jumpfile (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYJump.c130 jumpfile = jtp->file; in LYJumpInit()
136 StrAllocCopy(jtptmp->file, jumpfile); in LYJumpInit()
148 if (!jumpfile) in LYJumpInit()
149 StrAllocCopy(jumpfile, JThead->file); in LYJumpInit()
DLYGlobalDefs.h385 extern char *jumpfile;
DLYMain.c456 char *jumpfile = NULL; /* the name of the default jumps file */ variable
775 FREE(jumpfile); in free_lynx_globals()
1456 StrAllocCopy(jumpfile, JUMPFILE); in main()
1459 HTSprintf0(&temp, "JUMPFILE:%s", jumpfile); in main()