Searched refs:majorv (Results 1 – 2 of 2) sorted by relevance
31 int majorv = 0, minorv = 0; in handle_insert_comment() local88 majorv = majorv*10 + (*ptr++ - '0'); in handle_insert_comment()114 if(majorv == IE_MAJOR_VERSION && minorv == IE_MINOR_VERSION) in handle_insert_comment()118 if(majorv > IE_MAJOR_VERSION) in handle_insert_comment()120 if(majorv == IE_MAJOR_VERSION && minorv > IE_MINOR_VERSION) in handle_insert_comment()124 if(majorv > IE_MAJOR_VERSION) in handle_insert_comment()126 if(majorv == IE_MAJOR_VERSION && minorv >= IE_MINOR_VERSION) in handle_insert_comment()130 if(majorv < IE_MAJOR_VERSION) in handle_insert_comment()132 if(majorv == IE_MAJOR_VERSION && minorv < IE_MINOR_VERSION) in handle_insert_comment()136 if(majorv < IE_MAJOR_VERSION) in handle_insert_comment()[all …]
4110 DWORD platform, majorv, minorv; in IsOS() local4118 majorv = osvi.dwMajorVersion; in IsOS()4135 ISOS_RETURN(platform == VER_PLATFORM_WIN32_NT && majorv >= 4) in IsOS()4138 ISOS_RETURN(platform == VER_PLATFORM_WIN32_NT && majorv >= 5) in IsOS()4144 ISOS_RETURN(platform == VER_PLATFORM_WIN32_NT && majorv >= 5) in IsOS()4167 ISOS_RETURN(platform == VER_PLATFORM_WIN32_NT && majorv >= 5 && minorv >= 1) in IsOS()4169 ISOS_RETURN(platform == VER_PLATFORM_WIN32_NT && majorv >= 5 && minorv >= 1) in IsOS()4175 ISOS_RETURN(platform == VER_PLATFORM_WIN32_NT && majorv >= 5) in IsOS()4181 ISOS_RETURN(platform == VER_PLATFORM_WIN32_NT && minorv >= 1 && majorv >= 5) in IsOS()4216 ISOS_RETURN(platform == VER_PLATFORM_WIN32_NT && majorv >= 6) in IsOS()