UilSymGl.h 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /*
  2. * CDE - Common Desktop Environment
  3. *
  4. * Copyright (c) 1993-2012, The Open Group. All rights reserved.
  5. *
  6. * These libraries and programs are free software; you can
  7. * redistribute them and/or modify them under the terms of the GNU
  8. * Lesser General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option)
  10. * any later version.
  11. *
  12. * These libraries and programs are distributed in the hope that
  13. * they will be useful, but WITHOUT ANY WARRANTY; without even the
  14. * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  15. * PURPOSE. See the GNU Lesser General Public License for more
  16. * details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public
  19. * License along with these librararies and programs; if not, write
  20. * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  21. * Floor, Boston, MA 02110-1301 USA
  22. */
  23. /*
  24. * @OSF_COPYRIGHT@
  25. * COPYRIGHT NOTICE
  26. * Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  27. * ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  28. * the full copyright text.
  29. */
  30. /*
  31. * HISTORY
  32. */
  33. /* $XConsortium: UilSymGl.h /main/9 1995/07/14 09:39:03 drk $ */
  34. /*
  35. * (c) Copyright 1989, 1990, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  36. /*
  37. **++
  38. ** FACILITY:
  39. **
  40. ** User Interface Language Compiler (UIL)
  41. **
  42. ** ABSTRACT:
  43. **
  44. ** This include file contains external declarations of all
  45. ** global data defining the language accepted by the Uil compiler.
  46. ** This is exactly the global data generated by WML, plus any
  47. ** invariant matching definitions.
  48. **
  49. **--
  50. **/
  51. #ifndef UilSymGl_h
  52. #define UilSymGl_h
  53. /*
  54. * Defined in files included in UilData.c
  55. */
  56. externalref unsigned char *constraint_tab;
  57. externalref key_keytable_entry_type *key_table;
  58. externalref int key_k_keyword_max_length;
  59. externalref int key_k_keyword_count;
  60. externalref key_keytable_entry_type *key_table_case_ins;
  61. externalref unsigned char **allowed_argument_table;
  62. externalref unsigned char *argument_type_table;
  63. externalref unsigned char **allowed_child_table;
  64. externalref unsigned char *child_class_table;
  65. externalref char **charset_xmstring_names_table;
  66. externalref unsigned char *charset_writing_direction_table;
  67. externalref unsigned char *charset_parsing_direction_table;
  68. externalref unsigned char *charset_character_size_table;
  69. externalref char **charset_lang_names_table;
  70. externalref unsigned short int *charset_lang_codes_table;
  71. externalref unsigned short int charset_lang_table_max;
  72. externalref unsigned char **allowed_control_table;
  73. externalref UilEnumSetDescDef *enum_set_table;
  74. externalref unsigned short int *argument_enumset_table;
  75. externalref int *enumval_values_table;
  76. externalref int uil_max_object;
  77. externalref char **uil_widget_names;
  78. externalref int uil_max_arg;
  79. externalref char **uil_argument_names;
  80. externalref int uil_max_child;
  81. externalref char **uil_child_names;
  82. externalref int uil_max_reason;
  83. externalref char **uil_reason_names;
  84. externalref int uil_max_enumset;
  85. externalref int uil_max_enumval;
  86. externalref char **uil_enumval_names;
  87. externalref int uil_max_charset;
  88. externalref char **uil_charset_names;
  89. externalref unsigned short int *related_argument_table;
  90. externalref unsigned char **allowed_reason_table;
  91. externalref char **tok_token_name_table;
  92. externalref int tok_num_tokens;
  93. externalref char **uil_widget_funcs;
  94. externalref unsigned short int *uil_gadget_variants;
  95. externalref unsigned short int *uil_urm_nondialog_class;
  96. externalref unsigned short int *uil_urm_subtree_resource;
  97. externalref char **uil_argument_toolkit_names;
  98. externalref char **uil_reason_toolkit_names;
  99. externalref unsigned short int uil_sym_user_defined_object;
  100. externalref unsigned short int uil_sym_default_charset;
  101. externalref unsigned short int uil_sym_isolatin1_charset;
  102. externalref int uil_max_value;
  103. externalref char *uil_datatype_names[];
  104. #endif /* UilSymGl_h */
  105. /* DON'T ADD STUFF AFTER THIS #endif */