Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.h90 #define LYIsDosDrive(s) (isalpha(UCH((s)[0])) && (s)[1] == ':') macro
94 #define LYIsDosDrive(s) FALSE /* really nothing */
DLYUtils.c2012 || (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()
DLYCharUtils.c489 if (LYIsDosDrive(*href)) { in LYFillLocalFileURL()
501 && LYIsDosDrive(*href + 17)) { in LYFillLocalFileURL()
DLYMainLoop.c733 && LYIsDosDrive((*user_input)->str + len - 2)) in do_check_recall()
737 if (LYIsDosDrive((*user_input)->str)) { in do_check_recall()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFile.c1581 && LYIsDosDrive(logical + 17)); in HTDirTitles()
2958 if (strlen(localname) == 2 && LYIsDosDrive(localname)) in HTLoadFile()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES2447 constants with LYIsDosDrive() (report by Frederic L W Meunier) -TD
2576 * reduce clutter with new macro LYIsDosDrive() -TD