home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.8.3.809-MSWin32-x86.msi / _764f4f93b13044d2869bdd8e15503434 < prev    next >
Encoding:
Text File  |  2004-02-02  |  19.9 KB  |  671 lines

  1. #ifdef _LANG
  2. VVAR(Tcl_CmdProc *,LangOptionCommand,V_LangOptionCommand)
  3. #ifndef LangBadFile
  4. VFUNC(void,LangBadFile,V_LangBadFile,_ANSI_ARGS_((int fd)))
  5. #endif
  6.  
  7. #ifndef LangCmpArg
  8. VFUNC(int,LangCmpArg,V_LangCmpArg,_ANSI_ARGS_((Tcl_Obj *,Tcl_Obj *)))
  9. #endif
  10.  
  11. #ifndef LangCmpOpt
  12. VFUNC(int,LangCmpOpt,V_LangCmpOpt,_ANSI_ARGS_((char *opt,char *arg,size_t length)))
  13. #endif
  14.  
  15. #ifndef LangCopyArg
  16. VFUNC(Tcl_Obj *,LangCopyArg,V_LangCopyArg,_ANSI_ARGS_((Tcl_Obj *)))
  17. #endif
  18.  
  19. #ifndef LangDoCallback
  20. VFUNC(int,LangDoCallback,V_LangDoCallback,_ANSI_ARGS_((Tcl_Interp *,LangCallback *,int result,int argc,...)))
  21. #endif
  22.  
  23. #ifndef LangDumpVec
  24. VFUNC(void,LangDumpVec,V_LangDumpVec,_ANSI_ARGS_((char *tag, int argc, Tcl_Obj **vec)))
  25. #endif
  26.  
  27. #ifndef LangEval
  28. VFUNC(int,LangEval,V_LangEval,_ANSI_ARGS_((Tcl_Interp *interp, char *cmd, int global)))
  29. #endif
  30.  
  31. #ifndef LangEventHook
  32. VFUNC(int,LangEventHook,V_LangEventHook,_ANSI_ARGS_((int flags)))
  33. #endif
  34.  
  35. #ifndef LangFreeArg
  36. VFUNC(void,LangFreeArg,V_LangFreeArg,_ANSI_ARGS_((Tcl_Obj *,Tcl_FreeProc *freeProc)))
  37. #endif
  38.  
  39. #ifndef LangFreeVar
  40. VFUNC(void,LangFreeVar,V_LangFreeVar,_ANSI_ARGS_((Var)))
  41. #endif
  42.  
  43. #ifndef LangLibraryDir
  44. VFUNC(char *,LangLibraryDir,V_LangLibraryDir,_ANSI_ARGS_((void)))
  45. #endif
  46.  
  47. #ifndef LangMergeString
  48. VFUNC(char *,LangMergeString,V_LangMergeString,_ANSI_ARGS_((int argc, Tcl_Obj **args)))
  49. #endif
  50.  
  51. #ifndef LangMethodCall
  52. VFUNC(int,LangMethodCall,V_LangMethodCall,_ANSI_ARGS_((Tcl_Interp *,Tcl_Obj *,char *,int result,int argc,...)))
  53. #endif
  54.  
  55. #ifndef LangNull
  56. VFUNC(int,LangNull,V_LangNull,_ANSI_ARGS_((Tcl_Obj *)))
  57. #endif
  58.  
  59. #ifndef LangObjArg
  60. VFUNC(Tcl_Obj *,LangObjArg,V_LangObjArg,_ANSI_ARGS_((Tcl_Obj *,char *,int)))
  61. #endif
  62.  
  63. #ifndef LangOldSetArg
  64. VFUNC(void,LangOldSetArg,V_LangOldSetArg,_ANSI_ARGS_((Tcl_Obj **,Tcl_Obj *,char *,int)))
  65. #endif
  66.  
  67. #ifndef LangRestoreResult
  68. VFUNC(void,LangRestoreResult,V_LangRestoreResult,_ANSI_ARGS_((Tcl_Interp **,LangResultSave *)))
  69. #endif
  70.  
  71. #ifndef LangSaveResult
  72. VFUNC(LangResultSave *,LangSaveResult,V_LangSaveResult,_ANSI_ARGS_((Tcl_Interp **)))
  73. #endif
  74.  
  75. #ifndef LangSaveVar
  76. VFUNC(int,LangSaveVar,V_LangSaveVar,_ANSI_ARGS_((Tcl_Interp *,Tcl_Obj *,Var *,int type)))
  77. #endif
  78.  
  79. #ifndef LangScalarResult
  80. VFUNC(Tcl_Obj *,LangScalarResult,V_LangScalarResult,_ANSI_ARGS_((Tcl_Interp *interp)))
  81. #endif
  82.  
  83. #ifndef LangSetDefault
  84. VFUNC(void,LangSetDefault,V_LangSetDefault,_ANSI_ARGS_((Tcl_Obj **,char *)))
  85. #endif
  86.  
  87. #ifndef LangSetDouble
  88. VFUNC(void,LangSetDouble,V_LangSetDouble,_ANSI_ARGS_((Tcl_Obj **,double)))
  89. #endif
  90.  
  91. #ifndef LangSetInt
  92. VFUNC(void,LangSetInt,V_LangSetInt,_ANSI_ARGS_((Tcl_Obj **,int)))
  93. #endif
  94.  
  95. #ifndef LangSetObj
  96. VFUNC(void,LangSetObj,V_LangSetObj,_ANSI_ARGS_((Tcl_Obj **,Tcl_Obj *)))
  97. #endif
  98.  
  99. #ifndef LangSetString
  100. VFUNC(void,LangSetString,V_LangSetString,_ANSI_ARGS_((Tcl_Obj **,char *)))
  101. #endif
  102.  
  103. #ifndef LangSetVar
  104. VFUNC(void,LangSetVar,V_LangSetVar,_ANSI_ARGS_((Tcl_Obj **,Var)))
  105. #endif
  106.  
  107. #ifndef LangString
  108. VFUNC(char *,LangString,V_LangString,_ANSI_ARGS_((Tcl_Obj *)))
  109. #endif
  110.  
  111. #ifndef LangStringMatch
  112. VFUNC(int,LangStringMatch,V_LangStringMatch,_ANSI_ARGS_((char *string, Tcl_Obj *match)))
  113. #endif
  114.  
  115. #ifndef Lang_BuildInImages
  116. VFUNC(void,Lang_BuildInImages,V_Lang_BuildInImages,_ANSI_ARGS_((void)))
  117. #endif
  118.  
  119. #ifndef Lang_CallWithArgs
  120. VFUNC(int,Lang_CallWithArgs,V_Lang_CallWithArgs,_ANSI_ARGS_((Tcl_Interp *interp,
  121.                     char *sub, int argc, Tcl_Obj **argv)))
  122. #endif
  123.  
  124. #ifndef Lang_CreateObject
  125. VFUNC(Tcl_Command,Lang_CreateObject,V_Lang_CreateObject,_ANSI_ARGS_((Tcl_Interp *interp,
  126.                 char *cmdName, Tcl_CmdProc *proc,
  127.                 ClientData clientData,
  128.                 Tcl_CmdDeleteProc *deleteProc)))
  129. #endif
  130.  
  131. #ifndef Lang_DeleteObject
  132. VFUNC(void,Lang_DeleteObject,V_Lang_DeleteObject,_ANSI_ARGS_((Tcl_Interp *,Tcl_Command)))
  133. #endif
  134.  
  135. #ifndef Lang_FreeRegExp
  136. VFUNC(void,Lang_FreeRegExp,V_Lang_FreeRegExp,_ANSI_ARGS_((Tcl_RegExp regexp)))
  137. #endif
  138.  
  139. #ifndef Lang_GetErrorCode
  140. VFUNC(char *,Lang_GetErrorCode,V_Lang_GetErrorCode,_ANSI_ARGS_((Tcl_Interp *interp)))
  141. #endif
  142.  
  143. #ifndef Lang_GetErrorInfo
  144. VFUNC(char *,Lang_GetErrorInfo,V_Lang_GetErrorInfo,_ANSI_ARGS_((Tcl_Interp *interp)))
  145. #endif
  146.  
  147. #ifndef Lang_GetStrInt
  148. VFUNC(int,Lang_GetStrInt,V_Lang_GetStrInt,_ANSI_ARGS_((Tcl_Interp *interp,
  149.                 char *string, int *intPtr)))
  150. #endif
  151.  
  152. #ifndef Lang_OldArgResult
  153. VFUNC(void,Lang_OldArgResult,V_Lang_OldArgResult,_ANSI_ARGS_((Tcl_Interp *,Tcl_Obj *,char *,int)))
  154. #endif
  155.  
  156. #ifndef Lang_RegExpCompile
  157. VFUNC(Tcl_RegExp,Lang_RegExpCompile,V_Lang_RegExpCompile,_ANSI_ARGS_((Tcl_Interp *interp,
  158.                 char *string, int fold)))
  159. #endif
  160.  
  161. #ifndef Lang_RegExpExec
  162. VFUNC(int,Lang_RegExpExec,V_Lang_RegExpExec,_ANSI_ARGS_((Tcl_Interp *interp,
  163.                 Tcl_RegExp regexp, char *string, char *start)))
  164. #endif
  165.  
  166. #ifndef Lang_SetBinaryResult
  167. VFUNC(void,Lang_SetBinaryResult,V_Lang_SetBinaryResult,_ANSI_ARGS_((Tcl_Interp *interp,
  168.                 char *string, int len, Tcl_FreeProc *freeProc)))
  169. #endif
  170.  
  171. #ifndef Lang_SetErrorCode
  172. VFUNC(void,Lang_SetErrorCode,V_Lang_SetErrorCode,_ANSI_ARGS_((Tcl_Interp *interp,char *code)))
  173. #endif
  174.  
  175. #ifndef Tcl_AddErrorInfo
  176. VFUNC(void,Tcl_AddErrorInfo,V_Tcl_AddErrorInfo,_ANSI_ARGS_((Tcl_Interp *interp,
  177.                 char *message)))
  178. #endif
  179.  
  180. #ifndef Tcl_AllowExceptions
  181. VFUNC(void,Tcl_AllowExceptions,V_Tcl_AllowExceptions,_ANSI_ARGS_((Tcl_Interp *interp)))
  182. #endif
  183.  
  184. #ifndef Tcl_AppendArg
  185. VFUNC(void,Tcl_AppendArg,V_Tcl_AppendArg,_ANSI_ARGS_((Tcl_Interp *interp, Tcl_Obj *)))
  186. #endif
  187.  
  188. #ifndef Tcl_AppendElement
  189. VFUNC(void,Tcl_AppendElement,V_Tcl_AppendElement,_ANSI_ARGS_((Tcl_Interp *interp,
  190.                 char *string)))
  191. #endif
  192.  
  193. #ifndef Tcl_AppendResult
  194. VFUNC(void,Tcl_AppendResult,V_Tcl_AppendResult,_ANSI_ARGS_(TCL_VARARGS(Tcl_Interp *,interp)))
  195. #endif
  196.  
  197. #ifndef Tcl_AppendStringsToObj
  198. VFUNC(void,Tcl_AppendStringsToObj,V_Tcl_AppendStringsToObj,_ANSI_ARGS_(TCL_VARARGS(Tcl_Obj *,interp)))
  199. #endif
  200.  
  201. #ifndef Tcl_BackgroundError
  202. VFUNC(void,Tcl_BackgroundError,V_Tcl_BackgroundError,_ANSI_ARGS_((Tcl_Interp *interp)))
  203. #endif
  204.  
  205. #ifndef Tcl_CallWhenDeleted
  206. VFUNC(void,Tcl_CallWhenDeleted,V_Tcl_CallWhenDeleted,_ANSI_ARGS_((Tcl_Interp *interp,
  207.                 Tcl_InterpDeleteProc *proc,
  208.                 ClientData clientData)))
  209. #endif
  210.  
  211. #ifndef Tcl_Close
  212. VFUNC(int,Tcl_Close,V_Tcl_Close,_ANSI_ARGS_((Tcl_Interp *interp,
  213.                     Tcl_Channel chan)))
  214. #endif
  215.  
  216. #ifndef Tcl_Concat
  217. VFUNC(Tcl_Obj *,Tcl_Concat,V_Tcl_Concat,_ANSI_ARGS_((int argc, Tcl_Obj **argv)))
  218. #endif
  219.  
  220. #ifndef Tcl_CreateCommand
  221. VFUNC(Tcl_Command,Tcl_CreateCommand,V_Tcl_CreateCommand,_ANSI_ARGS_((Tcl_Interp *interp,
  222.                 char *cmdName, Tcl_CmdProc *proc,
  223.                 ClientData clientData,
  224.                 Tcl_CmdDeleteProc *deleteProc)))
  225. #endif
  226.  
  227. #ifndef Tcl_CreateInterp
  228. VFUNC(Tcl_Interp *,Tcl_CreateInterp,V_Tcl_CreateInterp,_ANSI_ARGS_((void)))
  229. #endif
  230.  
  231. #ifndef Tcl_CreateObjCommand
  232. VFUNC(Tcl_Command,Tcl_CreateObjCommand,V_Tcl_CreateObjCommand,_ANSI_ARGS_((
  233.                 Tcl_Interp *interp, char *cmdName,
  234.                 Tcl_ObjCmdProc *proc, ClientData clientData,
  235.                 Tcl_CmdDeleteProc *deleteProc)))
  236. #endif
  237.  
  238. #ifndef Tcl_DStringAppend
  239. VFUNC(char *,Tcl_DStringAppend,V_Tcl_DStringAppend,_ANSI_ARGS_((Tcl_DString *dsPtr,
  240.                 char *string, int length)))
  241. #endif
  242.  
  243. #ifndef Tcl_DStringAppendElement
  244. VFUNC(char *,Tcl_DStringAppendElement,V_Tcl_DStringAppendElement,_ANSI_ARGS_((
  245.                 Tcl_DString *dsPtr, char *string)))
  246. #endif
  247.  
  248. #ifndef Tcl_DStringFree
  249. VFUNC(void,Tcl_DStringFree,V_Tcl_DStringFree,_ANSI_ARGS_((Tcl_DString *dsPtr)))
  250. #endif
  251.  
  252. #ifndef Tcl_DStringGetResult
  253. VFUNC(void,Tcl_DStringGetResult,V_Tcl_DStringGetResult,_ANSI_ARGS_((Tcl_Interp *interp,
  254.                 Tcl_DString *dsPtr)))
  255. #endif
  256.  
  257. #ifndef Tcl_DStringInit
  258. VFUNC(void,Tcl_DStringInit,V_Tcl_DStringInit,_ANSI_ARGS_((Tcl_DString *dsPtr)))
  259. #endif
  260.  
  261. #ifndef Tcl_DStringLength
  262. VFUNC(int,Tcl_DStringLength,V_Tcl_DStringLength,_ANSI_ARGS_((Tcl_DString *dsPtr)))
  263. #endif
  264.  
  265. #ifndef Tcl_DStringResult
  266. VFUNC(void,Tcl_DStringResult,V_Tcl_DStringResult,_ANSI_ARGS_((Tcl_Interp *interp,
  267.                 Tcl_DString *dsPtr)))
  268. #endif
  269.  
  270. #ifndef Tcl_DStringSetLength
  271. VFUNC(void,Tcl_DStringSetLength,V_Tcl_DStringSetLength,_ANSI_ARGS_((Tcl_DString *dsPtr,
  272.                 int length)))
  273. #endif
  274.  
  275. #ifndef Tcl_DStringValue
  276. VFUNC(char *,Tcl_DStringValue,V_Tcl_DStringValue,_ANSI_ARGS_((Tcl_DString *dsPtr)))
  277. #endif
  278.  
  279. #ifndef Tcl_DbCkfree
  280. VFUNC(void,Tcl_DbCkfree,V_Tcl_DbCkfree,_ANSI_ARGS_((char *ptr,
  281.                 char *file, int line)))
  282. #endif
  283.  
  284. #ifndef Tcl_DbDStringInit
  285. VFUNC(void,Tcl_DbDStringInit,V_Tcl_DbDStringInit,_ANSI_ARGS_((Tcl_DString *dsPtr,char *file,int line)))
  286. #endif
  287.  
  288. #ifndef Tcl_DecrRefCount
  289. VFUNC(void,Tcl_DecrRefCount,V_Tcl_DecrRefCount,_ANSI_ARGS_((Tcl_Obj *objPtr)))
  290. #endif
  291.  
  292. #ifndef Tcl_DeleteCommandFromToken
  293. VFUNC(int,Tcl_DeleteCommandFromToken,V_Tcl_DeleteCommandFromToken,_ANSI_ARGS_((
  294.                 Tcl_Interp *interp, Tcl_Command command)))
  295. #endif
  296.  
  297. #ifndef Tcl_DeleteHashEntry
  298. VFUNC(void,Tcl_DeleteHashEntry,V_Tcl_DeleteHashEntry,_ANSI_ARGS_((
  299.                 Tcl_HashEntry *entryPtr)))
  300. #endif
  301.  
  302. #ifndef Tcl_DeleteHashTable
  303. VFUNC(void,Tcl_DeleteHashTable,V_Tcl_DeleteHashTable,_ANSI_ARGS_((
  304.                 Tcl_HashTable *tablePtr)))
  305. #endif
  306.  
  307. #ifndef Tcl_DeleteInterp
  308. VFUNC(void,Tcl_DeleteInterp,V_Tcl_DeleteInterp,_ANSI_ARGS_((Tcl_Interp *interp)))
  309. #endif
  310.  
  311. #ifndef Tcl_DoubleResults
  312. VFUNC(void,Tcl_DoubleResults,V_Tcl_DoubleResults,_ANSI_ARGS_((Tcl_Interp *interp,int,int,...)))
  313. #endif
  314.  
  315. #ifndef Tcl_Eof
  316. VFUNC(int,Tcl_Eof,V_Tcl_Eof,_ANSI_ARGS_((Tcl_Channel chan)))
  317. #endif
  318.  
  319. #ifndef Tcl_EvalObj
  320. VFUNC(int,Tcl_EvalObj,V_Tcl_EvalObj,_ANSI_ARGS_((Tcl_Interp *interp,
  321.                 Tcl_Obj *objPtr)))
  322. #endif
  323.  
  324. #ifndef Tcl_EventuallyFree
  325. VFUNC(void,Tcl_EventuallyFree,V_Tcl_EventuallyFree,_ANSI_ARGS_((ClientData clientData,
  326.                 Tcl_FreeProc *freeProc)))
  327. #endif
  328.  
  329. #ifndef Tcl_FirstHashEntry
  330. VFUNC(Tcl_HashEntry *,Tcl_FirstHashEntry,V_Tcl_FirstHashEntry,_ANSI_ARGS_((
  331.                 Tcl_HashTable *tablePtr,
  332.                 Tcl_HashSearch *searchPtr)))
  333. #endif
  334.  
  335. #ifndef Tcl_GetAssocData
  336. VFUNC(ClientData,Tcl_GetAssocData,V_Tcl_GetAssocData,_ANSI_ARGS_((Tcl_Interp *interp,
  337.                             char *name, Tcl_InterpDeleteProc **procPtr)))
  338. #endif
  339.  
  340. #ifndef Tcl_GetBoolean
  341. VFUNC(int,Tcl_GetBoolean,V_Tcl_GetBoolean,_ANSI_ARGS_((Tcl_Interp *interp,
  342.                 Tcl_Obj *string, int *boolPtr)))
  343. #endif
  344.  
  345. #ifndef Tcl_GetBooleanFromObj
  346. VFUNC(int,Tcl_GetBooleanFromObj,V_Tcl_GetBooleanFromObj,_ANSI_ARGS_((
  347.                 Tcl_Interp *interp, Tcl_Obj *objPtr,
  348.                 int *boolPtr)))
  349. #endif
  350.  
  351. #ifndef Tcl_GetChannel
  352. VFUNC(Tcl_Channel,Tcl_GetChannel,V_Tcl_GetChannel,_ANSI_ARGS_((Tcl_Interp *interp,
  353.                     char *chanName, int *modePtr)))
  354. #endif
  355.  
  356. #ifndef Tcl_GetDouble
  357. VFUNC(int,Tcl_GetDouble,V_Tcl_GetDouble,_ANSI_ARGS_((Tcl_Interp *interp,
  358.                 Tcl_Obj *string, double *doublePtr)))
  359. #endif
  360.  
  361. #ifndef Tcl_GetDoubleFromObj
  362. VFUNC(int,Tcl_GetDoubleFromObj,V_Tcl_GetDoubleFromObj,_ANSI_ARGS_((
  363.                 Tcl_Interp *interp, Tcl_Obj *objPtr,
  364.                 double *doublePtr)))
  365. #endif
  366.  
  367. #ifndef Tcl_GetIndexFromObj
  368. VFUNC(int,Tcl_GetIndexFromObj,V_Tcl_GetIndexFromObj,_ANSI_ARGS_((Tcl_Interp *interp,
  369.                 Tcl_Obj *objPtr, char **tablePtr, char *msg,
  370.                 int flags, int *indexPtr)))
  371. #endif
  372.  
  373. #ifndef Tcl_GetInt
  374. VFUNC(int,Tcl_GetInt,V_Tcl_GetInt,_ANSI_ARGS_((Tcl_Interp *interp,
  375.                 Tcl_Obj *string, int *intPtr)))
  376. #endif
  377.  
  378. #ifndef Tcl_GetIntFromObj
  379. VFUNC(int,Tcl_GetIntFromObj,V_Tcl_GetIntFromObj,_ANSI_ARGS_((Tcl_Interp *interp,
  380.                 Tcl_Obj *objPtr, int *intPtr)))
  381. #endif
  382.  
  383. #ifndef Tcl_GetLongFromObj
  384. VFUNC(int,Tcl_GetLongFromObj,V_Tcl_GetLongFromObj,_ANSI_ARGS_((Tcl_Interp *interp,
  385.                 Tcl_Obj *objPtr, long *longPtr)))
  386. #endif
  387.  
  388. #ifndef Tcl_GetObjResult
  389. VFUNC(Tcl_Obj *,Tcl_GetObjResult,V_Tcl_GetObjResult,_ANSI_ARGS_((Tcl_Interp *interp)))
  390. #endif
  391.  
  392. #ifndef Tcl_GetOpenFile
  393. VFUNC(int,Tcl_GetOpenFile,V_Tcl_GetOpenFile,_ANSI_ARGS_((Tcl_Interp *interp,
  394.                 Tcl_Obj *string, int write, int checkUsage,
  395.                 ClientData *filePtr)))
  396. #endif
  397.  
  398. #ifndef Tcl_GetResult
  399. VFUNC(char *,Tcl_GetResult,V_Tcl_GetResult,_ANSI_ARGS_((Tcl_Interp *)))
  400. #endif
  401.  
  402. #ifndef Tcl_GetStringFromObj
  403. VFUNC(char *,Tcl_GetStringFromObj,V_Tcl_GetStringFromObj,_ANSI_ARGS_((Tcl_Obj *objPtr,
  404.                 int *lengthPtr)))
  405. #endif
  406.  
  407. #ifndef Tcl_GetVar
  408. VFUNC(Tcl_Obj *,Tcl_GetVar,V_Tcl_GetVar,_ANSI_ARGS_((Tcl_Interp *interp,
  409.                 Var varName, int flags)))
  410. #endif
  411.  
  412. #ifndef Tcl_GetVar2
  413. VFUNC(Tcl_Obj *,Tcl_GetVar2,V_Tcl_GetVar2,_ANSI_ARGS_((Tcl_Interp *interp,
  414.                 Var part1, char *part2, int flags)))
  415. #endif
  416.  
  417. #ifndef Tcl_HideCommand
  418. VFUNC(int,Tcl_HideCommand,V_Tcl_HideCommand,_ANSI_ARGS_((Tcl_Interp *interp,
  419.                     char *cmdName, char *hiddenCmdName)))
  420. #endif
  421.  
  422. #ifndef Tcl_IncrRefCount
  423. VFUNC(void,Tcl_IncrRefCount,V_Tcl_IncrRefCount,_ANSI_ARGS_((Tcl_Obj *objPtr)))
  424. #endif
  425.  
  426. #ifndef Tcl_InitHashTable
  427. VFUNC(void,Tcl_InitHashTable,V_Tcl_InitHashTable,_ANSI_ARGS_((Tcl_HashTable *tablePtr,
  428.                 int keyType)))
  429. #endif
  430.  
  431. #ifndef Tcl_IntResults
  432. VFUNC(void,Tcl_IntResults,V_Tcl_IntResults,_ANSI_ARGS_((Tcl_Interp *interp,int,int,...)))
  433. #endif
  434.  
  435. #ifndef Tcl_IsSafe
  436. VFUNC(int,Tcl_IsSafe,V_Tcl_IsSafe,_ANSI_ARGS_((Tcl_Interp *interp)))
  437. #endif
  438.  
  439. #ifndef Tcl_JoinPath
  440. VFUNC(char *,Tcl_JoinPath,V_Tcl_JoinPath,_ANSI_ARGS_((int argc, char **argv,
  441.                 Tcl_DString *resultPtr)))
  442. #endif
  443.  
  444. #ifndef Tcl_LinkVar
  445. VFUNC(int,Tcl_LinkVar,V_Tcl_LinkVar,_ANSI_ARGS_((Tcl_Interp *interp,
  446.                 char *varName, char *addr, int type)))
  447. #endif
  448.  
  449. #ifndef Tcl_ListObjAppendElement
  450. VFUNC(int,Tcl_ListObjAppendElement,V_Tcl_ListObjAppendElement,_ANSI_ARGS_((
  451.                 Tcl_Interp *interp, Tcl_Obj *listPtr,
  452.                 Tcl_Obj *objPtr)))
  453. #endif
  454.  
  455. #ifndef Tcl_ListObjGetElements
  456. VFUNC(int,Tcl_ListObjGetElements,V_Tcl_ListObjGetElements,_ANSI_ARGS_((
  457.                 Tcl_Interp *interp, Tcl_Obj *listPtr,
  458.                 int *objcPtr, Tcl_Obj ***objvPtr)))
  459. #endif
  460.  
  461. #ifndef Tcl_ListObjIndex
  462. VFUNC(int,Tcl_ListObjIndex,V_Tcl_ListObjIndex,_ANSI_ARGS_((Tcl_Interp *interp,
  463.                 Tcl_Obj *listPtr, int index,
  464.                 Tcl_Obj **objPtrPtr)))
  465. #endif
  466.  
  467. #ifndef Tcl_ListObjLength
  468. VFUNC(int,Tcl_ListObjLength,V_Tcl_ListObjLength,_ANSI_ARGS_((Tcl_Interp *interp,
  469.                 Tcl_Obj *listPtr, int *intPtr)))
  470. #endif
  471.  
  472. #ifndef Tcl_ListObjReplace
  473. VFUNC(int,Tcl_ListObjReplace,V_Tcl_ListObjReplace,_ANSI_ARGS_((Tcl_Interp *interp,
  474.                 Tcl_Obj *listPtr, int first, int count,
  475.                 int objc, Tcl_Obj *CONST objv[])))
  476. #endif
  477.  
  478. #ifndef Tcl_NewBooleanObj
  479. VFUNC(Tcl_Obj *,Tcl_NewBooleanObj,V_Tcl_NewBooleanObj,_ANSI_ARGS_((int boolValue)))
  480. #endif
  481.  
  482. #ifndef Tcl_NewDoubleObj
  483. VFUNC(Tcl_Obj *,Tcl_NewDoubleObj,V_Tcl_NewDoubleObj,_ANSI_ARGS_((double doubleValue)))
  484. #endif
  485.  
  486. #ifndef Tcl_NewIntObj
  487. VFUNC(Tcl_Obj *,Tcl_NewIntObj,V_Tcl_NewIntObj,_ANSI_ARGS_((int intValue)))
  488. #endif
  489.  
  490. #ifndef Tcl_NewListObj
  491. VFUNC(Tcl_Obj *,Tcl_NewListObj,V_Tcl_NewListObj,_ANSI_ARGS_((int objc,
  492.                 Tcl_Obj *CONST objv[])))
  493. #endif
  494.  
  495. #ifndef Tcl_NewLongObj
  496. VFUNC(Tcl_Obj *,Tcl_NewLongObj,V_Tcl_NewLongObj,_ANSI_ARGS_((long longValue)))
  497. #endif
  498.  
  499. #ifndef Tcl_NewObj
  500. VFUNC(Tcl_Obj *,Tcl_NewObj,V_Tcl_NewObj,_ANSI_ARGS_((void)))
  501. #endif
  502.  
  503. #ifndef Tcl_NewStringObj
  504. VFUNC(Tcl_Obj *,Tcl_NewStringObj,V_Tcl_NewStringObj,_ANSI_ARGS_((char *bytes,
  505.                 int length)))
  506. #endif
  507.  
  508. #ifndef Tcl_NextHashEntry
  509. VFUNC(Tcl_HashEntry *,Tcl_NextHashEntry,V_Tcl_NextHashEntry,_ANSI_ARGS_((
  510.                 Tcl_HashSearch *searchPtr)))
  511. #endif
  512.  
  513. #ifndef Tcl_OpenFileChannel
  514. VFUNC(Tcl_Channel,Tcl_OpenFileChannel,V_Tcl_OpenFileChannel,_ANSI_ARGS_((Tcl_Interp *interp,
  515.                     char *fileName, char *modeString,
  516.                             int permissions)))
  517. #endif
  518.  
  519. #ifndef Tcl_PosixError
  520. VFUNC(char *,Tcl_PosixError,V_Tcl_PosixError,_ANSI_ARGS_((Tcl_Interp *interp)))
  521. #endif
  522.  
  523. #ifndef Tcl_Preserve
  524. VFUNC(void,Tcl_Preserve,V_Tcl_Preserve,_ANSI_ARGS_((ClientData data)))
  525. #endif
  526.  
  527. #ifndef Tcl_Read
  528. VFUNC(int,Tcl_Read,V_Tcl_Read,_ANSI_ARGS_((Tcl_Channel chan,
  529.                     char *bufPtr, int toRead)))
  530. #endif
  531.  
  532. #ifndef Tcl_RegExpRange
  533. VFUNC(void,Tcl_RegExpRange,V_Tcl_RegExpRange,_ANSI_ARGS_((Tcl_RegExp regexp,
  534.                 int index, char **startPtr, char **endPtr)))
  535. #endif
  536.  
  537. #ifndef Tcl_Release
  538. VFUNC(void,Tcl_Release,V_Tcl_Release,_ANSI_ARGS_((ClientData clientData)))
  539. #endif
  540.  
  541. #ifndef Tcl_ResetResult
  542. VFUNC(void,Tcl_ResetResult,V_Tcl_ResetResult,_ANSI_ARGS_((Tcl_Interp *interp)))
  543. #endif
  544.  
  545. #ifndef Tcl_ResultArg
  546. VFUNC(Tcl_Obj *,Tcl_ResultArg,V_Tcl_ResultArg,_ANSI_ARGS_((Tcl_Interp *interp)))
  547. #endif
  548.  
  549. #ifndef Tcl_Seek
  550. VFUNC(int,Tcl_Seek,V_Tcl_Seek,_ANSI_ARGS_((Tcl_Channel chan,
  551.                     int offset, int mode)))
  552. #endif
  553.  
  554. #ifndef Tcl_SetAssocData
  555. VFUNC(void,Tcl_SetAssocData,V_Tcl_SetAssocData,_ANSI_ARGS_((Tcl_Interp *interp,
  556.                             char *name, Tcl_InterpDeleteProc *proc,
  557.                             ClientData clientData)))
  558. #endif
  559.  
  560. #ifndef Tcl_SetBooleanObj
  561. VFUNC(void,Tcl_SetBooleanObj,V_Tcl_SetBooleanObj,_ANSI_ARGS_((Tcl_Obj *objPtr,
  562.                 int boolValue)))
  563. #endif
  564.  
  565. #ifndef Tcl_SetChannelOption
  566. VFUNC(int,Tcl_SetChannelOption,V_Tcl_SetChannelOption,_ANSI_ARGS_((
  567.                 Tcl_Interp *interp, Tcl_Channel chan,
  568.                     char *optionName, char *newValue)))
  569. #endif
  570.  
  571. #ifndef Tcl_SetCommandInfo
  572. VFUNC(int,Tcl_SetCommandInfo,V_Tcl_SetCommandInfo,_ANSI_ARGS_((Tcl_Interp *interp,
  573.                 char *cmdName, Tcl_CmdInfo *infoPtr)))
  574. #endif
  575.  
  576. #ifndef Tcl_SetDoubleObj
  577. VFUNC(void,Tcl_SetDoubleObj,V_Tcl_SetDoubleObj,_ANSI_ARGS_((Tcl_Obj *objPtr,
  578.                 double doubleValue)))
  579. #endif
  580.  
  581. #ifndef Tcl_SetIntObj
  582. VFUNC(void,Tcl_SetIntObj,V_Tcl_SetIntObj,_ANSI_ARGS_((Tcl_Obj *objPtr,
  583.                 int intValue)))
  584. #endif
  585.  
  586. #ifndef Tcl_SetLongObj
  587. VFUNC(void,Tcl_SetLongObj,V_Tcl_SetLongObj,_ANSI_ARGS_((Tcl_Obj *objPtr,
  588.                 long longValue)))
  589. #endif
  590.  
  591. #ifndef Tcl_SetObjResult
  592. VFUNC(void,Tcl_SetObjResult,V_Tcl_SetObjResult,_ANSI_ARGS_((Tcl_Interp *interp,
  593.                 Tcl_Obj *resultObjPtr)))
  594. #endif
  595.  
  596. #ifndef Tcl_SetResult
  597. VFUNC(void,Tcl_SetResult,V_Tcl_SetResult,_ANSI_ARGS_((Tcl_Interp *interp,
  598.                 char *string, Tcl_FreeProc *freeProc)))
  599. #endif
  600.  
  601. #ifndef Tcl_SetStringObj
  602. VFUNC(void,Tcl_SetStringObj,V_Tcl_SetStringObj,_ANSI_ARGS_((Tcl_Obj *objPtr,
  603.                 char *bytes, int length)))
  604. #endif
  605.  
  606. #ifndef Tcl_SetVar
  607. VFUNC(char *,Tcl_SetVar,V_Tcl_SetVar,_ANSI_ARGS_((Tcl_Interp *interp,
  608.                 Var varName, char *newValue, int flags)))
  609. #endif
  610.  
  611. #ifndef Tcl_SetVar2
  612. VFUNC(char *,Tcl_SetVar2,V_Tcl_SetVar2,_ANSI_ARGS_((Tcl_Interp *interp,
  613.                 Var part1, char *part2, char *newValue,
  614.                 int flags)))
  615. #endif
  616.  
  617. #ifndef Tcl_SetVarArg
  618. VFUNC(char *,Tcl_SetVarArg,V_Tcl_SetVarArg,_ANSI_ARGS_((Tcl_Interp *interp,
  619.                 Var varName, Tcl_Obj *newValue, int flags)))
  620. #endif
  621.  
  622. #ifndef Tcl_SprintfResult
  623. VFUNC(void,Tcl_SprintfResult,V_Tcl_SprintfResult,_ANSI_ARGS_((Tcl_Interp *,char *,...)))
  624. #endif
  625.  
  626. #ifndef Tcl_TraceVar
  627. VFUNC(int,Tcl_TraceVar,V_Tcl_TraceVar,_ANSI_ARGS_((Tcl_Interp *interp,
  628.                 Var varName, int flags, Tcl_VarTraceProc *proc,
  629.                 ClientData clientData)))
  630. #endif
  631.  
  632. #ifndef Tcl_TraceVar2
  633. VFUNC(int,Tcl_TraceVar2,V_Tcl_TraceVar2,_ANSI_ARGS_((Tcl_Interp *interp,
  634.                 Var part1, char *part2, int flags,
  635.                 Tcl_VarTraceProc *proc, ClientData clientData)))
  636. #endif
  637.  
  638. #ifndef Tcl_TranslateFileName
  639. VFUNC(char *,Tcl_TranslateFileName,V_Tcl_TranslateFileName,_ANSI_ARGS_((Tcl_Interp *interp,
  640.                 char *name, Tcl_DString *bufferPtr)))
  641. #endif
  642.  
  643. #ifndef Tcl_UnlinkVar
  644. VFUNC(void,Tcl_UnlinkVar,V_Tcl_UnlinkVar,_ANSI_ARGS_((Tcl_Interp *interp,
  645.                 char *varName)))
  646. #endif
  647.  
  648. #ifndef Tcl_UntraceVar
  649. VFUNC(void,Tcl_UntraceVar,V_Tcl_UntraceVar,_ANSI_ARGS_((Tcl_Interp *interp,
  650.                 Var varName, int flags, Tcl_VarTraceProc *proc,
  651.                 ClientData clientData)))
  652. #endif
  653.  
  654. #ifndef Tcl_UntraceVar2
  655. VFUNC(void,Tcl_UntraceVar2,V_Tcl_UntraceVar2,_ANSI_ARGS_((Tcl_Interp *interp,
  656.                 Var part1, char *part2, int flags,
  657.                 Tcl_VarTraceProc *proc, ClientData clientData)))
  658. #endif
  659.  
  660. #ifndef Tcl_Write
  661. VFUNC(int,Tcl_Write,V_Tcl_Write,_ANSI_ARGS_((Tcl_Channel chan,
  662.                     char *s, int slen)))
  663. #endif
  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[], char *message)))
  668. #endif
  669.  
  670. #endif /* _LANG */
  671.