Home | History | Annotate | Download | only in dist

Lines Matching refs:winIsDriveLetterAndColon

42140 static BOOL winIsDriveLetterAndColon(const char *);
43429 if( winIsDriveLetterAndColon(zDir) ){
44123 static BOOL winIsDriveLetterAndColon(
44155 if ( winIsDriveLetterAndColon(zPathname) ){
44186 if( zRelative[0]=='/' && winIsDriveLetterAndColon(zRelative+1) ){