2 |
7u83 |
1 |
/*
|
|
|
2 |
COPYRIGHT NOTICE
|
|
|
3 |
|
|
|
4 |
This program is the proprietary property of IXI Ltd, a subsidiary
|
|
|
5 |
of the Santa Cruz Operation (SCO). Use, reproduction, production
|
|
|
6 |
of amended versions and/or transfer of this program is permitted
|
|
|
7 |
PROVIDED THAT:
|
|
|
8 |
|
|
|
9 |
(a) This legend be preserved on any such reproduction and amended
|
|
|
10 |
version.
|
|
|
11 |
|
|
|
12 |
(b) Any recipient of such reproduction or amended version accept
|
|
|
13 |
the conditions set out in this legend.
|
|
|
14 |
|
|
|
15 |
IXI accepts no liability whatsoever in relation to any use to
|
|
|
16 |
which this program may be put and gives no warranty as to the
|
|
|
17 |
program's suitability for any purpose.
|
|
|
18 |
|
|
|
19 |
All rights reserved.
|
|
|
20 |
|
|
|
21 |
Copyright (c) 1995, 1996
|
|
|
22 |
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
|
|
|
26 |
|
|
|
27 |
/* SCO CID (IXI) $ID$ */
|
|
|
28 |
|
|
|
29 |
%%
|
|
|
30 |
#ifndef __MOTIF_P_HEADERS
|
|
|
31 |
#error Unexpected access to Motif P headers
|
|
|
32 |
#endif
|
|
|
33 |
%%
|
|
|
34 |
|
|
|
35 |
+USE "motif/1_2", "Xm/XmP.h";
|
|
|
36 |
|
|
|
37 |
+CONST char MATCH_CHAR;
|
|
|
38 |
|
|
|
39 |
+CONST String XMBINDDIR;
|
|
|
40 |
+CONST String XMBINDDIR_FALLBACK;
|
|
|
41 |
+CONST String XMBINDFILE;
|
|
|
42 |
+CONST String MOTIFBIND;
|
|
|
43 |
|
|
|
44 |
+DEFINE _XmOSProcessUnmappedCharsetAndText(tag, ctext, sep, outc, outl, prev) %% processCharsetAndText(XmFONTLIST_DEFAULT_TAG, ctext, sep, outc, outl, prev) %% ;
|
|
|
45 |
|
|
|
46 |
+FUNC String _XmOSFindPatternPart(String);
|
|
|
47 |
+FUNC void _XmOSQualifyFileSpec(String, String, String *, String *);
|
|
|
48 |
+FUNC void _XmOSGetDirEntries(String, String, unsigned char, Boolean, Boolean, String **, unsigned int *, unsigned int *);
|
|
|
49 |
+FUNC void _XmOSBuildFileList(String, String, unsigned char, String **, unsigned int *, unsigned int *);
|
|
|
50 |
+FUNC int _XmOSFileCompare(const void *, const void *);
|
|
|
51 |
+FUNC String _XmOSGetHomeDirName(void);
|
|
|
52 |
+FUNC String _XmOSInitPath(String, String, Boolean *);
|
|
|
53 |
+FUNC void _XmSleep(unsigned int);
|
|
|
54 |
+FUNC int _XmMicroSleep(long);
|
|
|
55 |
+FUNC String _XmOSSetLocale(String);
|
|
|
56 |
+FUNC XmString _XmOSGetLocalizedString(char *, Widget, char *, String);
|
|
|
57 |
+FUNC String _XmOSBuildFileName(String, String);
|
|
|
58 |
+FUNC int _XmOSPutenv(char *);
|
|
|
59 |
|