Searched refs:LYIsHtmlSep (Results 1 – 8 of 8) sorted by relevance
1485 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()
2240 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()
483 } 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()
105 #define LYIsHtmlSep(ch) ((ch) == '/') macro
2619 if (!LYIsHtmlSep(*cp)) in render_item()2626 if (!LYIsHtmlSep(*cp)) in render_item()
2591 && (address[len] == '\0' || LYIsHtmlSep(address[len]))) { in isLynxOptionsPage()
732 && LYIsHtmlSep((*user_input)->str[len - 3]) in do_check_recall()
8705 * add/use functions LYIsHtmlSep, LYAddHtmlSep, LYTrimHtmlSep, LYIsPathSep,