Home
last modified time | relevance | path

Searched refs:LYLastPathSep (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYLocal.c918 if (LYLastPathSep(tmpbuf->str) != 0) { in modify_name()
921 if ((cp = LYLastPathSep(testpath)) != NULL) { in modify_name()
994 } else if ((sp = LYLastPathSep(newpath)) != NULL) { in modify_location()
1220 if ((cp = LYLastPathSep(testpath)) != NULL) { in remove_single()
1680 || LYLastPathSep(dot) != 0) { in LYonedot()
2005 if (LYLastPathSep(line) == NULL) { in local_dired()
2218 cp = LYLastPathSep(buf->str); /* find last slash */ in get_filename()
2424 LYLastPathSep(savepath + strlen(destpath) + 1) == 0) { in local_install()
2455 LYLastPathSep(args[src] + strlen(destpath) + 1) == 0) { in local_install()
2632 cp = LYLastPathSep(path); in render_item()
DLYUtils.h139 extern char *LYLastPathSep(const char *path);
DLYUtils.c2886 mytty = LYLastPathSep(cp); in inlocaldomain()
5795 char *cutoff = LYLastPathSep(name); in IsOurSymlink()
6984 char *LYLastPathSep(const char *path) in LYLastPathSep() function
DLYMain.c1129 if ((cp = LYLastPathSep(pgm)) != NULL) { in main()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES6071 functions LYisAbsPath, LYisRootPath and LYLastPathSep -TD