Home
last modified time | relevance | path

Searched refs:LYIsHtmlSep (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYGetFile.c1485 LYIsHtmlSep(doc->address[strlen(doc->address) - 1])) { in fix_httplike_urls()
1492 if (LYIsHtmlSep(path[0]) && path[1] == '\0') { in fix_httplike_urls()
1536 if (!LYIsHtmlSep(*(slash - 1)) || *(slash - 2) != ':') { in fix_httplike_urls()
DLYUtils.c2240 if (*cp1 && !LYIsHtmlSep(*cp1)) in LYCheckForProxyURL()
2271 #define DoubleHtmlSep(s) (LYIsHtmlSep((s)[0]) && LYIsHtmlSep((s)[1]))
2320 if (*cp == ':' || LYIsHtmlSep(*cp)) { in is_url()
3187 if (LYIsHtmlSep(*cp2)) { in change_sug_filename()
6823 if (!LYIsHtmlSep(*temp)) in LYLocalFileToURL()
6827 if (leaf && !LYIsHtmlSep(*leaf)) in LYLocalFileToURL()
7007 && LYIsHtmlSep(path[len - 1])) in LYTrimHtmlSep()
7023 && !LYIsHtmlSep(temp[len - 1])) { in LYAddHtmlSep()
7039 && !LYIsHtmlSep(path[len - 1])) { in LYAddHtmlSep0()
DLYCharUtils.c483 } else if (!StrNCmp(*href, "file:/", 6) && !LYIsHtmlSep(*(*href + 6))) { in LYFillLocalFileURL()
524 if (!LYIsHtmlSep(*temp2)) in LYFillLocalFileURL()
2973 if (LYIsHtmlSep(*cp) || *cp == '\0') { in LYLegitimizeHREF()
2988 } else if (LYIsHtmlSep(*cp)) { in LYLegitimizeHREF()
DLYUtils.h105 #define LYIsHtmlSep(ch) ((ch) == '/') macro
DLYLocal.c2619 if (!LYIsHtmlSep(*cp)) in render_item()
2626 if (!LYIsHtmlSep(*cp)) in render_item()
DLYOptions.c2591 && (address[len] == '\0' || LYIsHtmlSep(address[len]))) { in isLynxOptionsPage()
DLYMainLoop.c732 && LYIsHtmlSep((*user_input)->str[len - 3]) in do_check_recall()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES8705 * add/use functions LYIsHtmlSep, LYAddHtmlSep, LYTrimHtmlSep, LYIsPathSep,