home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _f8b5db5be4cf7101a4926cd5126a6c5a < prev    next >
Encoding:
Text File  |  2004-06-01  |  23.8 KB  |  672 lines

  1. #ifdef _TCLDECLS
  2. #ifndef Tcl_AddErrorInfo
  3. VFUNC(void,Tcl_AddErrorInfo,V_Tcl_AddErrorInfo,_ANSI_ARGS_((Tcl_Interp * interp,
  4.                 CONST char * message)))
  5. #endif /* #ifndef Tcl_AddErrorInfo */
  6.  
  7. #ifndef Tcl_AllowExceptions
  8. VFUNC(void,Tcl_AllowExceptions,V_Tcl_AllowExceptions,_ANSI_ARGS_((Tcl_Interp * interp)))
  9. #endif /* #ifndef Tcl_AllowExceptions */
  10.  
  11. #ifndef Tcl_AppendElement
  12. VFUNC(void,Tcl_AppendElement,V_Tcl_AppendElement,_ANSI_ARGS_((Tcl_Interp * interp,
  13.                 CONST char * string)))
  14. #endif /* #ifndef Tcl_AppendElement */
  15.  
  16. #ifndef Tcl_AppendObjToObj
  17. VFUNC(void,Tcl_AppendObjToObj,V_Tcl_AppendObjToObj,_ANSI_ARGS_((Tcl_Obj * objPtr,
  18.                 Tcl_Obj * appendObjPtr)))
  19. #endif /* #ifndef Tcl_AppendObjToObj */
  20.  
  21. #ifndef Tcl_AppendResult
  22. VFUNC(void,Tcl_AppendResult,V_Tcl_AppendResult,_ANSI_ARGS_(TCL_VARARGS(Tcl_Interp *,interp)))
  23. #endif /* #ifndef Tcl_AppendResult */
  24.  
  25. #ifndef Tcl_AppendStringsToObj
  26. VFUNC(void,Tcl_AppendStringsToObj,V_Tcl_AppendStringsToObj,_ANSI_ARGS_(TCL_VARARGS(Tcl_Obj *,objPtr)))
  27. #endif /* #ifndef Tcl_AppendStringsToObj */
  28.  
  29. #ifndef Tcl_AppendToObj
  30. VFUNC(void,Tcl_AppendToObj,V_Tcl_AppendToObj,_ANSI_ARGS_((Tcl_Obj* objPtr,
  31.                 CONST char* bytes, int length)))
  32. #endif /* #ifndef Tcl_AppendToObj */
  33.  
  34. #ifndef Tcl_BackgroundError
  35. VFUNC(void,Tcl_BackgroundError,V_Tcl_BackgroundError,_ANSI_ARGS_((Tcl_Interp * interp)))
  36. #endif /* #ifndef Tcl_BackgroundError */
  37.  
  38. #ifndef Tcl_CallWhenDeleted
  39. VFUNC(void,Tcl_CallWhenDeleted,V_Tcl_CallWhenDeleted,_ANSI_ARGS_((Tcl_Interp * interp,
  40.                 Tcl_InterpDeleteProc * proc,
  41.                 ClientData clientData)))
  42. #endif /* #ifndef Tcl_CallWhenDeleted */
  43.  
  44. #ifndef Tcl_CancelIdleCall
  45. VFUNC(void,Tcl_CancelIdleCall,V_Tcl_CancelIdleCall,_ANSI_ARGS_((
  46.                 Tcl_IdleProc * idleProc,
  47.                 ClientData clientData)))
  48. #endif /* #ifndef Tcl_CancelIdleCall */
  49.  
  50. #ifndef Tcl_Close
  51. VFUNC(int,Tcl_Close,V_Tcl_Close,_ANSI_ARGS_((Tcl_Interp * interp,
  52.                 Tcl_Channel chan)))
  53. #endif /* #ifndef Tcl_Close */
  54.  
  55. #ifndef Tcl_ConcatObj
  56. VFUNC(Tcl_Obj *,Tcl_ConcatObj,V_Tcl_ConcatObj,_ANSI_ARGS_((int objc,
  57.                 Tcl_Obj *CONST objv[])))
  58. #endif /* #ifndef Tcl_ConcatObj */
  59.  
  60. #ifndef Tcl_CreateEventSource
  61. VFUNC(void,Tcl_CreateEventSource,V_Tcl_CreateEventSource,_ANSI_ARGS_((
  62.                 Tcl_EventSetupProc * setupProc,
  63.                 Tcl_EventCheckProc * checkProc,
  64.                 ClientData clientData)))
  65. #endif /* #ifndef Tcl_CreateEventSource */
  66.  
  67. #ifndef Tcl_CreateExitHandler
  68. VFUNC(void,Tcl_CreateExitHandler,V_Tcl_CreateExitHandler,_ANSI_ARGS_((
  69.                 Tcl_ExitProc * proc, ClientData clientData)))
  70. #endif /* #ifndef Tcl_CreateExitHandler */
  71.  
  72. #ifndef Tcl_CreateFileHandler
  73. #if !defined(__WIN32__) && !defined(MAC_TCL)
  74. VFUNC(void,Tcl_CreateFileHandler,V_Tcl_CreateFileHandler,_ANSI_ARGS_((int fd, int mask,
  75.                 Tcl_FileProc * proc, ClientData clientData)))
  76. #endif /* #if !defined(__WIN32__) && !defined(MAC_TCL) */
  77. #endif /* #ifndef Tcl_CreateFileHandler */
  78.  
  79. #ifndef Tcl_CreateInterp
  80. VFUNC(Tcl_Interp *,Tcl_CreateInterp,V_Tcl_CreateInterp,_ANSI_ARGS_((void)))
  81. #endif /* #ifndef Tcl_CreateInterp */
  82.  
  83. #ifndef Tcl_CreateObjCommand
  84. VFUNC(Tcl_Command,Tcl_CreateObjCommand,V_Tcl_CreateObjCommand,_ANSI_ARGS_((
  85.                 Tcl_Interp * interp, CONST char * cmdName,
  86.                 Tcl_ObjCmdProc * proc, ClientData clientData,
  87.                 Tcl_CmdDeleteProc * deleteProc)))
  88. #endif /* #ifndef Tcl_CreateObjCommand */
  89.  
  90. #ifndef Tcl_CreateTimerHandler
  91. VFUNC(Tcl_TimerToken,Tcl_CreateTimerHandler,V_Tcl_CreateTimerHandler,_ANSI_ARGS_((int milliseconds,
  92.                 Tcl_TimerProc * proc, ClientData clientData)))
  93. #endif /* #ifndef Tcl_CreateTimerHandler */
  94.  
  95. #ifndef Tcl_DStringAppend
  96. VFUNC(char *,Tcl_DStringAppend,V_Tcl_DStringAppend,_ANSI_ARGS_((Tcl_DString * dsPtr,
  97.                 CONST char * str, int length)))
  98. #endif /* #ifndef Tcl_DStringAppend */
  99.  
  100. #ifndef Tcl_DStringAppendElement
  101. VFUNC(char *,Tcl_DStringAppendElement,V_Tcl_DStringAppendElement,_ANSI_ARGS_((
  102.                 Tcl_DString * dsPtr, CONST char * string)))
  103. #endif /* #ifndef Tcl_DStringAppendElement */
  104.  
  105. #ifndef Tcl_DStringFree
  106. VFUNC(void,Tcl_DStringFree,V_Tcl_DStringFree,_ANSI_ARGS_((Tcl_DString * dsPtr)))
  107. #endif /* #ifndef Tcl_DStringFree */
  108.  
  109. #ifndef Tcl_DStringInit
  110. VFUNC(void,Tcl_DStringInit,V_Tcl_DStringInit,_ANSI_ARGS_((Tcl_DString * dsPtr)))
  111. #endif /* #ifndef Tcl_DStringInit */
  112.  
  113. #ifndef Tcl_DStringResult
  114. VFUNC(void,Tcl_DStringResult,V_Tcl_DStringResult,_ANSI_ARGS_((Tcl_Interp * interp,
  115.                 Tcl_DString * dsPtr)))
  116. #endif /* #ifndef Tcl_DStringResult */
  117.  
  118. #ifndef Tcl_DStringSetLength
  119. VFUNC(void,Tcl_DStringSetLength,V_Tcl_DStringSetLength,_ANSI_ARGS_((
  120.                 Tcl_DString * dsPtr, int length)))
  121. #endif /* #ifndef Tcl_DStringSetLength */
  122.  
  123. #ifndef Tcl_DeleteEventSource
  124. VFUNC(void,Tcl_DeleteEventSource,V_Tcl_DeleteEventSource,_ANSI_ARGS_((
  125.                 Tcl_EventSetupProc * setupProc,
  126.                 Tcl_EventCheckProc * checkProc,
  127.                 ClientData clientData)))
  128. #endif /* #ifndef Tcl_DeleteEventSource */
  129.  
  130. #ifndef Tcl_DeleteFileHandler
  131. #if !defined(__WIN32__) && !defined(MAC_TCL)
  132. VFUNC(void,Tcl_DeleteFileHandler,V_Tcl_DeleteFileHandler,_ANSI_ARGS_((int fd)))
  133. #endif /* #if !defined(__WIN32__) && !defined(MAC_TCL) */
  134. #endif /* #ifndef Tcl_DeleteFileHandler */
  135.  
  136. #ifndef Tcl_DeleteHashEntry
  137. VFUNC(void,Tcl_DeleteHashEntry,V_Tcl_DeleteHashEntry,_ANSI_ARGS_((
  138.                 Tcl_HashEntry * entryPtr)))
  139. #endif /* #ifndef Tcl_DeleteHashEntry */
  140.  
  141. #ifndef Tcl_DeleteHashTable
  142. VFUNC(void,Tcl_DeleteHashTable,V_Tcl_DeleteHashTable,_ANSI_ARGS_((
  143.                 Tcl_HashTable * tablePtr)))
  144. #endif /* #ifndef Tcl_DeleteHashTable */
  145.  
  146. #ifndef Tcl_DeleteInterp
  147. VFUNC(void,Tcl_DeleteInterp,V_Tcl_DeleteInterp,_ANSI_ARGS_((Tcl_Interp * interp)))
  148. #endif /* #ifndef Tcl_DeleteInterp */
  149.  
  150. #ifndef Tcl_DeleteTimerHandler
  151. VFUNC(void,Tcl_DeleteTimerHandler,V_Tcl_DeleteTimerHandler,_ANSI_ARGS_((
  152.                 Tcl_TimerToken token)))
  153. #endif /* #ifndef Tcl_DeleteTimerHandler */
  154.  
  155. #ifndef Tcl_DoOneEvent
  156. VFUNC(int,Tcl_DoOneEvent,V_Tcl_DoOneEvent,_ANSI_ARGS_((int flags)))
  157. #endif /* #ifndef Tcl_DoOneEvent */
  158.  
  159. #ifndef Tcl_DoWhenIdle
  160. VFUNC(void,Tcl_DoWhenIdle,V_Tcl_DoWhenIdle,_ANSI_ARGS_((Tcl_IdleProc * proc,
  161.                 ClientData clientData)))
  162. #endif /* #ifndef Tcl_DoWhenIdle */
  163.  
  164. #ifndef Tcl_DuplicateObj
  165. VFUNC(Tcl_Obj *,Tcl_DuplicateObj,V_Tcl_DuplicateObj,_ANSI_ARGS_((Tcl_Obj * objPtr)))
  166. #endif /* #ifndef Tcl_DuplicateObj */
  167.  
  168. #ifndef Tcl_Eof
  169. VFUNC(int,Tcl_Eof,V_Tcl_Eof,_ANSI_ARGS_((Tcl_Channel chan)))
  170. #endif /* #ifndef Tcl_Eof */
  171.  
  172. #ifndef Tcl_EvalObjEx
  173. VFUNC(int,Tcl_EvalObjEx,V_Tcl_EvalObjEx,_ANSI_ARGS_((Tcl_Interp * interp,
  174.                 Tcl_Obj * objPtr, int flags)))
  175. #endif /* #ifndef Tcl_EvalObjEx */
  176.  
  177. #ifndef Tcl_EvalObjv
  178. VFUNC(int,Tcl_EvalObjv,V_Tcl_EvalObjv,_ANSI_ARGS_((Tcl_Interp * interp,
  179.                 int objc, Tcl_Obj *CONST objv[], int flags)))
  180. #endif /* #ifndef Tcl_EvalObjv */
  181.  
  182. #ifndef Tcl_EventuallyFree
  183. VFUNC(void,Tcl_EventuallyFree,V_Tcl_EventuallyFree,_ANSI_ARGS_((
  184.                 ClientData clientData,
  185.                 Tcl_FreeProc * freeProc)))
  186. #endif /* #ifndef Tcl_EventuallyFree */
  187.  
  188. #ifndef Tcl_ExternalToUtf
  189. VFUNC(int,Tcl_ExternalToUtf,V_Tcl_ExternalToUtf,_ANSI_ARGS_((Tcl_Interp * interp,
  190.                 Tcl_Encoding encoding, CONST char * src,
  191.                 int srcLen, int flags,
  192.                 Tcl_EncodingState * statePtr, char * dst,
  193.                 int dstLen, int * srcReadPtr,
  194.                 int * dstWrotePtr, int * dstCharsPtr)))
  195. #endif /* #ifndef Tcl_ExternalToUtf */
  196.  
  197. #ifndef Tcl_ExternalToUtfDString
  198. VFUNC(char *,Tcl_ExternalToUtfDString,V_Tcl_ExternalToUtfDString,_ANSI_ARGS_((
  199.                 Tcl_Encoding encoding, CONST char * src,
  200.                 int srcLen, Tcl_DString * dsPtr)))
  201. #endif /* #ifndef Tcl_ExternalToUtfDString */
  202.  
  203. #ifndef Tcl_FirstHashEntry
  204. VFUNC(Tcl_HashEntry *,Tcl_FirstHashEntry,V_Tcl_FirstHashEntry,_ANSI_ARGS_((
  205.                 Tcl_HashTable * tablePtr,
  206.                 Tcl_HashSearch * searchPtr)))
  207. #endif /* #ifndef Tcl_FirstHashEntry */
  208.  
  209. #ifndef Tcl_FreeEncoding
  210. VFUNC(void,Tcl_FreeEncoding,V_Tcl_FreeEncoding,_ANSI_ARGS_((Tcl_Encoding encoding)))
  211. #endif /* #ifndef Tcl_FreeEncoding */
  212.  
  213. #ifndef Tcl_GetAssocData
  214. VFUNC(ClientData,Tcl_GetAssocData,V_Tcl_GetAssocData,_ANSI_ARGS_((Tcl_Interp * interp,
  215.                 CONST char * name,
  216.                 Tcl_InterpDeleteProc ** procPtr)))
  217. #endif /* #ifndef Tcl_GetAssocData */
  218.  
  219. #ifndef Tcl_GetBooleanFromObj
  220. VFUNC(int,Tcl_GetBooleanFromObj,V_Tcl_GetBooleanFromObj,_ANSI_ARGS_((
  221.                 Tcl_Interp * interp, Tcl_Obj * objPtr,
  222.                 int * boolPtr)))
  223. #endif /* #ifndef Tcl_GetBooleanFromObj */
  224.  
  225. #ifndef Tcl_GetChannel
  226. VFUNC(Tcl_Channel,Tcl_GetChannel,V_Tcl_GetChannel,_ANSI_ARGS_((Tcl_Interp * interp,
  227.                 CONST char * chanName, int * modePtr)))
  228. #endif /* #ifndef Tcl_GetChannel */
  229.  
  230. #ifndef Tcl_GetCommandInfo
  231. VFUNC(int,Tcl_GetCommandInfo,V_Tcl_GetCommandInfo,_ANSI_ARGS_((Tcl_Interp * interp,
  232.                 CONST char * cmdName, Tcl_CmdInfo * infoPtr)))
  233. #endif /* #ifndef Tcl_GetCommandInfo */
  234.  
  235. #ifndef Tcl_GetDouble
  236. VFUNC(int,Tcl_GetDouble,V_Tcl_GetDouble,_ANSI_ARGS_((Tcl_Interp * interp,
  237.                 CONST char * str, double * doublePtr)))
  238. #endif /* #ifndef Tcl_GetDouble */
  239.  
  240. #ifndef Tcl_GetDoubleFromObj
  241. VFUNC(int,Tcl_GetDoubleFromObj,V_Tcl_GetDoubleFromObj,_ANSI_ARGS_((
  242.                 Tcl_Interp * interp, Tcl_Obj * objPtr,
  243.                 double * doublePtr)))
  244. #endif /* #ifndef Tcl_GetDoubleFromObj */
  245.  
  246. #ifndef Tcl_GetEncoding
  247. VFUNC(Tcl_Encoding,Tcl_GetEncoding,V_Tcl_GetEncoding,_ANSI_ARGS_((Tcl_Interp * interp,
  248.                 CONST char * name)))
  249. #endif /* #ifndef Tcl_GetEncoding */
  250.  
  251. #ifndef Tcl_GetEncodingName
  252. VFUNC(CONST84_RETURN char *,Tcl_GetEncodingName,V_Tcl_GetEncodingName,_ANSI_ARGS_((
  253.                 Tcl_Encoding encoding)))
  254. #endif /* #ifndef Tcl_GetEncodingName */
  255.  
  256. #ifndef Tcl_GetIndexFromObj
  257. VFUNC(int,Tcl_GetIndexFromObj,V_Tcl_GetIndexFromObj,_ANSI_ARGS_((Tcl_Interp * interp,
  258.                 Tcl_Obj * objPtr, CONST char ** tablePtr,
  259.                 CONST char * msg, int flags, int * indexPtr)))
  260. #endif /* #ifndef Tcl_GetIndexFromObj */
  261.  
  262. #ifndef Tcl_GetInt
  263. VFUNC(int,Tcl_GetInt,V_Tcl_GetInt,_ANSI_ARGS_((Tcl_Interp * interp,
  264.                 CONST char * str, int * intPtr)))
  265. #endif /* #ifndef Tcl_GetInt */
  266.  
  267. #ifndef Tcl_GetIntFromObj
  268. VFUNC(int,Tcl_GetIntFromObj,V_Tcl_GetIntFromObj,_ANSI_ARGS_((Tcl_Interp * interp,
  269.                 Tcl_Obj * objPtr, int * intPtr)))
  270. #endif /* #ifndef Tcl_GetIntFromObj */
  271.  
  272. #ifndef Tcl_GetLongFromObj
  273. VFUNC(int,Tcl_GetLongFromObj,V_Tcl_GetLongFromObj,_ANSI_ARGS_((Tcl_Interp * interp,
  274.                 Tcl_Obj * objPtr, long * longPtr)))
  275. #endif /* #ifndef Tcl_GetLongFromObj */
  276.  
  277. #ifndef Tcl_GetObjResult
  278. VFUNC(Tcl_Obj *,Tcl_GetObjResult,V_Tcl_GetObjResult,_ANSI_ARGS_((Tcl_Interp * interp)))
  279. #endif /* #ifndef Tcl_GetObjResult */
  280.  
  281. #ifndef Tcl_GetObjType
  282. VFUNC(Tcl_ObjType *,Tcl_GetObjType,V_Tcl_GetObjType,_ANSI_ARGS_((CONST char * typeName)))
  283. #endif /* #ifndef Tcl_GetObjType */
  284.  
  285. #ifndef Tcl_GetRegExpFromObj
  286. VFUNC(Tcl_RegExp,Tcl_GetRegExpFromObj,V_Tcl_GetRegExpFromObj,_ANSI_ARGS_((
  287.                 Tcl_Interp * interp, Tcl_Obj * patObj,
  288.                 int flags)))
  289. #endif /* #ifndef Tcl_GetRegExpFromObj */
  290.  
  291. #ifndef Tcl_GetStdChannel
  292. VFUNC(Tcl_Channel,Tcl_GetStdChannel,V_Tcl_GetStdChannel,_ANSI_ARGS_((int type)))
  293. #endif /* #ifndef Tcl_GetStdChannel */
  294.  
  295. #ifndef Tcl_GetString
  296. VFUNC(char *,Tcl_GetString,V_Tcl_GetString,_ANSI_ARGS_((Tcl_Obj * objPtr)))
  297. #endif /* #ifndef Tcl_GetString */
  298.  
  299. #ifndef Tcl_GetStringFromObj
  300. VFUNC(char *,Tcl_GetStringFromObj,V_Tcl_GetStringFromObj,_ANSI_ARGS_((Tcl_Obj * objPtr,
  301.                 int * lengthPtr)))
  302. #endif /* #ifndef Tcl_GetStringFromObj */
  303.  
  304. #ifndef Tcl_GetStringResult
  305. VFUNC(CONST84_RETURN char *,Tcl_GetStringResult,V_Tcl_GetStringResult,_ANSI_ARGS_((
  306.                 Tcl_Interp * interp)))
  307. #endif /* #ifndef Tcl_GetStringResult */
  308.  
  309. #ifndef Tcl_GetThreadData
  310. VFUNC(VOID *,Tcl_GetThreadData,V_Tcl_GetThreadData,_ANSI_ARGS_((
  311.                 Tcl_ThreadDataKey * keyPtr, int size)))
  312. #endif /* #ifndef Tcl_GetThreadData */
  313.  
  314. #ifndef Tcl_GetTime
  315. VFUNC(void,Tcl_GetTime,V_Tcl_GetTime,_ANSI_ARGS_((Tcl_Time* timeBuf)))
  316. #endif /* #ifndef Tcl_GetTime */
  317.  
  318. #ifndef Tcl_GetVar
  319. VFUNC(CONST84_RETURN char *,Tcl_GetVar,V_Tcl_GetVar,_ANSI_ARGS_((Tcl_Interp * interp,
  320.                 CONST char * varName, int flags)))
  321. #endif /* #ifndef Tcl_GetVar */
  322.  
  323. #ifndef Tcl_GetVar2
  324. VFUNC(CONST84_RETURN char *,Tcl_GetVar2,V_Tcl_GetVar2,_ANSI_ARGS_((Tcl_Interp * interp,
  325.                 CONST char * part1, CONST char * part2,
  326.                 int flags)))
  327. #endif /* #ifndef Tcl_GetVar2 */
  328.  
  329. #ifndef Tcl_GetVar2Ex
  330. VFUNC(Tcl_Obj *,Tcl_GetVar2Ex,V_Tcl_GetVar2Ex,_ANSI_ARGS_((Tcl_Interp * interp,
  331.                 CONST char * part1, CONST char * part2,
  332.                 int flags)))
  333. #endif /* #ifndef Tcl_GetVar2Ex */
  334.  
  335. #ifndef Tcl_GlobalEval
  336. VFUNC(int,Tcl_GlobalEval,V_Tcl_GlobalEval,_ANSI_ARGS_((Tcl_Interp * interp,
  337.                 CONST char * command)))
  338. #endif /* #ifndef Tcl_GlobalEval */
  339.  
  340. #ifndef Tcl_HideCommand
  341. VFUNC(int,Tcl_HideCommand,V_Tcl_HideCommand,_ANSI_ARGS_((Tcl_Interp * interp,
  342.                 CONST char * cmdName,
  343.                 CONST char * hiddenCmdToken)))
  344. #endif /* #ifndef Tcl_HideCommand */
  345.  
  346. #ifndef Tcl_InitHashTable
  347. VFUNC(void,Tcl_InitHashTable,V_Tcl_InitHashTable,_ANSI_ARGS_((
  348.                 Tcl_HashTable * tablePtr, int keyType)))
  349. #endif /* #ifndef Tcl_InitHashTable */
  350.  
  351. #ifndef Tcl_IsSafe
  352. VFUNC(int,Tcl_IsSafe,V_Tcl_IsSafe,_ANSI_ARGS_((Tcl_Interp * interp)))
  353. #endif /* #ifndef Tcl_IsSafe */
  354.  
  355. #ifndef Tcl_LinkVar
  356. VFUNC(int,Tcl_LinkVar,V_Tcl_LinkVar,_ANSI_ARGS_((Tcl_Interp * interp,
  357.                 CONST char * varName, char * addr, int type)))
  358. #endif /* #ifndef Tcl_LinkVar */
  359.  
  360. #ifndef Tcl_ListObjAppendElement
  361. VFUNC(int,Tcl_ListObjAppendElement,V_Tcl_ListObjAppendElement,_ANSI_ARGS_((
  362.                 Tcl_Interp * interp, Tcl_Obj * listPtr,
  363.                 Tcl_Obj * objPtr)))
  364. #endif /* #ifndef Tcl_ListObjAppendElement */
  365.  
  366. #ifndef Tcl_ListObjGetElements
  367. VFUNC(int,Tcl_ListObjGetElements,V_Tcl_ListObjGetElements,_ANSI_ARGS_((
  368.                 Tcl_Interp * interp, Tcl_Obj * listPtr,
  369.                 int * objcPtr, Tcl_Obj *** objvPtr)))
  370. #endif /* #ifndef Tcl_ListObjGetElements */
  371.  
  372. #ifndef Tcl_ListObjIndex
  373. VFUNC(int,Tcl_ListObjIndex,V_Tcl_ListObjIndex,_ANSI_ARGS_((Tcl_Interp * interp,
  374.                 Tcl_Obj * listPtr, int index,
  375.                 Tcl_Obj ** objPtrPtr)))
  376. #endif /* #ifndef Tcl_ListObjIndex */
  377.  
  378. #ifndef Tcl_ListObjLength
  379. VFUNC(int,Tcl_ListObjLength,V_Tcl_ListObjLength,_ANSI_ARGS_((Tcl_Interp * interp,
  380.                 Tcl_Obj * listPtr, int * lengthPtr)))
  381. #endif /* #ifndef Tcl_ListObjLength */
  382.  
  383. #ifndef Tcl_ListObjReplace
  384. VFUNC(int,Tcl_ListObjReplace,V_Tcl_ListObjReplace,_ANSI_ARGS_((Tcl_Interp * interp,
  385.                 Tcl_Obj * listPtr, int first, int count,
  386.                 int objc, Tcl_Obj *CONST objv[])))
  387. #endif /* #ifndef Tcl_ListObjReplace */
  388.  
  389. #ifndef Tcl_NewBooleanObj
  390. VFUNC(Tcl_Obj *,Tcl_NewBooleanObj,V_Tcl_NewBooleanObj,_ANSI_ARGS_((int boolValue)))
  391. #endif /* #ifndef Tcl_NewBooleanObj */
  392.  
  393. #ifndef Tcl_NewDoubleObj
  394. VFUNC(Tcl_Obj *,Tcl_NewDoubleObj,V_Tcl_NewDoubleObj,_ANSI_ARGS_((double doubleValue)))
  395. #endif /* #ifndef Tcl_NewDoubleObj */
  396.  
  397. #ifndef Tcl_NewIntObj
  398. VFUNC(Tcl_Obj *,Tcl_NewIntObj,V_Tcl_NewIntObj,_ANSI_ARGS_((int intValue)))
  399. #endif /* #ifndef Tcl_NewIntObj */
  400.  
  401. #ifndef Tcl_NewListObj
  402. VFUNC(Tcl_Obj *,Tcl_NewListObj,V_Tcl_NewListObj,_ANSI_ARGS_((int objc,
  403.                 Tcl_Obj *CONST objv[])))
  404. #endif /* #ifndef Tcl_NewListObj */
  405.  
  406. #ifndef Tcl_NewLongObj
  407. VFUNC(Tcl_Obj *,Tcl_NewLongObj,V_Tcl_NewLongObj,_ANSI_ARGS_((long longValue)))
  408. #endif /* #ifndef Tcl_NewLongObj */
  409.  
  410. #ifndef Tcl_NewObj
  411. VFUNC(Tcl_Obj *,Tcl_NewObj,V_Tcl_NewObj,_ANSI_ARGS_((void)))
  412. #endif /* #ifndef Tcl_NewObj */
  413.  
  414. #ifndef Tcl_NewStringObj
  415. VFUNC(Tcl_Obj *,Tcl_NewStringObj,V_Tcl_NewStringObj,_ANSI_ARGS_((CONST char * bytes,
  416.                 int length)))
  417. #endif /* #ifndef Tcl_NewStringObj */
  418.  
  419. #ifndef Tcl_NextHashEntry
  420. VFUNC(Tcl_HashEntry *,Tcl_NextHashEntry,V_Tcl_NextHashEntry,_ANSI_ARGS_((
  421.                 Tcl_HashSearch * searchPtr)))
  422. #endif /* #ifndef Tcl_NextHashEntry */
  423.  
  424. #ifndef Tcl_NumUtfChars
  425. VFUNC(int,Tcl_NumUtfChars,V_Tcl_NumUtfChars,_ANSI_ARGS_((CONST char * src,
  426.                 int len)))
  427. #endif /* #ifndef Tcl_NumUtfChars */
  428.  
  429. #ifndef Tcl_ObjGetVar2
  430. VFUNC(Tcl_Obj *,Tcl_ObjGetVar2,V_Tcl_ObjGetVar2,_ANSI_ARGS_((Tcl_Interp * interp,
  431.                 Tcl_Obj * part1Ptr, Tcl_Obj * part2Ptr,
  432.                 int flags)))
  433. #endif /* #ifndef Tcl_ObjGetVar2 */
  434.  
  435. #ifndef Tcl_ObjSetVar2
  436. VFUNC(Tcl_Obj *,Tcl_ObjSetVar2,V_Tcl_ObjSetVar2,_ANSI_ARGS_((Tcl_Interp * interp,
  437.                 Tcl_Obj * part1Ptr, Tcl_Obj * part2Ptr,
  438.                 Tcl_Obj * newValuePtr, int flags)))
  439. #endif /* #ifndef Tcl_ObjSetVar2 */
  440.  
  441. #ifndef Tcl_OpenFileChannel
  442. VFUNC(Tcl_Channel,Tcl_OpenFileChannel,V_Tcl_OpenFileChannel,_ANSI_ARGS_((Tcl_Interp * interp,
  443.                 CONST char * fileName,
  444.                 CONST char * modeString, int permissions)))
  445. #endif /* #ifndef Tcl_OpenFileChannel */
  446.  
  447. #ifndef Tcl_Panic
  448. VFUNC(void,Tcl_Panic,V_Tcl_Panic,_ANSI_ARGS_(TCL_VARARGS(CONST char *,format)))
  449. #endif /* #ifndef Tcl_Panic */
  450.  
  451. #ifndef Tcl_PosixError
  452. VFUNC(CONST84_RETURN char *,Tcl_PosixError,V_Tcl_PosixError,_ANSI_ARGS_((Tcl_Interp * interp)))
  453. #endif /* #ifndef Tcl_PosixError */
  454.  
  455. #ifndef Tcl_Preserve
  456. VFUNC(void,Tcl_Preserve,V_Tcl_Preserve,_ANSI_ARGS_((ClientData data)))
  457. #endif /* #ifndef Tcl_Preserve */
  458.  
  459. #ifndef Tcl_Read
  460. VFUNC(int,Tcl_Read,V_Tcl_Read,_ANSI_ARGS_((Tcl_Channel chan,
  461.                 char * bufPtr, int toRead)))
  462. #endif /* #ifndef Tcl_Read */
  463.  
  464. #ifndef Tcl_RegExpExec
  465. VFUNC(int,Tcl_RegExpExec,V_Tcl_RegExpExec,_ANSI_ARGS_((Tcl_Interp * interp,
  466.                 Tcl_RegExp regexp, CONST char * str,
  467.                 CONST char * start)))
  468. #endif /* #ifndef Tcl_RegExpExec */
  469.  
  470. #ifndef Tcl_RegExpRange
  471. VFUNC(void,Tcl_RegExpRange,V_Tcl_RegExpRange,_ANSI_ARGS_((Tcl_RegExp regexp,
  472.                 int index, CONST84 char ** startPtr,
  473.                 CONST84 char ** endPtr)))
  474. #endif /* #ifndef Tcl_RegExpRange */
  475.  
  476. #ifndef Tcl_Release
  477. VFUNC(void,Tcl_Release,V_Tcl_Release,_ANSI_ARGS_((ClientData clientData)))
  478. #endif /* #ifndef Tcl_Release */
  479.  
  480. #ifndef Tcl_ResetResult
  481. VFUNC(void,Tcl_ResetResult,V_Tcl_ResetResult,_ANSI_ARGS_((Tcl_Interp * interp)))
  482. #endif /* #ifndef Tcl_ResetResult */
  483.  
  484. #ifndef Tcl_Seek
  485. VFUNC(Tcl_WideInt,Tcl_Seek,V_Tcl_Seek,_ANSI_ARGS_((Tcl_Channel chan,
  486.                 Tcl_WideInt offset, int mode)))
  487. #endif /* #ifndef Tcl_Seek */
  488.  
  489. #ifndef Tcl_ServiceEvent
  490. VFUNC(int,Tcl_ServiceEvent,V_Tcl_ServiceEvent,_ANSI_ARGS_((int flags)))
  491. #endif /* #ifndef Tcl_ServiceEvent */
  492.  
  493. #ifndef Tcl_SetAssocData
  494. VFUNC(void,Tcl_SetAssocData,V_Tcl_SetAssocData,_ANSI_ARGS_((Tcl_Interp * interp,
  495.                 CONST char * name,
  496.                 Tcl_InterpDeleteProc * proc,
  497.                 ClientData clientData)))
  498. #endif /* #ifndef Tcl_SetAssocData */
  499.  
  500. #ifndef Tcl_SetBooleanObj
  501. VFUNC(void,Tcl_SetBooleanObj,V_Tcl_SetBooleanObj,_ANSI_ARGS_((Tcl_Obj * objPtr,
  502.                 int boolValue)))
  503. #endif /* #ifndef Tcl_SetBooleanObj */
  504.  
  505. #ifndef Tcl_SetChannelOption
  506. VFUNC(int,Tcl_SetChannelOption,V_Tcl_SetChannelOption,_ANSI_ARGS_((
  507.                 Tcl_Interp * interp, Tcl_Channel chan,
  508.                 CONST char * optionName,
  509.                 CONST char * newValue)))
  510. #endif /* #ifndef Tcl_SetChannelOption */
  511.  
  512. #ifndef Tcl_SetCommandInfo
  513. VFUNC(int,Tcl_SetCommandInfo,V_Tcl_SetCommandInfo,_ANSI_ARGS_((Tcl_Interp * interp,
  514.                 CONST char * cmdName,
  515.                 CONST Tcl_CmdInfo * infoPtr)))
  516. #endif /* #ifndef Tcl_SetCommandInfo */
  517.  
  518. #ifndef Tcl_SetDoubleObj
  519. VFUNC(void,Tcl_SetDoubleObj,V_Tcl_SetDoubleObj,_ANSI_ARGS_((Tcl_Obj * objPtr,
  520.                 double doubleValue)))
  521. #endif /* #ifndef Tcl_SetDoubleObj */
  522.  
  523. #ifndef Tcl_SetIntObj
  524. VFUNC(void,Tcl_SetIntObj,V_Tcl_SetIntObj,_ANSI_ARGS_((Tcl_Obj * objPtr,
  525.                 int intValue)))
  526. #endif /* #ifndef Tcl_SetIntObj */
  527.  
  528. #ifndef Tcl_SetListObj
  529. VFUNC(void,Tcl_SetListObj,V_Tcl_SetListObj,_ANSI_ARGS_((Tcl_Obj * objPtr,
  530.                 int objc, Tcl_Obj *CONST objv[])))
  531. #endif /* #ifndef Tcl_SetListObj */
  532.  
  533. #ifndef Tcl_SetLongObj
  534. VFUNC(void,Tcl_SetLongObj,V_Tcl_SetLongObj,_ANSI_ARGS_((Tcl_Obj * objPtr,
  535.                 long longValue)))
  536. #endif /* #ifndef Tcl_SetLongObj */
  537.  
  538. #ifndef Tcl_SetMaxBlockTime
  539. VFUNC(void,Tcl_SetMaxBlockTime,V_Tcl_SetMaxBlockTime,_ANSI_ARGS_((Tcl_Time * timePtr)))
  540. #endif /* #ifndef Tcl_SetMaxBlockTime */
  541.  
  542. #ifndef Tcl_SetObjErrorCode
  543. VFUNC(void,Tcl_SetObjErrorCode,V_Tcl_SetObjErrorCode,_ANSI_ARGS_((Tcl_Interp * interp,
  544.                 Tcl_Obj * errorObjPtr)))
  545. #endif /* #ifndef Tcl_SetObjErrorCode */
  546.  
  547. #ifndef Tcl_SetObjResult
  548. VFUNC(void,Tcl_SetObjResult,V_Tcl_SetObjResult,_ANSI_ARGS_((Tcl_Interp * interp,
  549.                 Tcl_Obj * resultObjPtr)))
  550. #endif /* #ifndef Tcl_SetObjResult */
  551.  
  552. #ifndef Tcl_SetResult
  553. VFUNC(void,Tcl_SetResult,V_Tcl_SetResult,_ANSI_ARGS_((Tcl_Interp * interp,
  554.                 char * str, Tcl_FreeProc * freeProc)))
  555. #endif /* #ifndef Tcl_SetResult */
  556.  
  557. #ifndef Tcl_SetStringObj
  558. VFUNC(void,Tcl_SetStringObj,V_Tcl_SetStringObj,_ANSI_ARGS_((Tcl_Obj* objPtr,
  559.                 CONST char* bytes, int length)))
  560. #endif /* #ifndef Tcl_SetStringObj */
  561.  
  562. #ifndef Tcl_SetVar
  563. VFUNC(CONST84_RETURN char *,Tcl_SetVar,V_Tcl_SetVar,_ANSI_ARGS_((Tcl_Interp * interp,
  564.                 CONST char * varName, CONST char * newValue,
  565.                 int flags)))
  566. #endif /* #ifndef Tcl_SetVar */
  567.  
  568. #ifndef Tcl_Sleep
  569. VFUNC(void,Tcl_Sleep,V_Tcl_Sleep,_ANSI_ARGS_((int ms)))
  570. #endif /* #ifndef Tcl_Sleep */
  571.  
  572. #ifndef Tcl_StringMatch
  573. VFUNC(int,Tcl_StringMatch,V_Tcl_StringMatch,_ANSI_ARGS_((CONST char * str,
  574.                 CONST char * pattern)))
  575. #endif /* #ifndef Tcl_StringMatch */
  576.  
  577. #ifndef Tcl_TranslateFileName
  578. VFUNC(char *,Tcl_TranslateFileName,V_Tcl_TranslateFileName,_ANSI_ARGS_((
  579.                 Tcl_Interp * interp, CONST char * name,
  580.                 Tcl_DString * bufferPtr)))
  581. #endif /* #ifndef Tcl_TranslateFileName */
  582.  
  583. #ifndef Tcl_UniCharIsAlpha
  584. VFUNC(int,Tcl_UniCharIsAlpha,V_Tcl_UniCharIsAlpha,_ANSI_ARGS_((int ch)))
  585. #endif /* #ifndef Tcl_UniCharIsAlpha */
  586.  
  587. #ifndef Tcl_UniCharIsSpace
  588. VFUNC(int,Tcl_UniCharIsSpace,V_Tcl_UniCharIsSpace,_ANSI_ARGS_((int ch)))
  589. #endif /* #ifndef Tcl_UniCharIsSpace */
  590.  
  591. #ifndef Tcl_UniCharIsUpper
  592. VFUNC(int,Tcl_UniCharIsUpper,V_Tcl_UniCharIsUpper,_ANSI_ARGS_((int ch)))
  593. #endif /* #ifndef Tcl_UniCharIsUpper */
  594.  
  595. #ifndef Tcl_UniCharToLower
  596. VFUNC(Tcl_UniChar,Tcl_UniCharToLower,V_Tcl_UniCharToLower,_ANSI_ARGS_((int ch)))
  597. #endif /* #ifndef Tcl_UniCharToLower */
  598.  
  599. #ifndef Tcl_UniCharToUpper
  600. VFUNC(Tcl_UniChar,Tcl_UniCharToUpper,V_Tcl_UniCharToUpper,_ANSI_ARGS_((int ch)))
  601. #endif /* #ifndef Tcl_UniCharToUpper */
  602.  
  603. #ifndef Tcl_UniCharToUtf
  604. VFUNC(int,Tcl_UniCharToUtf,V_Tcl_UniCharToUtf,_ANSI_ARGS_((int ch, char * buf)))
  605. #endif /* #ifndef Tcl_UniCharToUtf */
  606.  
  607. #ifndef Tcl_UnlinkVar
  608. VFUNC(void,Tcl_UnlinkVar,V_Tcl_UnlinkVar,_ANSI_ARGS_((Tcl_Interp * interp,
  609.                 CONST char * varName)))
  610. #endif /* #ifndef Tcl_UnlinkVar */
  611.  
  612. #ifndef Tcl_UtfAtIndex
  613. VFUNC(CONST84_RETURN char *,Tcl_UtfAtIndex,V_Tcl_UtfAtIndex,_ANSI_ARGS_((CONST char * src,
  614.                 int index)))
  615. #endif /* #ifndef Tcl_UtfAtIndex */
  616.  
  617. #ifndef Tcl_UtfCharComplete
  618. VFUNC(int,Tcl_UtfCharComplete,V_Tcl_UtfCharComplete,_ANSI_ARGS_((CONST char * src,
  619.                 int len)))
  620. #endif /* #ifndef Tcl_UtfCharComplete */
  621.  
  622. #ifndef Tcl_UtfNext
  623. VFUNC(CONST84_RETURN char *,Tcl_UtfNext,V_Tcl_UtfNext,_ANSI_ARGS_((CONST char * src)))
  624. #endif /* #ifndef Tcl_UtfNext */
  625.  
  626. #ifndef Tcl_UtfPrev
  627. VFUNC(CONST84_RETURN char *,Tcl_UtfPrev,V_Tcl_UtfPrev,_ANSI_ARGS_((CONST char * src,
  628.                 CONST char * start)))
  629. #endif /* #ifndef Tcl_UtfPrev */
  630.  
  631. #ifndef Tcl_UtfToExternal
  632. VFUNC(int,Tcl_UtfToExternal,V_Tcl_UtfToExternal,_ANSI_ARGS_((Tcl_Interp * interp,
  633.                 Tcl_Encoding encoding, CONST char * src,
  634.                 int srcLen, int flags,
  635.                 Tcl_EncodingState * statePtr, char * dst,
  636.                 int dstLen, int * srcReadPtr,
  637.                 int * dstWrotePtr, int * dstCharsPtr)))
  638. #endif /* #ifndef Tcl_UtfToExternal */
  639.  
  640. #ifndef Tcl_UtfToExternalDString
  641. VFUNC(char *,Tcl_UtfToExternalDString,V_Tcl_UtfToExternalDString,_ANSI_ARGS_((
  642.                 Tcl_Encoding encoding, CONST char * src,
  643.                 int srcLen, Tcl_DString * dsPtr)))
  644. #endif /* #ifndef Tcl_UtfToExternalDString */
  645.  
  646. #ifndef Tcl_UtfToLower
  647. VFUNC(int,Tcl_UtfToLower,V_Tcl_UtfToLower,_ANSI_ARGS_((char * src)))
  648. #endif /* #ifndef Tcl_UtfToLower */
  649.  
  650. #ifndef Tcl_UtfToUniChar
  651. VFUNC(int,Tcl_UtfToUniChar,V_Tcl_UtfToUniChar,_ANSI_ARGS_((CONST char * src,
  652.                 Tcl_UniChar * chPtr)))
  653. #endif /* #ifndef Tcl_UtfToUniChar */
  654.  
  655. #ifndef Tcl_Write
  656. VFUNC(int,Tcl_Write,V_Tcl_Write,_ANSI_ARGS_((Tcl_Channel chan,
  657.                 CONST char * s, int slen)))
  658. #endif /* #ifndef Tcl_Write */
  659.  
  660. #ifndef Tcl_WriteChars
  661. VFUNC(int,Tcl_WriteChars,V_Tcl_WriteChars,_ANSI_ARGS_((Tcl_Channel chan,
  662.                 CONST char * src, int srcLen)))
  663. #endif /* #ifndef Tcl_WriteChars */
  664.  
  665. #ifndef Tcl_WrongNumArgs
  666. VFUNC(void,Tcl_WrongNumArgs,V_Tcl_WrongNumArgs,_ANSI_ARGS_((Tcl_Interp * interp,
  667.                 int objc, Tcl_Obj *CONST objv[],
  668.                 CONST char * message)))
  669. #endif /* #ifndef Tcl_WrongNumArgs */
  670.  
  671. #endif /* _TCLDECLS */
  672.