Home
last modified time | relevance | path

Searched refs:Current_Dir (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.h135 extern char *Current_Dir(char *pathname);
DLYUtils.c4246 StrAllocCopy(temp, wwwName(Current_Dir(curdir))); in LYConvertToURL()
4273 Current_Dir(curdir); in LYConvertToURL()
5107 char *Current_Dir(char *pathname) in Current_Dir() function
6733 cp = Current_Dir(buf); in LYValidateFilename()
6822 Current_Dir(temp); in LYLocalFileToURL()
DLYCharUtils.c522 temp2 = wwwName(Current_Dir(curdir)); in LYFillLocalFileURL()
DLYMain.c1554 if (!strcmp(Current_Dir(filename), ".")) { in main()
DLYMainLoop.c5286 Current_Dir(buf2); in handle_LYK_CHDIR()
5317 HTInfoMsg(Current_Dir(buffer)); in handle_LYK_PWD()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES6503 Current_Dir() rather than environment variable $PWD, since the $PWD directory
6506 * add/use function Current_Dir(), to check for failure in getcwd/getwd -TD