Searched refs:LYIsDosDrive (Results 1 – 6 of 6) sorted by relevance
90 #define LYIsDosDrive(s) (isalpha(UCH((s)[0])) && (s)[1] == ':') macro94 #define LYIsDosDrive(s) FALSE /* really nothing */
2012 || (LYIsDosDrive(path) in LYisAbsPath()2029 && LYIsDosDrive(path) in LYisRootPath()2231 if (LYIsDosDrive(cp)) in LYCheckForProxyURL()4063 if (LYIsDosDrive(*AllocatedString) && *cp_url == ':') in LYConvertToURL()4291 if (strlen(temp) == 2 && LYIsDosDrive(temp)) in LYConvertToURL()4412 if (strlen(q) == 3 && LYIsDosDrive(q)) { in LYConvertToURL()
489 if (LYIsDosDrive(*href)) { in LYFillLocalFileURL()501 && LYIsDosDrive(*href + 17)) { in LYFillLocalFileURL()
733 && LYIsDosDrive((*user_input)->str + len - 2)) in do_check_recall()737 if (LYIsDosDrive((*user_input)->str)) { in do_check_recall()
1581 && LYIsDosDrive(logical + 17)); in HTDirTitles()2958 if (strlen(localname) == 2 && LYIsDosDrive(localname)) in HTLoadFile()
2447 constants with LYIsDosDrive() (report by Frederic L W Meunier) -TD2576 * reduce clutter with new macro LYIsDosDrive() -TD