Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / pTk / tkEvent.t
CommitLineData
86530b38
AT
1#ifdef _TKEVENT
2#ifndef LangCallCallback
3VFUNC(int,LangCallCallback,V_LangCallCallback,_ANSI_ARGS_((LangCallback *cb, int flags)))
4#endif
5
6#ifndef LangCallbackObj
7VFUNC(Tcl_Obj *,LangCallbackObj,V_LangCallbackObj,_ANSI_ARGS_((LangCallback *)))
8#endif
9
10#ifndef LangCmpCallback
11VFUNC(int,LangCmpCallback,V_LangCmpCallback,_ANSI_ARGS_((LangCallback *a,Arg b)))
12#endif
13
14#ifndef LangCopyCallback
15VFUNC(LangCallback *,LangCopyCallback,V_LangCopyCallback,_ANSI_ARGS_((LangCallback *)))
16#endif
17
18#ifndef LangDebug
19VFUNC(void,LangDebug,V_LangDebug,_ANSI_ARGS_((char *fmt,...)))
20#endif
21
22#ifndef LangFreeCallback
23VFUNC(void,LangFreeCallback,V_LangFreeCallback,_ANSI_ARGS_((LangCallback *)))
24#endif
25
26#ifndef LangMakeCallback
27VFUNC(LangCallback *,LangMakeCallback,V_LangMakeCallback,_ANSI_ARGS_((Arg)))
28#endif
29
30#ifndef LangOldCallbackArg
31VFUNC(Arg,LangOldCallbackArg,V_LangOldCallbackArg,_ANSI_ARGS_((LangCallback *,char *,int)))
32#endif
33
34#ifndef LangPushCallbackArgs
35VFUNC(void,LangPushCallbackArgs,V_LangPushCallbackArgs,_ANSI_ARGS_((LangCallback **svp)))
36#endif
37
38#ifndef Tcl_Alloc
39VFUNC(char *,Tcl_Alloc,V_Tcl_Alloc,_ANSI_ARGS_((unsigned int size)))
40#endif
41
42#ifndef Tcl_CancelIdleCall
43VFUNC(void,Tcl_CancelIdleCall,V_Tcl_CancelIdleCall,_ANSI_ARGS_((Tcl_IdleProc *idleProc,
44 ClientData clientData)))
45#endif
46
47#ifndef Tcl_CreateEventSource
48VFUNC(void,Tcl_CreateEventSource,V_Tcl_CreateEventSource,_ANSI_ARGS_((
49 Tcl_EventSetupProc *setupProc,
50 Tcl_EventCheckProc *checkProc,
51 ClientData clientData)))
52#endif
53
54#ifndef Tcl_CreateExitHandler
55VFUNC(void,Tcl_CreateExitHandler,V_Tcl_CreateExitHandler,_ANSI_ARGS_((Tcl_ExitProc *proc,
56 ClientData clientData)))
57#endif
58
59#ifndef Tcl_CreateFileHandler
60VFUNC(void,Tcl_CreateFileHandler,V_Tcl_CreateFileHandler,_ANSI_ARGS_((
61 int fd, int mask, Tcl_FileProc *proc,
62 ClientData clientData)))
63#endif
64
65#ifndef Tcl_CreateTimerHandler
66VFUNC(Tcl_TimerToken,Tcl_CreateTimerHandler,V_Tcl_CreateTimerHandler,_ANSI_ARGS_((int milliseconds,
67 Tcl_TimerProc *proc, ClientData clientData)))
68#endif
69
70#ifndef Tcl_DbCkalloc
71VFUNC(char *,Tcl_DbCkalloc,V_Tcl_DbCkalloc,_ANSI_ARGS_((unsigned int size,char *file,int line)))
72#endif
73
74#ifndef Tcl_DbCkfree
75VFUNC(void,Tcl_DbCkfree,V_Tcl_DbCkfree,_ANSI_ARGS_((char *ptr,char *file ,int line)))
76#endif
77
78#ifndef Tcl_DbCkrealloc
79VFUNC(char *,Tcl_DbCkrealloc,V_Tcl_DbCkrealloc,_ANSI_ARGS_((char *ptr,
80 unsigned int size,char *file,int line)))
81#endif
82
83#ifndef Tcl_DeleteEventSource
84VFUNC(void,Tcl_DeleteEventSource,V_Tcl_DeleteEventSource,_ANSI_ARGS_((
85 Tcl_EventSetupProc *setupProc,
86 Tcl_EventCheckProc *checkProc,
87 ClientData clientData)))
88#endif
89
90#ifndef Tcl_DeleteFileHandler
91VFUNC(void,Tcl_DeleteFileHandler,V_Tcl_DeleteFileHandler,_ANSI_ARGS_((int fd)))
92#endif
93
94#ifndef Tcl_DeleteTimerHandler
95VFUNC(void,Tcl_DeleteTimerHandler,V_Tcl_DeleteTimerHandler,_ANSI_ARGS_((
96 Tcl_TimerToken token)))
97#endif
98
99#ifndef Tcl_DoOneEvent
100VFUNC(int,Tcl_DoOneEvent,V_Tcl_DoOneEvent,_ANSI_ARGS_((int flags)))
101#endif
102
103#ifndef Tcl_DoWhenIdle
104VFUNC(void,Tcl_DoWhenIdle,V_Tcl_DoWhenIdle,_ANSI_ARGS_((Tcl_IdleProc *proc,
105 ClientData clientData)))
106#endif
107
108#ifndef Tcl_Exit
109VFUNC(void,Tcl_Exit,V_Tcl_Exit,_ANSI_ARGS_((int status)))
110#endif
111
112#ifndef Tcl_Free
113VFUNC(void,Tcl_Free,V_Tcl_Free,_ANSI_ARGS_((char *ptr)))
114#endif
115
116#ifndef Tcl_GetServiceMode
117VFUNC(int,Tcl_GetServiceMode,V_Tcl_GetServiceMode,_ANSI_ARGS_((void)))
118#endif
119
120#ifndef Tcl_Panic
121VFUNC(void,Tcl_Panic,V_Tcl_Panic,_ANSI_ARGS_((char *,...)))
122#endif
123
124#ifndef Tcl_QueueEvent
125VFUNC(void,Tcl_QueueEvent,V_Tcl_QueueEvent,_ANSI_ARGS_((Tcl_Event *evPtr,
126 Tcl_QueuePosition position)))
127#endif
128
129#ifndef Tcl_QueueProcEvent
130VFUNC(void,Tcl_QueueProcEvent,V_Tcl_QueueProcEvent,_ANSI_ARGS_((Tcl_EventProc *proc,
131 Tcl_Event *evPtr,
132 Tcl_QueuePosition position)))
133#endif
134
135#ifndef Tcl_Realloc
136VFUNC(char *,Tcl_Realloc,V_Tcl_Realloc,_ANSI_ARGS_((char *ptr,
137 unsigned int size)))
138#endif
139
140#ifndef Tcl_ServiceAll
141VFUNC(int,Tcl_ServiceAll,V_Tcl_ServiceAll,_ANSI_ARGS_((void)))
142#endif
143
144#ifndef Tcl_ServiceEvent
145VFUNC(int,Tcl_ServiceEvent,V_Tcl_ServiceEvent,_ANSI_ARGS_((int flags)))
146#endif
147
148#ifndef Tcl_SetMaxBlockTime
149VFUNC(void,Tcl_SetMaxBlockTime,V_Tcl_SetMaxBlockTime,_ANSI_ARGS_((Tcl_Time *timePtr)))
150#endif
151
152#ifndef Tcl_SetServiceMode
153VFUNC(int,Tcl_SetServiceMode,V_Tcl_SetServiceMode,_ANSI_ARGS_((int mode)))
154#endif
155
156#ifndef Tcl_Sleep
157VFUNC(void,Tcl_Sleep,V_Tcl_Sleep,_ANSI_ARGS_((int ms)))
158#endif
159
160#ifndef TclpGetTime
161VFUNC(void,TclpGetTime,V_TclpGetTime,_ANSI_ARGS_((Tcl_Time *time)))
162#endif
163
164#endif /* _TKEVENT */