Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
2.4 KiB

  1. // =========================================================================
  2. // Copyright (C) 1997, Microsoft Corporation. All Rights Reserved.
  3. // =========================================================================
  4. // GLOBAL VARIABLES
  5. const int _IA_BP = 0, // a3+ PIEUP irregular light adjective
  6. _RA_B = 1, // a3r PIEUP irregular dark adjective
  7. _IA_HP = 2, // a5+ HIEUP irregular light adjective
  8. _IA_HM = 3, // a5- HIEUP irregular dark adjective
  9. _IA_RmP = 4, // a6+ REU irregular light adjective
  10. _IA_RmM = 5, // a6- REU irregular dark adjective
  11. _IA_Rj = 6, // a7 REO irregular adjective
  12. _IA_OmP = 7, // a8+ EU irregular light adjective
  13. _IA_OmM = 8, // a8- EU irregular dark adjective
  14. _ISS = 9, // iss '..ISS'predicate
  15. _IV_Gj = 10, // v0 GEORA irregular verb
  16. _IV_Nj = 11, // v1 NEORA irregular verb
  17. _IV_DP = 12, // v2+ TIEUT irregular light verb
  18. _IV_DM = 13, // v2- TIEUT irregular dark verb
  19. _RV_D = 14, // v2r TIEUT regular verb
  20. _IV_BP = 15, // v3+ PIEUP irregular light verb
  21. _IV_BM = 16, // v3- PIEUP irregular dark verb
  22. _IV_SP = 17, // v4+ SIOS irregular light verb
  23. _IV_SM = 18, // v4- SIOS irregular dark verb
  24. _IV_RmP = 19, // v6+ REU irregular light verb
  25. _IV_RmM = 20, // v6- REU irregular dark verb
  26. _IV_Rj = 21, // v7 REO irregular verb
  27. _IV_OmP = 22, // v8+ EU irregular light verb
  28. _IV_OmM = 23, // v8- EU irregular dark verb
  29. _YOP = 24, // yop '..YEOBS'predicate
  30. _ZPN = 25, // zpn pronoun (irregular dictionary)
  31. _ZUA_A = 26, // zua_a '...A'form adjective dictionary
  32. _ZUA_AE = 27, // zua_ae '...AE'form adjective dictionary
  33. _ZUA_E = 28, // zua_e '...E'form adjective dictionary
  34. _ZUV_A = 29, // zuv_a '...A'form verb dictionary
  35. _ZUV_E = 30, // zuv_e '...E'form verb dictionary
  36. _ZUV_O = 31, // zuv_o '...A'form verb dictionary
  37. _ZUV_YO = 32, // zuv_yo '...YEO'form verb dictionary
  38. _ZZNUM = 33,
  39. _ZZUV_CH = 34, // '...CHI' form verb dictionary
  40. _ZZUA_CH = 35; // '...CHI' form adjective dictionary