home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / Tk / pTk / Lang.t < prev    next >
Encoding:
Text File  |  1997-08-10  |  19.0 KB  |  659 lines

  1. #ifdef _LANG
  2. VVAR(Tcl_CmdProc *,LangOptionCommand,V_LangOptionCommand)
  3. #ifndef LangAllocVec
  4. VFUNC(Arg *,LangAllocVec,V_LangAllocVec,_ANSI_ARGS_((int count)))
  5. #endif
  6.  
  7. #ifndef LangBadFile
  8. VFUNC(void,LangBadFile,V_LangBadFile,_ANSI_ARGS_((int fd)))
  9. #endif
  10.  
  11. #ifndef LangCallbackArg
  12. VFUNC(Arg,LangCallbackArg,V_LangCallbackArg,_ANSI_ARGS_((LangCallback *)))
  13. #endif
  14.  
  15. #ifndef LangCmpArg
  16. VFUNC(int,LangCmpArg,V_LangCmpArg,_ANSI_ARGS_((Arg,Arg)))
  17. #endif
  18.  
  19. #ifndef LangCmpCallback
  20. VFUNC(int,LangCmpCallback,V_LangCmpCallback,_ANSI_ARGS_((LangCallback *a,Arg b)))
  21. #endif
  22.  
  23. #ifndef LangCmpOpt
  24. VFUNC(int,LangCmpOpt,V_LangCmpOpt,_ANSI_ARGS_((char *opt,char *arg,size_t length)))
  25. #endif
  26.  
  27. #ifndef LangCopyArg
  28. VFUNC(Arg,LangCopyArg,V_LangCopyArg,_ANSI_ARGS_((Arg)))
  29. #endif
  30.  
  31. #ifndef LangCopyCallback
  32. VFUNC(LangCallback *,LangCopyCallback,V_LangCopyCallback,_ANSI_ARGS_((LangCallback *)))
  33. #endif
  34.  
  35. #ifndef LangDoCallback
  36. VFUNC(int,LangDoCallback,V_LangDoCallback,_ANSI_ARGS_((Tcl_Interp *,LangCallback *,int result,int argc,...)))
  37. #endif
  38.  
  39. #ifndef LangEval
  40. VFUNC(int,LangEval,V_LangEval,_ANSI_ARGS_((Tcl_Interp *interp, char *cmd, int global)))
  41. #endif
  42.  
  43. #ifndef LangEventHook
  44. VFUNC(int,LangEventHook,V_LangEventHook,_ANSI_ARGS_((int flags)))
  45. #endif
  46.  
  47. #ifndef LangExit
  48. VFUNC(void,LangExit,V_LangExit,_ANSI_ARGS_((int)))
  49. #endif
  50.  
  51. #ifndef LangFreeArg
  52. VFUNC(void,LangFreeArg,V_LangFreeArg,_ANSI_ARGS_((Arg,Tcl_FreeProc *freeProc)))
  53. #endif
  54.  
  55. #ifndef LangFreeCallback
  56. VFUNC(void,LangFreeCallback,V_LangFreeCallback,_ANSI_ARGS_((LangCallback *)))
  57. #endif
  58.  
  59. #ifndef LangFreeVar
  60. VFUNC(void,LangFreeVar,V_LangFreeVar,_ANSI_ARGS_((Var)))
  61. #endif
  62.  
  63. #ifndef LangFreeVec
  64. VFUNC(void,LangFreeVec,V_LangFreeVec,_ANSI_ARGS_((int,Arg *)))
  65. #endif
  66.  
  67. #ifndef LangLibraryDir
  68. VFUNC(char *,LangLibraryDir,V_LangLibraryDir,_ANSI_ARGS_((void)))
  69. #endif
  70.  
  71. #ifndef LangMakeCallback
  72. VFUNC(LangCallback *,LangMakeCallback,V_LangMakeCallback,_ANSI_ARGS_((Arg)))
  73. #endif
  74.  
  75. #ifndef LangMergeString
  76. VFUNC(char *,LangMergeString,V_LangMergeString,_ANSI_ARGS_((int argc, Arg *args)))
  77. #endif
  78.  
  79. #ifndef LangMethodCall
  80. VFUNC(int,LangMethodCall,V_LangMethodCall,_ANSI_ARGS_((Tcl_Interp *,Arg,char *,int result,int argc,...)))
  81. #endif
  82.  
  83. #ifndef LangNull
  84. VFUNC(int,LangNull,V_LangNull,_ANSI_ARGS_((Arg)))
  85. #endif
  86.  
  87. #ifndef LangRestoreResult
  88. VFUNC(void,LangRestoreResult,V_LangRestoreResult,_ANSI_ARGS_((Tcl_Interp **,LangResultSave *)))
  89. #endif
  90.  
  91. #ifndef LangSaveResult
  92. VFUNC(LangResultSave *,LangSaveResult,V_LangSaveResult,_ANSI_ARGS_((Tcl_Interp **)))
  93. #endif
  94.  
  95. #ifndef LangSaveVar
  96. VFUNC(int,LangSaveVar,V_LangSaveVar,_ANSI_ARGS_((Tcl_Interp *,Arg,Var *,int type)))
  97. #endif
  98.  
  99. #ifndef LangSetArg
  100. VFUNC(void,LangSetArg,V_LangSetArg,_ANSI_ARGS_((Arg *,Arg)))
  101. #endif
  102.  
  103. #ifndef LangSetDefault
  104. VFUNC(void,LangSetDefault,V_LangSetDefault,_ANSI_ARGS_((Arg *,char *)))
  105. #endif
  106.  
  107. #ifndef LangSetDouble
  108. VFUNC(void,LangSetDouble,V_LangSetDouble,_ANSI_ARGS_((Arg *,double)))
  109. #endif
  110.  
  111. #ifndef LangSetInt
  112. VFUNC(void,LangSetInt,V_LangSetInt,_ANSI_ARGS_((Arg *,int)))
  113. #endif
  114.  
  115. #ifndef LangSetString
  116. VFUNC(void,LangSetString,V_LangSetString,_ANSI_ARGS_((Arg *,char *)))
  117. #endif
  118.  
  119. #ifndef LangString
  120. VFUNC(char *,LangString,V_LangString,_ANSI_ARGS_((Arg)))
  121. #endif
  122.  
  123. #ifndef LangStringArg
  124. VFUNC(Arg,LangStringArg,V_LangStringArg,_ANSI_ARGS_((char *)))
  125. #endif
  126.  
  127. #ifndef LangStringMatch
  128. VFUNC(int,LangStringMatch,V_LangStringMatch,_ANSI_ARGS_((char *string, Arg match)))
  129. #endif
  130.  
  131. #ifndef LangVarArg
  132. VFUNC(Arg,LangVarArg,V_LangVarArg,_ANSI_ARGS_((Var)))
  133. #endif
  134.  
  135. #ifndef Lang_BuildInImages
  136. VFUNC(void,Lang_BuildInImages,V_Lang_BuildInImages,_ANSI_ARGS_((void)))
  137. #endif
  138.  
  139. #ifndef Lang_CreateObject
  140. VFUNC(Tcl_Command,Lang_CreateObject,V_Lang_CreateObject,_ANSI_ARGS_((Tcl_Interp *interp,
  141.                 char *cmdName, Tcl_CmdProc *proc,
  142.                 ClientData clientData,
  143.                 Tcl_CmdDeleteProc *deleteProc)))
  144. #endif
  145.  
  146. #ifndef Lang_DeleteObject
  147. VFUNC(void,Lang_DeleteObject,V_Lang_DeleteObject,_ANSI_ARGS_((Tcl_Interp *,Tcl_Command)))
  148. #endif
  149.  
  150. #ifndef Lang_FreeRegExp
  151. VFUNC(void,Lang_FreeRegExp,V_Lang_FreeRegExp,_ANSI_ARGS_((Tcl_RegExp regexp)))
  152. #endif
  153.  
  154. #ifndef Lang_GetErrorCode
  155. VFUNC(char *,Lang_GetErrorCode,V_Lang_GetErrorCode,_ANSI_ARGS_((Tcl_Interp *interp)))
  156. #endif
  157.  
  158. #ifndef Lang_GetErrorInfo
  159. VFUNC(char *,Lang_GetErrorInfo,V_Lang_GetErrorInfo,_ANSI_ARGS_((Tcl_Interp *interp)))
  160. #endif
  161.  
  162. #ifndef Lang_RegExpCompile
  163. VFUNC(Tcl_RegExp,Lang_RegExpCompile,V_Lang_RegExpCompile,_ANSI_ARGS_((Tcl_Interp *interp,
  164.                 char *string, int fold)))
  165. #endif
  166.  
  167. #ifndef Lang_RegExpExec
  168. VFUNC(int,Lang_RegExpExec,V_Lang_RegExpExec,_ANSI_ARGS_((Tcl_Interp *interp,
  169.                 Tcl_RegExp regexp, char *string, char *start)))
  170. #endif
  171.  
  172. #ifndef Lang_SetBinaryResult
  173. VFUNC(void,Lang_SetBinaryResult,V_Lang_SetBinaryResult,_ANSI_ARGS_((Tcl_Interp *interp,
  174.                 char *string, int len, Tcl_FreeProc *freeProc)))
  175. #endif
  176.  
  177. #ifndef Lang_SetErrorCode
  178. VFUNC(void,Lang_SetErrorCode,V_Lang_SetErrorCode,_ANSI_ARGS_((Tcl_Interp *interp,char *code)))
  179. #endif
  180.  
  181. #ifndef Lang_SplitList
  182. VFUNC(int,Lang_SplitList,V_Lang_SplitList,_ANSI_ARGS_((Tcl_Interp *interp,
  183.                 Arg list, int *argcPtr, Arg **argsPtr, 
  184.                 LangFreeProc **)))
  185. #endif
  186.  
  187. #ifndef Lang_SplitString
  188. VFUNC(int,Lang_SplitString,V_Lang_SplitString,_ANSI_ARGS_((Tcl_Interp *interp,
  189.                 const char *list, int *argcPtr, Arg **argsPtr, 
  190.                 LangFreeProc **)))
  191. #endif
  192.  
  193. #ifndef TclIdlePending
  194. VFUNC(int,TclIdlePending,V_TclIdlePending,_ANSI_ARGS_((void)))
  195. #endif
  196.  
  197. #ifndef TclServiceIdle
  198. VFUNC(int,TclServiceIdle,V_TclServiceIdle,_ANSI_ARGS_((void)))
  199. #endif
  200.  
  201. #ifndef Tcl_AddErrorInfo
  202. VFUNC(void,Tcl_AddErrorInfo,V_Tcl_AddErrorInfo,_ANSI_ARGS_((Tcl_Interp *interp,
  203.                 char *message)))
  204. #endif
  205.  
  206. #ifndef Tcl_AfterCmd
  207. VFUNC(int,Tcl_AfterCmd,V_Tcl_AfterCmd,_ANSI_ARGS_((ClientData clientData,
  208.                 Tcl_Interp *interp, int argc, Arg *args)))
  209. #endif
  210.  
  211. #ifndef Tcl_AppendArg
  212. VFUNC(void,Tcl_AppendArg,V_Tcl_AppendArg,_ANSI_ARGS_((Tcl_Interp *interp, Arg)))
  213. #endif
  214.  
  215. #ifndef Tcl_AppendElement
  216. VFUNC(void,Tcl_AppendElement,V_Tcl_AppendElement,_ANSI_ARGS_((Tcl_Interp *interp,
  217.                 char *string)))
  218. #endif
  219.  
  220. #ifndef Tcl_AppendResult
  221. VFUNC(void,Tcl_AppendResult,V_Tcl_AppendResult,_ANSI_ARGS_(TCL_VARARGS(Tcl_Interp *,interp)))
  222. #endif
  223.  
  224. #ifndef Tcl_ArgResult
  225. VFUNC(void,Tcl_ArgResult,V_Tcl_ArgResult,_ANSI_ARGS_((Tcl_Interp *interp, Arg)))
  226. #endif
  227.  
  228. #ifndef Tcl_AsyncCreate
  229. VFUNC(Tcl_AsyncHandler,Tcl_AsyncCreate,V_Tcl_AsyncCreate,_ANSI_ARGS_((Tcl_AsyncProc *proc,
  230.                 ClientData clientData)))
  231. #endif
  232.  
  233. #ifndef Tcl_AsyncDelete
  234. VFUNC(void,Tcl_AsyncDelete,V_Tcl_AsyncDelete,_ANSI_ARGS_((Tcl_AsyncHandler async)))
  235. #endif
  236.  
  237. #ifndef Tcl_AsyncInvoke
  238. VFUNC(int,Tcl_AsyncInvoke,V_Tcl_AsyncInvoke,_ANSI_ARGS_((Tcl_Interp *interp,
  239.                 int code)))
  240. #endif
  241.  
  242. #ifndef Tcl_AsyncMark
  243. VFUNC(void,Tcl_AsyncMark,V_Tcl_AsyncMark,_ANSI_ARGS_((Tcl_AsyncHandler async)))
  244. #endif
  245.  
  246. #ifndef Tcl_AsyncReady
  247. VFUNC(int,Tcl_AsyncReady,V_Tcl_AsyncReady,_ANSI_ARGS_((void)))
  248. #endif
  249.  
  250. #ifndef Tcl_BackgroundError
  251. VFUNC(void,Tcl_BackgroundError,V_Tcl_BackgroundError,_ANSI_ARGS_((Tcl_Interp *interp)))
  252. #endif
  253.  
  254. #ifndef Tcl_CallWhenDeleted
  255. VFUNC(void,Tcl_CallWhenDeleted,V_Tcl_CallWhenDeleted,_ANSI_ARGS_((Tcl_Interp *interp,
  256.                 Tcl_InterpDeleteProc *proc,
  257.                 ClientData clientData)))
  258. #endif
  259.  
  260. #ifndef Tcl_CancelIdleCall
  261. VFUNC(void,Tcl_CancelIdleCall,V_Tcl_CancelIdleCall,_ANSI_ARGS_((Tcl_IdleProc *idleProc,
  262.                 ClientData clientData)))
  263. #endif
  264.  
  265. #ifndef Tcl_Close
  266. VFUNC(int,Tcl_Close,V_Tcl_Close,_ANSI_ARGS_((Tcl_Interp *interp,
  267.                     Tcl_Channel chan)))
  268. #endif
  269.  
  270. #ifndef Tcl_Concat
  271. VFUNC(Arg,Tcl_Concat,V_Tcl_Concat,_ANSI_ARGS_((int argc, Arg *argv)))
  272. #endif
  273.  
  274. #ifndef Tcl_CreateCommand
  275. VFUNC(Tcl_Command,Tcl_CreateCommand,V_Tcl_CreateCommand,_ANSI_ARGS_((Tcl_Interp *interp,
  276.                 char *cmdName, Tcl_CmdProc *proc,
  277.                 ClientData clientData,
  278.                 Tcl_CmdDeleteProc *deleteProc)))
  279. #endif
  280.  
  281. #ifndef Tcl_CreateEventSource
  282. VFUNC(void,Tcl_CreateEventSource,V_Tcl_CreateEventSource,_ANSI_ARGS_((
  283.                 Tcl_EventSetupProc *setupProc, Tcl_EventCheckProc
  284.                 *checkProc, ClientData clientData)))
  285. #endif
  286.  
  287. #ifndef Tcl_CreateExitHandler
  288. VFUNC(void,Tcl_CreateExitHandler,V_Tcl_CreateExitHandler,_ANSI_ARGS_((Tcl_ExitProc *proc,
  289.                 ClientData clientData)))
  290. #endif
  291.  
  292. #ifndef Tcl_CreateFileHandler
  293. VFUNC(void,Tcl_CreateFileHandler,V_Tcl_CreateFileHandler,_ANSI_ARGS_((
  294.                     Tcl_File file, int mask, Tcl_FileProc *proc,
  295.                 ClientData clientData)))
  296. #endif
  297.  
  298. #ifndef Tcl_CreateInterp
  299. VFUNC(Tcl_Interp *,Tcl_CreateInterp,V_Tcl_CreateInterp,_ANSI_ARGS_((void)))
  300. #endif
  301.  
  302. #ifndef Tcl_CreateModalTimeout
  303. VFUNC(void,Tcl_CreateModalTimeout,V_Tcl_CreateModalTimeout,_ANSI_ARGS_((int milliseconds,
  304.                 Tcl_TimerProc *proc, ClientData clientData)))
  305. #endif
  306.  
  307. #ifndef Tcl_CreateTimerHandler
  308. VFUNC(Tcl_TimerToken,Tcl_CreateTimerHandler,V_Tcl_CreateTimerHandler,_ANSI_ARGS_((int milliseconds,
  309.                 Tcl_TimerProc *proc, ClientData clientData)))
  310. #endif
  311.  
  312. #ifndef Tcl_DStringAppend
  313. VFUNC(char *,Tcl_DStringAppend,V_Tcl_DStringAppend,_ANSI_ARGS_((Tcl_DString *dsPtr,
  314.                 char *string, int length)))
  315. #endif
  316.  
  317. #ifndef Tcl_DStringFree
  318. VFUNC(void,Tcl_DStringFree,V_Tcl_DStringFree,_ANSI_ARGS_((Tcl_DString *dsPtr)))
  319. #endif
  320.  
  321. #ifndef Tcl_DStringInit
  322. VFUNC(void,Tcl_DStringInit,V_Tcl_DStringInit,_ANSI_ARGS_((Tcl_DString *dsPtr)))
  323. #endif
  324.  
  325. #ifndef Tcl_DStringResult
  326. VFUNC(void,Tcl_DStringResult,V_Tcl_DStringResult,_ANSI_ARGS_((Tcl_Interp *interp,
  327.                 Tcl_DString *dsPtr)))
  328. #endif
  329.  
  330. #ifndef Tcl_DStringSetLength
  331. VFUNC(void,Tcl_DStringSetLength,V_Tcl_DStringSetLength,_ANSI_ARGS_((Tcl_DString *dsPtr,
  332.                 int length)))
  333. #endif
  334.  
  335. #ifndef Tcl_DeleteEventSource
  336. VFUNC(void,Tcl_DeleteEventSource,V_Tcl_DeleteEventSource,_ANSI_ARGS_((
  337.                 Tcl_EventSetupProc *setupProc,
  338.                 Tcl_EventCheckProc *checkProc,
  339.                 ClientData clientData)))
  340. #endif
  341.  
  342. #ifndef Tcl_DeleteEvents
  343. VFUNC(void,Tcl_DeleteEvents,V_Tcl_DeleteEvents,_ANSI_ARGS_((
  344.                 Tcl_EventDeleteProc *proc,
  345.                             ClientData clientData)))
  346. #endif
  347.  
  348. #ifndef Tcl_DeleteExitHandler
  349. VFUNC(void,Tcl_DeleteExitHandler,V_Tcl_DeleteExitHandler,_ANSI_ARGS_((Tcl_ExitProc *proc,
  350.                 ClientData clientData)))
  351. #endif
  352.  
  353. #ifndef Tcl_DeleteFileHandler
  354. VFUNC(void,Tcl_DeleteFileHandler,V_Tcl_DeleteFileHandler,_ANSI_ARGS_((
  355.                     Tcl_File file)))
  356. #endif
  357.  
  358. #ifndef Tcl_DeleteHashEntry
  359. VFUNC(void,Tcl_DeleteHashEntry,V_Tcl_DeleteHashEntry,_ANSI_ARGS_((
  360.                 Tcl_HashEntry *entryPtr)))
  361. #endif
  362.  
  363. #ifndef Tcl_DeleteHashTable
  364. VFUNC(void,Tcl_DeleteHashTable,V_Tcl_DeleteHashTable,_ANSI_ARGS_((
  365.                 Tcl_HashTable *tablePtr)))
  366. #endif
  367.  
  368. #ifndef Tcl_DeleteInterp
  369. VFUNC(void,Tcl_DeleteInterp,V_Tcl_DeleteInterp,_ANSI_ARGS_((Tcl_Interp *interp)))
  370. #endif
  371.  
  372. #ifndef Tcl_DeleteModalTimeout
  373. VFUNC(void,Tcl_DeleteModalTimeout,V_Tcl_DeleteModalTimeout,_ANSI_ARGS_((
  374.                 Tcl_TimerProc *proc, ClientData clientData)))
  375. #endif
  376.  
  377. #ifndef Tcl_DeleteTimerHandler
  378. VFUNC(void,Tcl_DeleteTimerHandler,V_Tcl_DeleteTimerHandler,_ANSI_ARGS_((
  379.                 Tcl_TimerToken token)))
  380. #endif
  381.  
  382. #ifndef Tcl_DoOneEvent
  383. VFUNC(int,Tcl_DoOneEvent,V_Tcl_DoOneEvent,_ANSI_ARGS_((int flags)))
  384. #endif
  385.  
  386. #ifndef Tcl_DoWhenIdle
  387. VFUNC(void,Tcl_DoWhenIdle,V_Tcl_DoWhenIdle,_ANSI_ARGS_((Tcl_IdleProc *proc,
  388.                 ClientData clientData)))
  389. #endif
  390.  
  391. #ifndef Tcl_DoubleResults
  392. VFUNC(void,Tcl_DoubleResults,V_Tcl_DoubleResults,_ANSI_ARGS_((Tcl_Interp *interp,int,int,...)))
  393. #endif
  394.  
  395. #ifndef Tcl_EventuallyFree
  396. VFUNC(void,Tcl_EventuallyFree,V_Tcl_EventuallyFree,_ANSI_ARGS_((ClientData clientData,
  397.                 Tcl_FreeProc *freeProc)))
  398. #endif
  399.  
  400. #ifndef Tcl_Exit
  401. VFUNC(void,Tcl_Exit,V_Tcl_Exit,_ANSI_ARGS_((int status)))
  402. #endif
  403.  
  404. #ifndef Tcl_FileReady
  405. VFUNC(int,Tcl_FileReady,V_Tcl_FileReady,_ANSI_ARGS_((Tcl_File file,
  406.                 int mask)))
  407. #endif
  408.  
  409. #ifndef Tcl_FirstHashEntry
  410. VFUNC(Tcl_HashEntry *,Tcl_FirstHashEntry,V_Tcl_FirstHashEntry,_ANSI_ARGS_((
  411.                 Tcl_HashTable *tablePtr,
  412.                 Tcl_HashSearch *searchPtr)))
  413. #endif
  414.  
  415. #ifndef Tcl_FreeFile
  416. VFUNC(void,Tcl_FreeFile,V_Tcl_FreeFile,_ANSI_ARGS_((
  417.                     Tcl_File file)))
  418. #endif
  419.  
  420. #ifndef Tcl_GetAssocData
  421. VFUNC(ClientData,Tcl_GetAssocData,V_Tcl_GetAssocData,_ANSI_ARGS_((Tcl_Interp *interp,
  422.                             char *name, Tcl_InterpDeleteProc **procPtr)))
  423. #endif
  424.  
  425. #ifndef Tcl_GetBoolean
  426. VFUNC(int,Tcl_GetBoolean,V_Tcl_GetBoolean,_ANSI_ARGS_((Tcl_Interp *interp,
  427.                 Arg string, int *boolPtr)))
  428. #endif
  429.  
  430. #ifndef Tcl_GetDouble
  431. VFUNC(int,Tcl_GetDouble,V_Tcl_GetDouble,_ANSI_ARGS_((Tcl_Interp *interp,
  432.                 Arg string, double *doublePtr)))
  433. #endif
  434.  
  435. #ifndef Tcl_GetFile
  436. VFUNC(Tcl_File,Tcl_GetFile,V_Tcl_GetFile,_ANSI_ARGS_((ClientData fileData,
  437.                 int type)))
  438. #endif
  439.  
  440. #ifndef Tcl_GetFileInfo
  441. VFUNC(ClientData,Tcl_GetFileInfo,V_Tcl_GetFileInfo,_ANSI_ARGS_((Tcl_File file,
  442.                 int *typePtr)))
  443. #endif
  444.  
  445. #ifndef Tcl_GetInt
  446. VFUNC(int,Tcl_GetInt,V_Tcl_GetInt,_ANSI_ARGS_((Tcl_Interp *interp,
  447.                 Arg string, int *intPtr)))
  448. #endif
  449.  
  450. #ifndef Tcl_GetNotifierData
  451. VFUNC(ClientData,Tcl_GetNotifierData,V_Tcl_GetNotifierData,_ANSI_ARGS_((Tcl_File file,
  452.                 Tcl_FileFreeProc **freeProcPtr)))
  453. #endif
  454.  
  455. #ifndef Tcl_GetOpenFile
  456. VFUNC(int,Tcl_GetOpenFile,V_Tcl_GetOpenFile,_ANSI_ARGS_((Tcl_Interp *interp,
  457.                 Arg string, int write, int checkUsage,
  458.                 ClientData *filePtr)))
  459. #endif
  460.  
  461. #ifndef Tcl_GetResult
  462. VFUNC(char *,Tcl_GetResult,V_Tcl_GetResult,_ANSI_ARGS_((Tcl_Interp *)))
  463. #endif
  464.  
  465. #ifndef Tcl_GetVar
  466. VFUNC(Arg,Tcl_GetVar,V_Tcl_GetVar,_ANSI_ARGS_((Tcl_Interp *interp,
  467.                 Var varName, int flags)))
  468. #endif
  469.  
  470. #ifndef Tcl_GetVar2
  471. VFUNC(Arg,Tcl_GetVar2,V_Tcl_GetVar2,_ANSI_ARGS_((Tcl_Interp *interp,
  472.                 Var part1, char *part2, int flags)))
  473. #endif
  474.  
  475. #ifndef Tcl_HashStats
  476. VFUNC(char *,Tcl_HashStats,V_Tcl_HashStats,_ANSI_ARGS_((Tcl_HashTable *tablePtr)))
  477. #endif
  478.  
  479. #ifndef Tcl_InitHashTable
  480. VFUNC(void,Tcl_InitHashTable,V_Tcl_InitHashTable,_ANSI_ARGS_((Tcl_HashTable *tablePtr,
  481.                 int keyType)))
  482. #endif
  483.  
  484. #ifndef Tcl_IntResults
  485. VFUNC(void,Tcl_IntResults,V_Tcl_IntResults,_ANSI_ARGS_((Tcl_Interp *interp,int,int,...)))
  486. #endif
  487.  
  488. #ifndef Tcl_JoinPath
  489. VFUNC(char *,Tcl_JoinPath,V_Tcl_JoinPath,_ANSI_ARGS_((int argc, char **argv,
  490.                 Tcl_DString *resultPtr)))
  491. #endif
  492.  
  493. #ifndef Tcl_LinkVar
  494. VFUNC(int,Tcl_LinkVar,V_Tcl_LinkVar,_ANSI_ARGS_((Tcl_Interp *interp,
  495.                 char *varName, char *addr, int type)))
  496. #endif
  497.  
  498. #ifndef Tcl_Merge
  499. VFUNC(Arg,Tcl_Merge,V_Tcl_Merge,_ANSI_ARGS_((int argc, Arg *argv)))
  500. #endif
  501.  
  502. #ifndef Tcl_NextHashEntry
  503. VFUNC(Tcl_HashEntry *,Tcl_NextHashEntry,V_Tcl_NextHashEntry,_ANSI_ARGS_((
  504.                 Tcl_HashSearch *searchPtr)))
  505. #endif
  506.  
  507. #ifndef Tcl_OpenFileChannel
  508. VFUNC(Tcl_Channel,Tcl_OpenFileChannel,V_Tcl_OpenFileChannel,_ANSI_ARGS_((Tcl_Interp *interp,
  509.                     char *fileName, char *modeString,
  510.                             int permissions)))
  511. #endif
  512.  
  513. #ifndef Tcl_Panic
  514. VFUNC(void,Tcl_Panic,V_Tcl_Panic,_ANSI_ARGS_((char *,...)))
  515. #endif
  516.  
  517. #ifndef Tcl_PosixError
  518. VFUNC(char *,Tcl_PosixError,V_Tcl_PosixError,_ANSI_ARGS_((Tcl_Interp *interp)))
  519. #endif
  520.  
  521. #ifndef Tcl_Preserve
  522. VFUNC(void,Tcl_Preserve,V_Tcl_Preserve,_ANSI_ARGS_((ClientData data)))
  523. #endif
  524.  
  525. #ifndef Tcl_QueueEvent
  526. VFUNC(void,Tcl_QueueEvent,V_Tcl_QueueEvent,_ANSI_ARGS_((Tcl_Event *evPtr,
  527.                 Tcl_QueuePosition position)))
  528. #endif
  529.  
  530. #ifndef Tcl_Read
  531. VFUNC(int,Tcl_Read,V_Tcl_Read,_ANSI_ARGS_((Tcl_Channel chan,
  532.                     char *bufPtr, int toRead)))
  533. #endif
  534.  
  535. #ifndef Tcl_RegExpRange
  536. VFUNC(void,Tcl_RegExpRange,V_Tcl_RegExpRange,_ANSI_ARGS_((Tcl_RegExp regexp,
  537.                 int index, char **startPtr, char **endPtr)))
  538. #endif
  539.  
  540. #ifndef Tcl_Release
  541. VFUNC(void,Tcl_Release,V_Tcl_Release,_ANSI_ARGS_((ClientData clientData)))
  542. #endif
  543.  
  544. #ifndef Tcl_ResetResult
  545. VFUNC(void,Tcl_ResetResult,V_Tcl_ResetResult,_ANSI_ARGS_((Tcl_Interp *interp)))
  546. #endif
  547.  
  548. #ifndef Tcl_ResultArg
  549. VFUNC(Arg,Tcl_ResultArg,V_Tcl_ResultArg,_ANSI_ARGS_((Tcl_Interp *interp)))
  550. #endif
  551.  
  552. #ifndef Tcl_Seek
  553. VFUNC(int,Tcl_Seek,V_Tcl_Seek,_ANSI_ARGS_((Tcl_Channel chan,
  554.                     int offset, int mode)))
  555. #endif
  556.  
  557. #ifndef Tcl_SetAssocData
  558. VFUNC(void,Tcl_SetAssocData,V_Tcl_SetAssocData,_ANSI_ARGS_((Tcl_Interp *interp,
  559.                             char *name, Tcl_InterpDeleteProc *proc,
  560.                             ClientData clientData)))
  561. #endif
  562.  
  563. #ifndef Tcl_SetCommandInfo
  564. VFUNC(int,Tcl_SetCommandInfo,V_Tcl_SetCommandInfo,_ANSI_ARGS_((Tcl_Interp *interp,
  565.                 char *cmdName, Tcl_CmdInfo *infoPtr)))
  566. #endif
  567.  
  568. #ifndef Tcl_SetMaxBlockTime
  569. VFUNC(void,Tcl_SetMaxBlockTime,V_Tcl_SetMaxBlockTime,_ANSI_ARGS_((Tcl_Time *timePtr)))
  570. #endif
  571.  
  572. #ifndef Tcl_SetNotifierData
  573. VFUNC(void,Tcl_SetNotifierData,V_Tcl_SetNotifierData,_ANSI_ARGS_((Tcl_File file,
  574.                 Tcl_FileFreeProc *freeProcPtr, ClientData data)))
  575. #endif
  576.  
  577. #ifndef Tcl_SetResult
  578. VFUNC(void,Tcl_SetResult,V_Tcl_SetResult,_ANSI_ARGS_((Tcl_Interp *interp,
  579.                 char *string, Tcl_FreeProc *freeProc)))
  580. #endif
  581.  
  582. #ifndef Tcl_SetVar
  583. VFUNC(char *,Tcl_SetVar,V_Tcl_SetVar,_ANSI_ARGS_((Tcl_Interp *interp,
  584.                 Var varName, char *newValue, int flags)))
  585. #endif
  586.  
  587. #ifndef Tcl_SetVar2
  588. VFUNC(char *,Tcl_SetVar2,V_Tcl_SetVar2,_ANSI_ARGS_((Tcl_Interp *interp,
  589.                 Var part1, char *part2, char *newValue,
  590.                 int flags)))
  591. #endif
  592.  
  593. #ifndef Tcl_SetVarArg
  594. VFUNC(char *,Tcl_SetVarArg,V_Tcl_SetVarArg,_ANSI_ARGS_((Tcl_Interp *interp,
  595.                 Var varName, Arg newValue, int flags)))
  596. #endif
  597.  
  598. #ifndef Tcl_Sleep
  599. VFUNC(void,Tcl_Sleep,V_Tcl_Sleep,_ANSI_ARGS_((int ms)))
  600. #endif
  601.  
  602. #ifndef Tcl_SprintfResult
  603. VFUNC(void,Tcl_SprintfResult,V_Tcl_SprintfResult,_ANSI_ARGS_((Tcl_Interp *,char *,...)))
  604. #endif
  605.  
  606. #ifndef Tcl_TraceVar
  607. VFUNC(int,Tcl_TraceVar,V_Tcl_TraceVar,_ANSI_ARGS_((Tcl_Interp *interp,
  608.                 Var varName, int flags, Tcl_VarTraceProc *proc,
  609.                 ClientData clientData)))
  610. #endif
  611.  
  612. #ifndef Tcl_TraceVar2
  613. VFUNC(int,Tcl_TraceVar2,V_Tcl_TraceVar2,_ANSI_ARGS_((Tcl_Interp *interp,
  614.                 Var part1, char *part2, int flags,
  615.                 Tcl_VarTraceProc *proc, ClientData clientData)))
  616. #endif
  617.  
  618. #ifndef Tcl_TranslateFileName
  619. VFUNC(char *,Tcl_TranslateFileName,V_Tcl_TranslateFileName,_ANSI_ARGS_((Tcl_Interp *interp,
  620.                 char *name, Tcl_DString *bufferPtr)))
  621. #endif
  622.  
  623. #ifndef Tcl_UnlinkVar
  624. VFUNC(void,Tcl_UnlinkVar,V_Tcl_UnlinkVar,_ANSI_ARGS_((Tcl_Interp *interp,
  625.                 char *varName)))
  626. #endif
  627.  
  628. #ifndef Tcl_UntraceVar
  629. VFUNC(void,Tcl_UntraceVar,V_Tcl_UntraceVar,_ANSI_ARGS_((Tcl_Interp *interp,
  630.                 Var varName, int flags, Tcl_VarTraceProc *proc,
  631.                 ClientData clientData)))
  632. #endif
  633.  
  634. #ifndef Tcl_UntraceVar2
  635. VFUNC(void,Tcl_UntraceVar2,V_Tcl_UntraceVar2,_ANSI_ARGS_((Tcl_Interp *interp,
  636.                 Var part1, char *part2, int flags,
  637.                 Tcl_VarTraceProc *proc, ClientData clientData)))
  638. #endif
  639.  
  640. #ifndef Tcl_WaitForEvent
  641. VFUNC(int,Tcl_WaitForEvent,V_Tcl_WaitForEvent,_ANSI_ARGS_((Tcl_Time *timePtr)))
  642. #endif
  643.  
  644. #ifndef Tcl_WatchFile
  645. VFUNC(void,Tcl_WatchFile,V_Tcl_WatchFile,_ANSI_ARGS_((Tcl_File file,
  646.                 int mask)))
  647. #endif
  648.  
  649. #ifndef Tcl_Write
  650. VFUNC(int,Tcl_Write,V_Tcl_Write,_ANSI_ARGS_((Tcl_Channel chan,
  651.                     char *s, int slen)))
  652. #endif
  653.  
  654. #ifndef TclpGetTime
  655. VFUNC(void,TclpGetTime,V_TclpGetTime,_ANSI_ARGS_((Tcl_Time *time)))
  656. #endif
  657.  
  658. #endif /* _LANG */
  659.