Searched refs:ovi (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Ddosinst.h159 OSVERSIONINFO ovi; local
161 ovi.dwOSVersionInfoSize = sizeof(ovi);
162 GetVersionEx(&ovi);
164 g_PlatformId = ovi.dwPlatformId;
H A Dos_win32.c412 OSVERSIONINFO ovi; local
414 ovi.dwOSVersionInfoSize = sizeof(ovi);
415 GetVersionEx(&ovi);
417 g_PlatformId = ovi.dwPlatformId;
/macosx-10.9.5/BerkeleyDB-21/db/rep/
H A Drep_elect.c509 REP_OLD_VOTE_INFO *ovi; local
542 ovi = (REP_OLD_VOTE_INFO *)rec->data;
543 tmpvi.egen = ovi->egen;
544 tmpvi.nsites = (u_int32_t)ovi->nsites;
545 tmpvi.nvotes = (u_int32_t)ovi->nvotes;
546 tmpvi.priority = (u_int32_t)ovi->priority;
547 tmpvi.tiebreaker = ovi->tiebreaker;
720 REP_OLD_VOTE_INFO *ovi; local
764 ovi = (REP_OLD_VOTE_INFO *)rec->data;
765 tmpvi.egen = ovi
[all...]
H A Drep_util.c958 REP_OLD_VOTE_INFO ovi;
974 memset(&ovi, 0, sizeof(ovi));
975 ovi.egen = egen;
976 ovi.priority = (int) pri;
977 ovi.nsites = (int) nsites;
978 ovi.nvotes = (int) nvotes;
979 ovi.tiebreaker = tie;
980 vote_dbt.data = &ovi;
981 vote_dbt.size = sizeof(ovi);
[all...]
/macosx-10.9.5/vim-53/src/GvimExt/
H A Dgvimext.cpp813 OSVERSIONINFO ovi; local
815 ovi.dwOSVersionInfoSize = sizeof(ovi);
816 GetVersionEx(&ovi);
818 g_PlatformId = ovi.dwPlatformId;

Completed in 136 milliseconds