tclDecls.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:162k
源码类别:

通讯编程

开发平台:

Visual C++

  1.     int (*tcl_GetWideIntFromObj) _ANSI_ARGS_((Tcl_Interp * interp, Tcl_Obj * objPtr, Tcl_WideInt * widePtr)); /* 487 */
  2.     Tcl_Obj * (*tcl_NewWideIntObj) _ANSI_ARGS_((Tcl_WideInt wideValue)); /* 488 */
  3.     void (*tcl_SetWideIntObj) _ANSI_ARGS_((Tcl_Obj * objPtr, Tcl_WideInt wideValue)); /* 489 */
  4.     Tcl_StatBuf * (*tcl_AllocStatBuf) _ANSI_ARGS_((void)); /* 490 */
  5.     Tcl_WideInt (*tcl_Seek) _ANSI_ARGS_((Tcl_Channel chan, Tcl_WideInt offset, int mode)); /* 491 */
  6.     Tcl_WideInt (*tcl_Tell) _ANSI_ARGS_((Tcl_Channel chan)); /* 492 */
  7.     Tcl_DriverWideSeekProc * (*tcl_ChannelWideSeekProc) _ANSI_ARGS_((Tcl_ChannelType * chanTypePtr)); /* 493 */
  8.     void *reserved494;
  9.     void *reserved495;
  10.     void *reserved496;
  11.     void *reserved497;
  12.     void *reserved498;
  13.     void *reserved499;
  14.     void *reserved500;
  15.     void *reserved501;
  16.     void *reserved502;
  17.     void *reserved503;
  18.     void *reserved504;
  19.     void *reserved505;
  20.     void *reserved506;
  21.     void *reserved507;
  22.     void *reserved508;
  23.     void *reserved509;
  24.     void *reserved510;
  25.     void *reserved511;
  26.     void *reserved512;
  27.     void *reserved513;
  28.     void *reserved514;
  29.     void *reserved515;
  30.     void *reserved516;
  31.     void *reserved517;
  32.     void *reserved518;
  33.     void *reserved519;
  34.     void *reserved520;
  35.     void *reserved521;
  36.     void *reserved522;
  37.     void *reserved523;
  38.     void *reserved524;
  39.     void *reserved525;
  40.     void *reserved526;
  41.     void *reserved527;
  42.     void *reserved528;
  43.     void *reserved529;
  44.     void *reserved530;
  45.     void *reserved531;
  46.     void *reserved532;
  47.     void *reserved533;
  48.     void *reserved534;
  49.     void *reserved535;
  50.     void *reserved536;
  51.     void *reserved537;
  52.     void *reserved538;
  53.     void *reserved539;
  54.     void *reserved540;
  55.     void *reserved541;
  56.     void *reserved542;
  57.     void *reserved543;
  58.     void *reserved544;
  59.     void *reserved545;
  60.     void *reserved546;
  61.     void *reserved547;
  62.     void *reserved548;
  63.     void *reserved549;
  64.     void *reserved550;
  65.     void *reserved551;
  66.     void *reserved552;
  67.     void *reserved553;
  68.     Tcl_DriverThreadActionProc * (*tcl_ChannelThreadActionProc) _ANSI_ARGS_((Tcl_ChannelType * chanTypePtr)); /* 554 */
  69.     void *reserved555;
  70.     void *reserved556;
  71.     void *reserved557;
  72.     void *reserved558;
  73.     void *reserved559;
  74.     void *reserved560;
  75.     void *reserved561;
  76.     void *reserved562;
  77.     void *reserved563;
  78.     void *reserved564;
  79.     void *reserved565;
  80.     void *reserved566;
  81.     void *reserved567;
  82.     void *reserved568;
  83.     void *reserved569;
  84.     void *reserved570;
  85.     void *reserved571;
  86.     void *reserved572;
  87.     int (*tcl_PkgRequireProc) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * name, int objc, Tcl_Obj *CONST objv[], ClientData * clientDataPtr)); /* 573 */
  88. } TclStubs;
  89. #ifdef __cplusplus
  90. extern "C" {
  91. #endif
  92. extern TclStubs *tclStubsPtr;
  93. #ifdef __cplusplus
  94. }
  95. #endif
  96. #if defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS)
  97. /*
  98.  * Inline function declarations:
  99.  */
  100. #ifndef Tcl_PkgProvideEx
  101. #define Tcl_PkgProvideEx 
  102. (tclStubsPtr->tcl_PkgProvideEx) /* 0 */
  103. #endif
  104. #ifndef Tcl_PkgRequireEx
  105. #define Tcl_PkgRequireEx 
  106. (tclStubsPtr->tcl_PkgRequireEx) /* 1 */
  107. #endif
  108. #ifndef Tcl_Panic
  109. #define Tcl_Panic 
  110. (tclStubsPtr->tcl_Panic) /* 2 */
  111. #endif
  112. #ifndef Tcl_Alloc
  113. #define Tcl_Alloc 
  114. (tclStubsPtr->tcl_Alloc) /* 3 */
  115. #endif
  116. #ifndef Tcl_Free
  117. #define Tcl_Free 
  118. (tclStubsPtr->tcl_Free) /* 4 */
  119. #endif
  120. #ifndef Tcl_Realloc
  121. #define Tcl_Realloc 
  122. (tclStubsPtr->tcl_Realloc) /* 5 */
  123. #endif
  124. #ifndef Tcl_DbCkalloc
  125. #define Tcl_DbCkalloc 
  126. (tclStubsPtr->tcl_DbCkalloc) /* 6 */
  127. #endif
  128. #ifndef Tcl_DbCkfree
  129. #define Tcl_DbCkfree 
  130. (tclStubsPtr->tcl_DbCkfree) /* 7 */
  131. #endif
  132. #ifndef Tcl_DbCkrealloc
  133. #define Tcl_DbCkrealloc 
  134. (tclStubsPtr->tcl_DbCkrealloc) /* 8 */
  135. #endif
  136. #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
  137. #ifndef Tcl_CreateFileHandler
  138. #define Tcl_CreateFileHandler 
  139. (tclStubsPtr->tcl_CreateFileHandler) /* 9 */
  140. #endif
  141. #endif /* UNIX */
  142. #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
  143. #ifndef Tcl_DeleteFileHandler
  144. #define Tcl_DeleteFileHandler 
  145. (tclStubsPtr->tcl_DeleteFileHandler) /* 10 */
  146. #endif
  147. #endif /* UNIX */
  148. #ifndef Tcl_SetTimer
  149. #define Tcl_SetTimer 
  150. (tclStubsPtr->tcl_SetTimer) /* 11 */
  151. #endif
  152. #ifndef Tcl_Sleep
  153. #define Tcl_Sleep 
  154. (tclStubsPtr->tcl_Sleep) /* 12 */
  155. #endif
  156. #ifndef Tcl_WaitForEvent
  157. #define Tcl_WaitForEvent 
  158. (tclStubsPtr->tcl_WaitForEvent) /* 13 */
  159. #endif
  160. #ifndef Tcl_AppendAllObjTypes
  161. #define Tcl_AppendAllObjTypes 
  162. (tclStubsPtr->tcl_AppendAllObjTypes) /* 14 */
  163. #endif
  164. #ifndef Tcl_AppendStringsToObj
  165. #define Tcl_AppendStringsToObj 
  166. (tclStubsPtr->tcl_AppendStringsToObj) /* 15 */
  167. #endif
  168. #ifndef Tcl_AppendToObj
  169. #define Tcl_AppendToObj 
  170. (tclStubsPtr->tcl_AppendToObj) /* 16 */
  171. #endif
  172. #ifndef Tcl_ConcatObj
  173. #define Tcl_ConcatObj 
  174. (tclStubsPtr->tcl_ConcatObj) /* 17 */
  175. #endif
  176. #ifndef Tcl_ConvertToType
  177. #define Tcl_ConvertToType 
  178. (tclStubsPtr->tcl_ConvertToType) /* 18 */
  179. #endif
  180. #ifndef Tcl_DbDecrRefCount
  181. #define Tcl_DbDecrRefCount 
  182. (tclStubsPtr->tcl_DbDecrRefCount) /* 19 */
  183. #endif
  184. #ifndef Tcl_DbIncrRefCount
  185. #define Tcl_DbIncrRefCount 
  186. (tclStubsPtr->tcl_DbIncrRefCount) /* 20 */
  187. #endif
  188. #ifndef Tcl_DbIsShared
  189. #define Tcl_DbIsShared 
  190. (tclStubsPtr->tcl_DbIsShared) /* 21 */
  191. #endif
  192. #ifndef Tcl_DbNewBooleanObj
  193. #define Tcl_DbNewBooleanObj 
  194. (tclStubsPtr->tcl_DbNewBooleanObj) /* 22 */
  195. #endif
  196. #ifndef Tcl_DbNewByteArrayObj
  197. #define Tcl_DbNewByteArrayObj 
  198. (tclStubsPtr->tcl_DbNewByteArrayObj) /* 23 */
  199. #endif
  200. #ifndef Tcl_DbNewDoubleObj
  201. #define Tcl_DbNewDoubleObj 
  202. (tclStubsPtr->tcl_DbNewDoubleObj) /* 24 */
  203. #endif
  204. #ifndef Tcl_DbNewListObj
  205. #define Tcl_DbNewListObj 
  206. (tclStubsPtr->tcl_DbNewListObj) /* 25 */
  207. #endif
  208. #ifndef Tcl_DbNewLongObj
  209. #define Tcl_DbNewLongObj 
  210. (tclStubsPtr->tcl_DbNewLongObj) /* 26 */
  211. #endif
  212. #ifndef Tcl_DbNewObj
  213. #define Tcl_DbNewObj 
  214. (tclStubsPtr->tcl_DbNewObj) /* 27 */
  215. #endif
  216. #ifndef Tcl_DbNewStringObj
  217. #define Tcl_DbNewStringObj 
  218. (tclStubsPtr->tcl_DbNewStringObj) /* 28 */
  219. #endif
  220. #ifndef Tcl_DuplicateObj
  221. #define Tcl_DuplicateObj 
  222. (tclStubsPtr->tcl_DuplicateObj) /* 29 */
  223. #endif
  224. #ifndef TclFreeObj
  225. #define TclFreeObj 
  226. (tclStubsPtr->tclFreeObj) /* 30 */
  227. #endif
  228. #ifndef Tcl_GetBoolean
  229. #define Tcl_GetBoolean 
  230. (tclStubsPtr->tcl_GetBoolean) /* 31 */
  231. #endif
  232. #ifndef Tcl_GetBooleanFromObj
  233. #define Tcl_GetBooleanFromObj 
  234. (tclStubsPtr->tcl_GetBooleanFromObj) /* 32 */
  235. #endif
  236. #ifndef Tcl_GetByteArrayFromObj
  237. #define Tcl_GetByteArrayFromObj 
  238. (tclStubsPtr->tcl_GetByteArrayFromObj) /* 33 */
  239. #endif
  240. #ifndef Tcl_GetDouble
  241. #define Tcl_GetDouble 
  242. (tclStubsPtr->tcl_GetDouble) /* 34 */
  243. #endif
  244. #ifndef Tcl_GetDoubleFromObj
  245. #define Tcl_GetDoubleFromObj 
  246. (tclStubsPtr->tcl_GetDoubleFromObj) /* 35 */
  247. #endif
  248. #ifndef Tcl_GetIndexFromObj
  249. #define Tcl_GetIndexFromObj 
  250. (tclStubsPtr->tcl_GetIndexFromObj) /* 36 */
  251. #endif
  252. #ifndef Tcl_GetInt
  253. #define Tcl_GetInt 
  254. (tclStubsPtr->tcl_GetInt) /* 37 */
  255. #endif
  256. #ifndef Tcl_GetIntFromObj
  257. #define Tcl_GetIntFromObj 
  258. (tclStubsPtr->tcl_GetIntFromObj) /* 38 */
  259. #endif
  260. #ifndef Tcl_GetLongFromObj
  261. #define Tcl_GetLongFromObj 
  262. (tclStubsPtr->tcl_GetLongFromObj) /* 39 */
  263. #endif
  264. #ifndef Tcl_GetObjType
  265. #define Tcl_GetObjType 
  266. (tclStubsPtr->tcl_GetObjType) /* 40 */
  267. #endif
  268. #ifndef Tcl_GetStringFromObj
  269. #define Tcl_GetStringFromObj 
  270. (tclStubsPtr->tcl_GetStringFromObj) /* 41 */
  271. #endif
  272. #ifndef Tcl_InvalidateStringRep
  273. #define Tcl_InvalidateStringRep 
  274. (tclStubsPtr->tcl_InvalidateStringRep) /* 42 */
  275. #endif
  276. #ifndef Tcl_ListObjAppendList
  277. #define Tcl_ListObjAppendList 
  278. (tclStubsPtr->tcl_ListObjAppendList) /* 43 */
  279. #endif
  280. #ifndef Tcl_ListObjAppendElement
  281. #define Tcl_ListObjAppendElement 
  282. (tclStubsPtr->tcl_ListObjAppendElement) /* 44 */
  283. #endif
  284. #ifndef Tcl_ListObjGetElements
  285. #define Tcl_ListObjGetElements 
  286. (tclStubsPtr->tcl_ListObjGetElements) /* 45 */
  287. #endif
  288. #ifndef Tcl_ListObjIndex
  289. #define Tcl_ListObjIndex 
  290. (tclStubsPtr->tcl_ListObjIndex) /* 46 */
  291. #endif
  292. #ifndef Tcl_ListObjLength
  293. #define Tcl_ListObjLength 
  294. (tclStubsPtr->tcl_ListObjLength) /* 47 */
  295. #endif
  296. #ifndef Tcl_ListObjReplace
  297. #define Tcl_ListObjReplace 
  298. (tclStubsPtr->tcl_ListObjReplace) /* 48 */
  299. #endif
  300. #ifndef Tcl_NewBooleanObj
  301. #define Tcl_NewBooleanObj 
  302. (tclStubsPtr->tcl_NewBooleanObj) /* 49 */
  303. #endif
  304. #ifndef Tcl_NewByteArrayObj
  305. #define Tcl_NewByteArrayObj 
  306. (tclStubsPtr->tcl_NewByteArrayObj) /* 50 */
  307. #endif
  308. #ifndef Tcl_NewDoubleObj
  309. #define Tcl_NewDoubleObj 
  310. (tclStubsPtr->tcl_NewDoubleObj) /* 51 */
  311. #endif
  312. #ifndef Tcl_NewIntObj
  313. #define Tcl_NewIntObj 
  314. (tclStubsPtr->tcl_NewIntObj) /* 52 */
  315. #endif
  316. #ifndef Tcl_NewListObj
  317. #define Tcl_NewListObj 
  318. (tclStubsPtr->tcl_NewListObj) /* 53 */
  319. #endif
  320. #ifndef Tcl_NewLongObj
  321. #define Tcl_NewLongObj 
  322. (tclStubsPtr->tcl_NewLongObj) /* 54 */
  323. #endif
  324. #ifndef Tcl_NewObj
  325. #define Tcl_NewObj 
  326. (tclStubsPtr->tcl_NewObj) /* 55 */
  327. #endif
  328. #ifndef Tcl_NewStringObj
  329. #define Tcl_NewStringObj 
  330. (tclStubsPtr->tcl_NewStringObj) /* 56 */
  331. #endif
  332. #ifndef Tcl_SetBooleanObj
  333. #define Tcl_SetBooleanObj 
  334. (tclStubsPtr->tcl_SetBooleanObj) /* 57 */
  335. #endif
  336. #ifndef Tcl_SetByteArrayLength
  337. #define Tcl_SetByteArrayLength 
  338. (tclStubsPtr->tcl_SetByteArrayLength) /* 58 */
  339. #endif
  340. #ifndef Tcl_SetByteArrayObj
  341. #define Tcl_SetByteArrayObj 
  342. (tclStubsPtr->tcl_SetByteArrayObj) /* 59 */
  343. #endif
  344. #ifndef Tcl_SetDoubleObj
  345. #define Tcl_SetDoubleObj 
  346. (tclStubsPtr->tcl_SetDoubleObj) /* 60 */
  347. #endif
  348. #ifndef Tcl_SetIntObj
  349. #define Tcl_SetIntObj 
  350. (tclStubsPtr->tcl_SetIntObj) /* 61 */
  351. #endif
  352. #ifndef Tcl_SetListObj
  353. #define Tcl_SetListObj 
  354. (tclStubsPtr->tcl_SetListObj) /* 62 */
  355. #endif
  356. #ifndef Tcl_SetLongObj
  357. #define Tcl_SetLongObj 
  358. (tclStubsPtr->tcl_SetLongObj) /* 63 */
  359. #endif
  360. #ifndef Tcl_SetObjLength
  361. #define Tcl_SetObjLength 
  362. (tclStubsPtr->tcl_SetObjLength) /* 64 */
  363. #endif
  364. #ifndef Tcl_SetStringObj
  365. #define Tcl_SetStringObj 
  366. (tclStubsPtr->tcl_SetStringObj) /* 65 */
  367. #endif
  368. #ifndef Tcl_AddErrorInfo
  369. #define Tcl_AddErrorInfo 
  370. (tclStubsPtr->tcl_AddErrorInfo) /* 66 */
  371. #endif
  372. #ifndef Tcl_AddObjErrorInfo
  373. #define Tcl_AddObjErrorInfo 
  374. (tclStubsPtr->tcl_AddObjErrorInfo) /* 67 */
  375. #endif
  376. #ifndef Tcl_AllowExceptions
  377. #define Tcl_AllowExceptions 
  378. (tclStubsPtr->tcl_AllowExceptions) /* 68 */
  379. #endif
  380. #ifndef Tcl_AppendElement
  381. #define Tcl_AppendElement 
  382. (tclStubsPtr->tcl_AppendElement) /* 69 */
  383. #endif
  384. #ifndef Tcl_AppendResult
  385. #define Tcl_AppendResult 
  386. (tclStubsPtr->tcl_AppendResult) /* 70 */
  387. #endif
  388. #ifndef Tcl_AsyncCreate
  389. #define Tcl_AsyncCreate 
  390. (tclStubsPtr->tcl_AsyncCreate) /* 71 */
  391. #endif
  392. #ifndef Tcl_AsyncDelete
  393. #define Tcl_AsyncDelete 
  394. (tclStubsPtr->tcl_AsyncDelete) /* 72 */
  395. #endif
  396. #ifndef Tcl_AsyncInvoke
  397. #define Tcl_AsyncInvoke 
  398. (tclStubsPtr->tcl_AsyncInvoke) /* 73 */
  399. #endif
  400. #ifndef Tcl_AsyncMark
  401. #define Tcl_AsyncMark 
  402. (tclStubsPtr->tcl_AsyncMark) /* 74 */
  403. #endif
  404. #ifndef Tcl_AsyncReady
  405. #define Tcl_AsyncReady 
  406. (tclStubsPtr->tcl_AsyncReady) /* 75 */
  407. #endif
  408. #ifndef Tcl_BackgroundError
  409. #define Tcl_BackgroundError 
  410. (tclStubsPtr->tcl_BackgroundError) /* 76 */
  411. #endif
  412. #ifndef Tcl_Backslash
  413. #define Tcl_Backslash 
  414. (tclStubsPtr->tcl_Backslash) /* 77 */
  415. #endif
  416. #ifndef Tcl_BadChannelOption
  417. #define Tcl_BadChannelOption 
  418. (tclStubsPtr->tcl_BadChannelOption) /* 78 */
  419. #endif
  420. #ifndef Tcl_CallWhenDeleted
  421. #define Tcl_CallWhenDeleted 
  422. (tclStubsPtr->tcl_CallWhenDeleted) /* 79 */
  423. #endif
  424. #ifndef Tcl_CancelIdleCall
  425. #define Tcl_CancelIdleCall 
  426. (tclStubsPtr->tcl_CancelIdleCall) /* 80 */
  427. #endif
  428. #ifndef Tcl_Close
  429. #define Tcl_Close 
  430. (tclStubsPtr->tcl_Close) /* 81 */
  431. #endif
  432. #ifndef Tcl_CommandComplete
  433. #define Tcl_CommandComplete 
  434. (tclStubsPtr->tcl_CommandComplete) /* 82 */
  435. #endif
  436. #ifndef Tcl_Concat
  437. #define Tcl_Concat 
  438. (tclStubsPtr->tcl_Concat) /* 83 */
  439. #endif
  440. #ifndef Tcl_ConvertElement
  441. #define Tcl_ConvertElement 
  442. (tclStubsPtr->tcl_ConvertElement) /* 84 */
  443. #endif
  444. #ifndef Tcl_ConvertCountedElement
  445. #define Tcl_ConvertCountedElement 
  446. (tclStubsPtr->tcl_ConvertCountedElement) /* 85 */
  447. #endif
  448. #ifndef Tcl_CreateAlias
  449. #define Tcl_CreateAlias 
  450. (tclStubsPtr->tcl_CreateAlias) /* 86 */
  451. #endif
  452. #ifndef Tcl_CreateAliasObj
  453. #define Tcl_CreateAliasObj 
  454. (tclStubsPtr->tcl_CreateAliasObj) /* 87 */
  455. #endif
  456. #ifndef Tcl_CreateChannel
  457. #define Tcl_CreateChannel 
  458. (tclStubsPtr->tcl_CreateChannel) /* 88 */
  459. #endif
  460. #ifndef Tcl_CreateChannelHandler
  461. #define Tcl_CreateChannelHandler 
  462. (tclStubsPtr->tcl_CreateChannelHandler) /* 89 */
  463. #endif
  464. #ifndef Tcl_CreateCloseHandler
  465. #define Tcl_CreateCloseHandler 
  466. (tclStubsPtr->tcl_CreateCloseHandler) /* 90 */
  467. #endif
  468. #ifndef Tcl_CreateCommand
  469. #define Tcl_CreateCommand 
  470. (tclStubsPtr->tcl_CreateCommand) /* 91 */
  471. #endif
  472. #ifndef Tcl_CreateEventSource
  473. #define Tcl_CreateEventSource 
  474. (tclStubsPtr->tcl_CreateEventSource) /* 92 */
  475. #endif
  476. #ifndef Tcl_CreateExitHandler
  477. #define Tcl_CreateExitHandler 
  478. (tclStubsPtr->tcl_CreateExitHandler) /* 93 */
  479. #endif
  480. #ifndef Tcl_CreateInterp
  481. #define Tcl_CreateInterp 
  482. (tclStubsPtr->tcl_CreateInterp) /* 94 */
  483. #endif
  484. #ifndef Tcl_CreateMathFunc
  485. #define Tcl_CreateMathFunc 
  486. (tclStubsPtr->tcl_CreateMathFunc) /* 95 */
  487. #endif
  488. #ifndef Tcl_CreateObjCommand
  489. #define Tcl_CreateObjCommand 
  490. (tclStubsPtr->tcl_CreateObjCommand) /* 96 */
  491. #endif
  492. #ifndef Tcl_CreateSlave
  493. #define Tcl_CreateSlave 
  494. (tclStubsPtr->tcl_CreateSlave) /* 97 */
  495. #endif
  496. #ifndef Tcl_CreateTimerHandler
  497. #define Tcl_CreateTimerHandler 
  498. (tclStubsPtr->tcl_CreateTimerHandler) /* 98 */
  499. #endif
  500. #ifndef Tcl_CreateTrace
  501. #define Tcl_CreateTrace 
  502. (tclStubsPtr->tcl_CreateTrace) /* 99 */
  503. #endif
  504. #ifndef Tcl_DeleteAssocData
  505. #define Tcl_DeleteAssocData 
  506. (tclStubsPtr->tcl_DeleteAssocData) /* 100 */
  507. #endif
  508. #ifndef Tcl_DeleteChannelHandler
  509. #define Tcl_DeleteChannelHandler 
  510. (tclStubsPtr->tcl_DeleteChannelHandler) /* 101 */
  511. #endif
  512. #ifndef Tcl_DeleteCloseHandler
  513. #define Tcl_DeleteCloseHandler 
  514. (tclStubsPtr->tcl_DeleteCloseHandler) /* 102 */
  515. #endif
  516. #ifndef Tcl_DeleteCommand
  517. #define Tcl_DeleteCommand 
  518. (tclStubsPtr->tcl_DeleteCommand) /* 103 */
  519. #endif
  520. #ifndef Tcl_DeleteCommandFromToken
  521. #define Tcl_DeleteCommandFromToken 
  522. (tclStubsPtr->tcl_DeleteCommandFromToken) /* 104 */
  523. #endif
  524. #ifndef Tcl_DeleteEvents
  525. #define Tcl_DeleteEvents 
  526. (tclStubsPtr->tcl_DeleteEvents) /* 105 */
  527. #endif
  528. #ifndef Tcl_DeleteEventSource
  529. #define Tcl_DeleteEventSource 
  530. (tclStubsPtr->tcl_DeleteEventSource) /* 106 */
  531. #endif
  532. #ifndef Tcl_DeleteExitHandler
  533. #define Tcl_DeleteExitHandler 
  534. (tclStubsPtr->tcl_DeleteExitHandler) /* 107 */
  535. #endif
  536. #ifndef Tcl_DeleteHashEntry
  537. #define Tcl_DeleteHashEntry 
  538. (tclStubsPtr->tcl_DeleteHashEntry) /* 108 */
  539. #endif
  540. #ifndef Tcl_DeleteHashTable
  541. #define Tcl_DeleteHashTable 
  542. (tclStubsPtr->tcl_DeleteHashTable) /* 109 */
  543. #endif
  544. #ifndef Tcl_DeleteInterp
  545. #define Tcl_DeleteInterp 
  546. (tclStubsPtr->tcl_DeleteInterp) /* 110 */
  547. #endif
  548. #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
  549. #ifndef Tcl_DetachPids
  550. #define Tcl_DetachPids 
  551. (tclStubsPtr->tcl_DetachPids) /* 111 */
  552. #endif
  553. #endif /* UNIX */
  554. #ifdef __WIN32__
  555. #ifndef Tcl_DetachPids
  556. #define Tcl_DetachPids 
  557. (tclStubsPtr->tcl_DetachPids) /* 111 */
  558. #endif
  559. #endif /* __WIN32__ */
  560. #ifndef Tcl_DeleteTimerHandler
  561. #define Tcl_DeleteTimerHandler 
  562. (tclStubsPtr->tcl_DeleteTimerHandler) /* 112 */
  563. #endif
  564. #ifndef Tcl_DeleteTrace
  565. #define Tcl_DeleteTrace 
  566. (tclStubsPtr->tcl_DeleteTrace) /* 113 */
  567. #endif
  568. #ifndef Tcl_DontCallWhenDeleted
  569. #define Tcl_DontCallWhenDeleted 
  570. (tclStubsPtr->tcl_DontCallWhenDeleted) /* 114 */
  571. #endif
  572. #ifndef Tcl_DoOneEvent
  573. #define Tcl_DoOneEvent 
  574. (tclStubsPtr->tcl_DoOneEvent) /* 115 */
  575. #endif
  576. #ifndef Tcl_DoWhenIdle
  577. #define Tcl_DoWhenIdle 
  578. (tclStubsPtr->tcl_DoWhenIdle) /* 116 */
  579. #endif
  580. #ifndef Tcl_DStringAppend
  581. #define Tcl_DStringAppend 
  582. (tclStubsPtr->tcl_DStringAppend) /* 117 */
  583. #endif
  584. #ifndef Tcl_DStringAppendElement
  585. #define Tcl_DStringAppendElement 
  586. (tclStubsPtr->tcl_DStringAppendElement) /* 118 */
  587. #endif
  588. #ifndef Tcl_DStringEndSublist
  589. #define Tcl_DStringEndSublist 
  590. (tclStubsPtr->tcl_DStringEndSublist) /* 119 */
  591. #endif
  592. #ifndef Tcl_DStringFree
  593. #define Tcl_DStringFree 
  594. (tclStubsPtr->tcl_DStringFree) /* 120 */
  595. #endif
  596. #ifndef Tcl_DStringGetResult
  597. #define Tcl_DStringGetResult 
  598. (tclStubsPtr->tcl_DStringGetResult) /* 121 */
  599. #endif
  600. #ifndef Tcl_DStringInit
  601. #define Tcl_DStringInit 
  602. (tclStubsPtr->tcl_DStringInit) /* 122 */
  603. #endif
  604. #ifndef Tcl_DStringResult
  605. #define Tcl_DStringResult 
  606. (tclStubsPtr->tcl_DStringResult) /* 123 */
  607. #endif
  608. #ifndef Tcl_DStringSetLength
  609. #define Tcl_DStringSetLength 
  610. (tclStubsPtr->tcl_DStringSetLength) /* 124 */
  611. #endif
  612. #ifndef Tcl_DStringStartSublist
  613. #define Tcl_DStringStartSublist 
  614. (tclStubsPtr->tcl_DStringStartSublist) /* 125 */
  615. #endif
  616. #ifndef Tcl_Eof
  617. #define Tcl_Eof 
  618. (tclStubsPtr->tcl_Eof) /* 126 */
  619. #endif
  620. #ifndef Tcl_ErrnoId
  621. #define Tcl_ErrnoId 
  622. (tclStubsPtr->tcl_ErrnoId) /* 127 */
  623. #endif
  624. #ifndef Tcl_ErrnoMsg
  625. #define Tcl_ErrnoMsg 
  626. (tclStubsPtr->tcl_ErrnoMsg) /* 128 */
  627. #endif
  628. #ifndef Tcl_Eval
  629. #define Tcl_Eval 
  630. (tclStubsPtr->tcl_Eval) /* 129 */
  631. #endif
  632. #ifndef Tcl_EvalFile
  633. #define Tcl_EvalFile 
  634. (tclStubsPtr->tcl_EvalFile) /* 130 */
  635. #endif
  636. #ifndef Tcl_EvalObj
  637. #define Tcl_EvalObj 
  638. (tclStubsPtr->tcl_EvalObj) /* 131 */
  639. #endif
  640. #ifndef Tcl_EventuallyFree
  641. #define Tcl_EventuallyFree 
  642. (tclStubsPtr->tcl_EventuallyFree) /* 132 */
  643. #endif
  644. #ifndef Tcl_Exit
  645. #define Tcl_Exit 
  646. (tclStubsPtr->tcl_Exit) /* 133 */
  647. #endif
  648. #ifndef Tcl_ExposeCommand
  649. #define Tcl_ExposeCommand 
  650. (tclStubsPtr->tcl_ExposeCommand) /* 134 */
  651. #endif
  652. #ifndef Tcl_ExprBoolean
  653. #define Tcl_ExprBoolean 
  654. (tclStubsPtr->tcl_ExprBoolean) /* 135 */
  655. #endif
  656. #ifndef Tcl_ExprBooleanObj
  657. #define Tcl_ExprBooleanObj 
  658. (tclStubsPtr->tcl_ExprBooleanObj) /* 136 */
  659. #endif
  660. #ifndef Tcl_ExprDouble
  661. #define Tcl_ExprDouble 
  662. (tclStubsPtr->tcl_ExprDouble) /* 137 */
  663. #endif
  664. #ifndef Tcl_ExprDoubleObj
  665. #define Tcl_ExprDoubleObj 
  666. (tclStubsPtr->tcl_ExprDoubleObj) /* 138 */
  667. #endif
  668. #ifndef Tcl_ExprLong
  669. #define Tcl_ExprLong 
  670. (tclStubsPtr->tcl_ExprLong) /* 139 */
  671. #endif
  672. #ifndef Tcl_ExprLongObj
  673. #define Tcl_ExprLongObj 
  674. (tclStubsPtr->tcl_ExprLongObj) /* 140 */
  675. #endif
  676. #ifndef Tcl_ExprObj
  677. #define Tcl_ExprObj 
  678. (tclStubsPtr->tcl_ExprObj) /* 141 */
  679. #endif
  680. #ifndef Tcl_ExprString
  681. #define Tcl_ExprString 
  682. (tclStubsPtr->tcl_ExprString) /* 142 */
  683. #endif
  684. #ifndef Tcl_Finalize
  685. #define Tcl_Finalize 
  686. (tclStubsPtr->tcl_Finalize) /* 143 */
  687. #endif
  688. #ifndef Tcl_FindExecutable
  689. #define Tcl_FindExecutable 
  690. (tclStubsPtr->tcl_FindExecutable) /* 144 */
  691. #endif
  692. #ifndef Tcl_FirstHashEntry
  693. #define Tcl_FirstHashEntry 
  694. (tclStubsPtr->tcl_FirstHashEntry) /* 145 */
  695. #endif
  696. #ifndef Tcl_Flush
  697. #define Tcl_Flush 
  698. (tclStubsPtr->tcl_Flush) /* 146 */
  699. #endif
  700. #ifndef Tcl_FreeResult
  701. #define Tcl_FreeResult 
  702. (tclStubsPtr->tcl_FreeResult) /* 147 */
  703. #endif
  704. #ifndef Tcl_GetAlias
  705. #define Tcl_GetAlias 
  706. (tclStubsPtr->tcl_GetAlias) /* 148 */
  707. #endif
  708. #ifndef Tcl_GetAliasObj
  709. #define Tcl_GetAliasObj 
  710. (tclStubsPtr->tcl_GetAliasObj) /* 149 */
  711. #endif
  712. #ifndef Tcl_GetAssocData
  713. #define Tcl_GetAssocData 
  714. (tclStubsPtr->tcl_GetAssocData) /* 150 */
  715. #endif
  716. #ifndef Tcl_GetChannel
  717. #define Tcl_GetChannel 
  718. (tclStubsPtr->tcl_GetChannel) /* 151 */
  719. #endif
  720. #ifndef Tcl_GetChannelBufferSize
  721. #define Tcl_GetChannelBufferSize 
  722. (tclStubsPtr->tcl_GetChannelBufferSize) /* 152 */
  723. #endif
  724. #ifndef Tcl_GetChannelHandle
  725. #define Tcl_GetChannelHandle 
  726. (tclStubsPtr->tcl_GetChannelHandle) /* 153 */
  727. #endif
  728. #ifndef Tcl_GetChannelInstanceData
  729. #define Tcl_GetChannelInstanceData 
  730. (tclStubsPtr->tcl_GetChannelInstanceData) /* 154 */
  731. #endif
  732. #ifndef Tcl_GetChannelMode
  733. #define Tcl_GetChannelMode 
  734. (tclStubsPtr->tcl_GetChannelMode) /* 155 */
  735. #endif
  736. #ifndef Tcl_GetChannelName
  737. #define Tcl_GetChannelName 
  738. (tclStubsPtr->tcl_GetChannelName) /* 156 */
  739. #endif
  740. #ifndef Tcl_GetChannelOption
  741. #define Tcl_GetChannelOption 
  742. (tclStubsPtr->tcl_GetChannelOption) /* 157 */
  743. #endif
  744. #ifndef Tcl_GetChannelType
  745. #define Tcl_GetChannelType 
  746. (tclStubsPtr->tcl_GetChannelType) /* 158 */
  747. #endif
  748. #ifndef Tcl_GetCommandInfo
  749. #define Tcl_GetCommandInfo 
  750. (tclStubsPtr->tcl_GetCommandInfo) /* 159 */
  751. #endif
  752. #ifndef Tcl_GetCommandName
  753. #define Tcl_GetCommandName 
  754. (tclStubsPtr->tcl_GetCommandName) /* 160 */
  755. #endif
  756. #ifndef Tcl_GetErrno
  757. #define Tcl_GetErrno 
  758. (tclStubsPtr->tcl_GetErrno) /* 161 */
  759. #endif
  760. #ifndef Tcl_GetHostName
  761. #define Tcl_GetHostName 
  762. (tclStubsPtr->tcl_GetHostName) /* 162 */
  763. #endif
  764. #ifndef Tcl_GetInterpPath
  765. #define Tcl_GetInterpPath 
  766. (tclStubsPtr->tcl_GetInterpPath) /* 163 */
  767. #endif
  768. #ifndef Tcl_GetMaster
  769. #define Tcl_GetMaster 
  770. (tclStubsPtr->tcl_GetMaster) /* 164 */
  771. #endif
  772. #ifndef Tcl_GetNameOfExecutable
  773. #define Tcl_GetNameOfExecutable 
  774. (tclStubsPtr->tcl_GetNameOfExecutable) /* 165 */
  775. #endif
  776. #ifndef Tcl_GetObjResult
  777. #define Tcl_GetObjResult 
  778. (tclStubsPtr->tcl_GetObjResult) /* 166 */
  779. #endif
  780. #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
  781. #ifndef Tcl_GetOpenFile
  782. #define Tcl_GetOpenFile 
  783. (tclStubsPtr->tcl_GetOpenFile) /* 167 */
  784. #endif
  785. #endif /* UNIX */
  786. #ifndef Tcl_GetPathType
  787. #define Tcl_GetPathType 
  788. (tclStubsPtr->tcl_GetPathType) /* 168 */
  789. #endif
  790. #ifndef Tcl_Gets
  791. #define Tcl_Gets 
  792. (tclStubsPtr->tcl_Gets) /* 169 */
  793. #endif
  794. #ifndef Tcl_GetsObj
  795. #define Tcl_GetsObj 
  796. (tclStubsPtr->tcl_GetsObj) /* 170 */
  797. #endif
  798. #ifndef Tcl_GetServiceMode
  799. #define Tcl_GetServiceMode 
  800. (tclStubsPtr->tcl_GetServiceMode) /* 171 */
  801. #endif
  802. #ifndef Tcl_GetSlave
  803. #define Tcl_GetSlave 
  804. (tclStubsPtr->tcl_GetSlave) /* 172 */
  805. #endif
  806. #ifndef Tcl_GetStdChannel
  807. #define Tcl_GetStdChannel 
  808. (tclStubsPtr->tcl_GetStdChannel) /* 173 */
  809. #endif
  810. #ifndef Tcl_GetStringResult
  811. #define Tcl_GetStringResult 
  812. (tclStubsPtr->tcl_GetStringResult) /* 174 */
  813. #endif
  814. #ifndef Tcl_GetVar
  815. #define Tcl_GetVar 
  816. (tclStubsPtr->tcl_GetVar) /* 175 */
  817. #endif
  818. #ifndef Tcl_GetVar2
  819. #define Tcl_GetVar2 
  820. (tclStubsPtr->tcl_GetVar2) /* 176 */
  821. #endif
  822. #ifndef Tcl_GlobalEval
  823. #define Tcl_GlobalEval 
  824. (tclStubsPtr->tcl_GlobalEval) /* 177 */
  825. #endif
  826. #ifndef Tcl_GlobalEvalObj
  827. #define Tcl_GlobalEvalObj 
  828. (tclStubsPtr->tcl_GlobalEvalObj) /* 178 */
  829. #endif
  830. #ifndef Tcl_HideCommand
  831. #define Tcl_HideCommand 
  832. (tclStubsPtr->tcl_HideCommand) /* 179 */
  833. #endif
  834. #ifndef Tcl_Init
  835. #define Tcl_Init 
  836. (tclStubsPtr->tcl_Init) /* 180 */
  837. #endif
  838. #ifndef Tcl_InitHashTable
  839. #define Tcl_InitHashTable 
  840. (tclStubsPtr->tcl_InitHashTable) /* 181 */
  841. #endif
  842. #ifndef Tcl_InputBlocked
  843. #define Tcl_InputBlocked 
  844. (tclStubsPtr->tcl_InputBlocked) /* 182 */
  845. #endif
  846. #ifndef Tcl_InputBuffered
  847. #define Tcl_InputBuffered 
  848. (tclStubsPtr->tcl_InputBuffered) /* 183 */
  849. #endif
  850. #ifndef Tcl_InterpDeleted
  851. #define Tcl_InterpDeleted 
  852. (tclStubsPtr->tcl_InterpDeleted) /* 184 */
  853. #endif
  854. #ifndef Tcl_IsSafe
  855. #define Tcl_IsSafe 
  856. (tclStubsPtr->tcl_IsSafe) /* 185 */
  857. #endif
  858. #ifndef Tcl_JoinPath
  859. #define Tcl_JoinPath 
  860. (tclStubsPtr->tcl_JoinPath) /* 186 */
  861. #endif
  862. #ifndef Tcl_LinkVar
  863. #define Tcl_LinkVar 
  864. (tclStubsPtr->tcl_LinkVar) /* 187 */
  865. #endif
  866. /* Slot 188 is reserved */
  867. #ifndef Tcl_MakeFileChannel
  868. #define Tcl_MakeFileChannel 
  869. (tclStubsPtr->tcl_MakeFileChannel) /* 189 */
  870. #endif
  871. #ifndef Tcl_MakeSafe
  872. #define Tcl_MakeSafe 
  873. (tclStubsPtr->tcl_MakeSafe) /* 190 */
  874. #endif
  875. #ifndef Tcl_MakeTcpClientChannel
  876. #define Tcl_MakeTcpClientChannel 
  877. (tclStubsPtr->tcl_MakeTcpClientChannel) /* 191 */
  878. #endif
  879. #ifndef Tcl_Merge
  880. #define Tcl_Merge 
  881. (tclStubsPtr->tcl_Merge) /* 192 */
  882. #endif
  883. #ifndef Tcl_NextHashEntry
  884. #define Tcl_NextHashEntry 
  885. (tclStubsPtr->tcl_NextHashEntry) /* 193 */
  886. #endif
  887. #ifndef Tcl_NotifyChannel
  888. #define Tcl_NotifyChannel 
  889. (tclStubsPtr->tcl_NotifyChannel) /* 194 */
  890. #endif
  891. #ifndef Tcl_ObjGetVar2
  892. #define Tcl_ObjGetVar2 
  893. (tclStubsPtr->tcl_ObjGetVar2) /* 195 */
  894. #endif
  895. #ifndef Tcl_ObjSetVar2
  896. #define Tcl_ObjSetVar2 
  897. (tclStubsPtr->tcl_ObjSetVar2) /* 196 */
  898. #endif
  899. #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
  900. #ifndef Tcl_OpenCommandChannel
  901. #define Tcl_OpenCommandChannel 
  902. (tclStubsPtr->tcl_OpenCommandChannel) /* 197 */
  903. #endif
  904. #endif /* UNIX */
  905. #ifdef __WIN32__
  906. #ifndef Tcl_OpenCommandChannel
  907. #define Tcl_OpenCommandChannel 
  908. (tclStubsPtr->tcl_OpenCommandChannel) /* 197 */
  909. #endif
  910. #endif /* __WIN32__ */
  911. #ifndef Tcl_OpenFileChannel
  912. #define Tcl_OpenFileChannel 
  913. (tclStubsPtr->tcl_OpenFileChannel) /* 198 */
  914. #endif
  915. #ifndef Tcl_OpenTcpClient
  916. #define Tcl_OpenTcpClient 
  917. (tclStubsPtr->tcl_OpenTcpClient) /* 199 */
  918. #endif
  919. #ifndef Tcl_OpenTcpServer
  920. #define Tcl_OpenTcpServer 
  921. (tclStubsPtr->tcl_OpenTcpServer) /* 200 */
  922. #endif
  923. #ifndef Tcl_Preserve
  924. #define Tcl_Preserve 
  925. (tclStubsPtr->tcl_Preserve) /* 201 */
  926. #endif
  927. #ifndef Tcl_PrintDouble
  928. #define Tcl_PrintDouble 
  929. (tclStubsPtr->tcl_PrintDouble) /* 202 */
  930. #endif
  931. #ifndef Tcl_PutEnv
  932. #define Tcl_PutEnv 
  933. (tclStubsPtr->tcl_PutEnv) /* 203 */
  934. #endif
  935. #ifndef Tcl_PosixError
  936. #define Tcl_PosixError 
  937. (tclStubsPtr->tcl_PosixError) /* 204 */
  938. #endif
  939. #ifndef Tcl_QueueEvent
  940. #define Tcl_QueueEvent 
  941. (tclStubsPtr->tcl_QueueEvent) /* 205 */
  942. #endif
  943. #ifndef Tcl_Read
  944. #define Tcl_Read 
  945. (tclStubsPtr->tcl_Read) /* 206 */
  946. #endif
  947. #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
  948. #ifndef Tcl_ReapDetachedProcs
  949. #define Tcl_ReapDetachedProcs 
  950. (tclStubsPtr->tcl_ReapDetachedProcs) /* 207 */
  951. #endif
  952. #endif /* UNIX */
  953. #ifdef __WIN32__
  954. #ifndef Tcl_ReapDetachedProcs
  955. #define Tcl_ReapDetachedProcs 
  956. (tclStubsPtr->tcl_ReapDetachedProcs) /* 207 */
  957. #endif
  958. #endif /* __WIN32__ */
  959. #ifndef Tcl_RecordAndEval
  960. #define Tcl_RecordAndEval 
  961. (tclStubsPtr->tcl_RecordAndEval) /* 208 */
  962. #endif
  963. #ifndef Tcl_RecordAndEvalObj
  964. #define Tcl_RecordAndEvalObj 
  965. (tclStubsPtr->tcl_RecordAndEvalObj) /* 209 */
  966. #endif
  967. #ifndef Tcl_RegisterChannel
  968. #define Tcl_RegisterChannel 
  969. (tclStubsPtr->tcl_RegisterChannel) /* 210 */
  970. #endif
  971. #ifndef Tcl_RegisterObjType
  972. #define Tcl_RegisterObjType 
  973. (tclStubsPtr->tcl_RegisterObjType) /* 211 */
  974. #endif
  975. #ifndef Tcl_RegExpCompile
  976. #define Tcl_RegExpCompile 
  977. (tclStubsPtr->tcl_RegExpCompile) /* 212 */
  978. #endif
  979. #ifndef Tcl_RegExpExec
  980. #define Tcl_RegExpExec 
  981. (tclStubsPtr->tcl_RegExpExec) /* 213 */
  982. #endif
  983. #ifndef Tcl_RegExpMatch
  984. #define Tcl_RegExpMatch 
  985. (tclStubsPtr->tcl_RegExpMatch) /* 214 */
  986. #endif
  987. #ifndef Tcl_RegExpRange
  988. #define Tcl_RegExpRange 
  989. (tclStubsPtr->tcl_RegExpRange) /* 215 */
  990. #endif
  991. #ifndef Tcl_Release
  992. #define Tcl_Release 
  993. (tclStubsPtr->tcl_Release) /* 216 */
  994. #endif
  995. #ifndef Tcl_ResetResult
  996. #define Tcl_ResetResult 
  997. (tclStubsPtr->tcl_ResetResult) /* 217 */
  998. #endif
  999. #ifndef Tcl_ScanElement
  1000. #define Tcl_ScanElement 
  1001. (tclStubsPtr->tcl_ScanElement) /* 218 */
  1002. #endif
  1003. #ifndef Tcl_ScanCountedElement
  1004. #define Tcl_ScanCountedElement 
  1005. (tclStubsPtr->tcl_ScanCountedElement) /* 219 */
  1006. #endif
  1007. #ifndef Tcl_SeekOld
  1008. #define Tcl_SeekOld 
  1009. (tclStubsPtr->tcl_SeekOld) /* 220 */
  1010. #endif
  1011. #ifndef Tcl_ServiceAll
  1012. #define Tcl_ServiceAll 
  1013. (tclStubsPtr->tcl_ServiceAll) /* 221 */
  1014. #endif
  1015. #ifndef Tcl_ServiceEvent
  1016. #define Tcl_ServiceEvent 
  1017. (tclStubsPtr->tcl_ServiceEvent) /* 222 */
  1018. #endif
  1019. #ifndef Tcl_SetAssocData
  1020. #define Tcl_SetAssocData 
  1021. (tclStubsPtr->tcl_SetAssocData) /* 223 */
  1022. #endif
  1023. #ifndef Tcl_SetChannelBufferSize
  1024. #define Tcl_SetChannelBufferSize 
  1025. (tclStubsPtr->tcl_SetChannelBufferSize) /* 224 */
  1026. #endif
  1027. #ifndef Tcl_SetChannelOption
  1028. #define Tcl_SetChannelOption 
  1029. (tclStubsPtr->tcl_SetChannelOption) /* 225 */
  1030. #endif
  1031. #ifndef Tcl_SetCommandInfo
  1032. #define Tcl_SetCommandInfo 
  1033. (tclStubsPtr->tcl_SetCommandInfo) /* 226 */
  1034. #endif
  1035. #ifndef Tcl_SetErrno
  1036. #define Tcl_SetErrno 
  1037. (tclStubsPtr->tcl_SetErrno) /* 227 */
  1038. #endif
  1039. #ifndef Tcl_SetErrorCode
  1040. #define Tcl_SetErrorCode 
  1041. (tclStubsPtr->tcl_SetErrorCode) /* 228 */
  1042. #endif
  1043. #ifndef Tcl_SetMaxBlockTime
  1044. #define Tcl_SetMaxBlockTime 
  1045. (tclStubsPtr->tcl_SetMaxBlockTime) /* 229 */
  1046. #endif
  1047. #ifndef Tcl_SetPanicProc
  1048. #define Tcl_SetPanicProc 
  1049. (tclStubsPtr->tcl_SetPanicProc) /* 230 */
  1050. #endif
  1051. #ifndef Tcl_SetRecursionLimit
  1052. #define Tcl_SetRecursionLimit 
  1053. (tclStubsPtr->tcl_SetRecursionLimit) /* 231 */
  1054. #endif
  1055. #ifndef Tcl_SetResult
  1056. #define Tcl_SetResult 
  1057. (tclStubsPtr->tcl_SetResult) /* 232 */
  1058. #endif
  1059. #ifndef Tcl_SetServiceMode
  1060. #define Tcl_SetServiceMode 
  1061. (tclStubsPtr->tcl_SetServiceMode) /* 233 */
  1062. #endif
  1063. #ifndef Tcl_SetObjErrorCode
  1064. #define Tcl_SetObjErrorCode 
  1065. (tclStubsPtr->tcl_SetObjErrorCode) /* 234 */
  1066. #endif
  1067. #ifndef Tcl_SetObjResult
  1068. #define Tcl_SetObjResult 
  1069. (tclStubsPtr->tcl_SetObjResult) /* 235 */
  1070. #endif
  1071. #ifndef Tcl_SetStdChannel
  1072. #define Tcl_SetStdChannel 
  1073. (tclStubsPtr->tcl_SetStdChannel) /* 236 */
  1074. #endif
  1075. #ifndef Tcl_SetVar
  1076. #define Tcl_SetVar 
  1077. (tclStubsPtr->tcl_SetVar) /* 237 */
  1078. #endif
  1079. #ifndef Tcl_SetVar2
  1080. #define Tcl_SetVar2 
  1081. (tclStubsPtr->tcl_SetVar2) /* 238 */
  1082. #endif
  1083. #ifndef Tcl_SignalId
  1084. #define Tcl_SignalId 
  1085. (tclStubsPtr->tcl_SignalId) /* 239 */
  1086. #endif
  1087. #ifndef Tcl_SignalMsg
  1088. #define Tcl_SignalMsg 
  1089. (tclStubsPtr->tcl_SignalMsg) /* 240 */
  1090. #endif
  1091. #ifndef Tcl_SourceRCFile
  1092. #define Tcl_SourceRCFile 
  1093. (tclStubsPtr->tcl_SourceRCFile) /* 241 */
  1094. #endif
  1095. #ifndef Tcl_SplitList
  1096. #define Tcl_SplitList 
  1097. (tclStubsPtr->tcl_SplitList) /* 242 */
  1098. #endif
  1099. #ifndef Tcl_SplitPath
  1100. #define Tcl_SplitPath 
  1101. (tclStubsPtr->tcl_SplitPath) /* 243 */
  1102. #endif
  1103. #ifndef Tcl_StaticPackage
  1104. #define Tcl_StaticPackage 
  1105. (tclStubsPtr->tcl_StaticPackage) /* 244 */
  1106. #endif
  1107. #ifndef Tcl_StringMatch
  1108. #define Tcl_StringMatch 
  1109. (tclStubsPtr->tcl_StringMatch) /* 245 */
  1110. #endif
  1111. #ifndef Tcl_TellOld
  1112. #define Tcl_TellOld 
  1113. (tclStubsPtr->tcl_TellOld) /* 246 */
  1114. #endif
  1115. #ifndef Tcl_TraceVar
  1116. #define Tcl_TraceVar 
  1117. (tclStubsPtr->tcl_TraceVar) /* 247 */
  1118. #endif
  1119. #ifndef Tcl_TraceVar2
  1120. #define Tcl_TraceVar2 
  1121. (tclStubsPtr->tcl_TraceVar2) /* 248 */
  1122. #endif
  1123. #ifndef Tcl_TranslateFileName
  1124. #define Tcl_TranslateFileName 
  1125. (tclStubsPtr->tcl_TranslateFileName) /* 249 */
  1126. #endif
  1127. #ifndef Tcl_Ungets
  1128. #define Tcl_Ungets 
  1129. (tclStubsPtr->tcl_Ungets) /* 250 */
  1130. #endif
  1131. #ifndef Tcl_UnlinkVar
  1132. #define Tcl_UnlinkVar 
  1133. (tclStubsPtr->tcl_UnlinkVar) /* 251 */
  1134. #endif
  1135. #ifndef Tcl_UnregisterChannel
  1136. #define Tcl_UnregisterChannel 
  1137. (tclStubsPtr->tcl_UnregisterChannel) /* 252 */
  1138. #endif
  1139. #ifndef Tcl_UnsetVar
  1140. #define Tcl_UnsetVar 
  1141. (tclStubsPtr->tcl_UnsetVar) /* 253 */
  1142. #endif
  1143. #ifndef Tcl_UnsetVar2
  1144. #define Tcl_UnsetVar2 
  1145. (tclStubsPtr->tcl_UnsetVar2) /* 254 */
  1146. #endif
  1147. #ifndef Tcl_UntraceVar
  1148. #define Tcl_UntraceVar 
  1149. (tclStubsPtr->tcl_UntraceVar) /* 255 */
  1150. #endif
  1151. #ifndef Tcl_UntraceVar2
  1152. #define Tcl_UntraceVar2 
  1153. (tclStubsPtr->tcl_UntraceVar2) /* 256 */
  1154. #endif
  1155. #ifndef Tcl_UpdateLinkedVar
  1156. #define Tcl_UpdateLinkedVar 
  1157. (tclStubsPtr->tcl_UpdateLinkedVar) /* 257 */
  1158. #endif
  1159. #ifndef Tcl_UpVar
  1160. #define Tcl_UpVar 
  1161. (tclStubsPtr->tcl_UpVar) /* 258 */
  1162. #endif
  1163. #ifndef Tcl_UpVar2
  1164. #define Tcl_UpVar2 
  1165. (tclStubsPtr->tcl_UpVar2) /* 259 */
  1166. #endif
  1167. #ifndef Tcl_VarEval
  1168. #define Tcl_VarEval 
  1169. (tclStubsPtr->tcl_VarEval) /* 260 */
  1170. #endif
  1171. #ifndef Tcl_VarTraceInfo
  1172. #define Tcl_VarTraceInfo 
  1173. (tclStubsPtr->tcl_VarTraceInfo) /* 261 */
  1174. #endif
  1175. #ifndef Tcl_VarTraceInfo2
  1176. #define Tcl_VarTraceInfo2 
  1177. (tclStubsPtr->tcl_VarTraceInfo2) /* 262 */
  1178. #endif
  1179. #ifndef Tcl_Write
  1180. #define Tcl_Write 
  1181. (tclStubsPtr->tcl_Write) /* 263 */
  1182. #endif
  1183. #ifndef Tcl_WrongNumArgs
  1184. #define Tcl_WrongNumArgs 
  1185. (tclStubsPtr->tcl_WrongNumArgs) /* 264 */
  1186. #endif
  1187. #ifndef Tcl_DumpActiveMemory
  1188. #define Tcl_DumpActiveMemory 
  1189. (tclStubsPtr->tcl_DumpActiveMemory) /* 265 */
  1190. #endif
  1191. #ifndef Tcl_ValidateAllMemory
  1192. #define Tcl_ValidateAllMemory 
  1193. (tclStubsPtr->tcl_ValidateAllMemory) /* 266 */
  1194. #endif
  1195. #ifndef Tcl_AppendResultVA
  1196. #define Tcl_AppendResultVA 
  1197. (tclStubsPtr->tcl_AppendResultVA) /* 267 */
  1198. #endif
  1199. #ifndef Tcl_AppendStringsToObjVA
  1200. #define Tcl_AppendStringsToObjVA 
  1201. (tclStubsPtr->tcl_AppendStringsToObjVA) /* 268 */
  1202. #endif
  1203. #ifndef Tcl_HashStats
  1204. #define Tcl_HashStats 
  1205. (tclStubsPtr->tcl_HashStats) /* 269 */
  1206. #endif
  1207. #ifndef Tcl_ParseVar
  1208. #define Tcl_ParseVar 
  1209. (tclStubsPtr->tcl_ParseVar) /* 270 */
  1210. #endif
  1211. #ifndef Tcl_PkgPresent
  1212. #define Tcl_PkgPresent 
  1213. (tclStubsPtr->tcl_PkgPresent) /* 271 */
  1214. #endif
  1215. #ifndef Tcl_PkgPresentEx
  1216. #define Tcl_PkgPresentEx 
  1217. (tclStubsPtr->tcl_PkgPresentEx) /* 272 */
  1218. #endif
  1219. #ifndef Tcl_PkgProvide
  1220. #define Tcl_PkgProvide 
  1221. (tclStubsPtr->tcl_PkgProvide) /* 273 */
  1222. #endif
  1223. #ifndef Tcl_PkgRequire
  1224. #define Tcl_PkgRequire 
  1225. (tclStubsPtr->tcl_PkgRequire) /* 274 */
  1226. #endif
  1227. #ifndef Tcl_SetErrorCodeVA
  1228. #define Tcl_SetErrorCodeVA 
  1229. (tclStubsPtr->tcl_SetErrorCodeVA) /* 275 */
  1230. #endif
  1231. #ifndef Tcl_VarEvalVA
  1232. #define Tcl_VarEvalVA 
  1233. (tclStubsPtr->tcl_VarEvalVA) /* 276 */
  1234. #endif
  1235. #ifndef Tcl_WaitPid
  1236. #define Tcl_WaitPid 
  1237. (tclStubsPtr->tcl_WaitPid) /* 277 */
  1238. #endif
  1239. #ifndef Tcl_PanicVA
  1240. #define Tcl_PanicVA 
  1241. (tclStubsPtr->tcl_PanicVA) /* 278 */
  1242. #endif
  1243. #ifndef Tcl_GetVersion
  1244. #define Tcl_GetVersion 
  1245. (tclStubsPtr->tcl_GetVersion) /* 279 */
  1246. #endif
  1247. #ifndef Tcl_InitMemory
  1248. #define Tcl_InitMemory 
  1249. (tclStubsPtr->tcl_InitMemory) /* 280 */
  1250. #endif
  1251. #ifndef Tcl_StackChannel
  1252. #define Tcl_StackChannel 
  1253. (tclStubsPtr->tcl_StackChannel) /* 281 */
  1254. #endif
  1255. #ifndef Tcl_UnstackChannel
  1256. #define Tcl_UnstackChannel 
  1257. (tclStubsPtr->tcl_UnstackChannel) /* 282 */
  1258. #endif
  1259. #ifndef Tcl_GetStackedChannel
  1260. #define Tcl_GetStackedChannel 
  1261. (tclStubsPtr->tcl_GetStackedChannel) /* 283 */
  1262. #endif
  1263. #ifndef Tcl_SetMainLoop
  1264. #define Tcl_SetMainLoop 
  1265. (tclStubsPtr->tcl_SetMainLoop) /* 284 */
  1266. #endif
  1267. /* Slot 285 is reserved */
  1268. #ifndef Tcl_AppendObjToObj
  1269. #define Tcl_AppendObjToObj 
  1270. (tclStubsPtr->tcl_AppendObjToObj) /* 286 */
  1271. #endif
  1272. #ifndef Tcl_CreateEncoding
  1273. #define Tcl_CreateEncoding 
  1274. (tclStubsPtr->tcl_CreateEncoding) /* 287 */
  1275. #endif
  1276. #ifndef Tcl_CreateThreadExitHandler
  1277. #define Tcl_CreateThreadExitHandler 
  1278. (tclStubsPtr->tcl_CreateThreadExitHandler) /* 288 */
  1279. #endif
  1280. #ifndef Tcl_DeleteThreadExitHandler
  1281. #define Tcl_DeleteThreadExitHandler 
  1282. (tclStubsPtr->tcl_DeleteThreadExitHandler) /* 289 */
  1283. #endif
  1284. #ifndef Tcl_DiscardResult
  1285. #define Tcl_DiscardResult 
  1286. (tclStubsPtr->tcl_DiscardResult) /* 290 */
  1287. #endif
  1288. #ifndef Tcl_EvalEx
  1289. #define Tcl_EvalEx 
  1290. (tclStubsPtr->tcl_EvalEx) /* 291 */
  1291. #endif
  1292. #ifndef Tcl_EvalObjv
  1293. #define Tcl_EvalObjv 
  1294. (tclStubsPtr->tcl_EvalObjv) /* 292 */
  1295. #endif
  1296. #ifndef Tcl_EvalObjEx
  1297. #define Tcl_EvalObjEx 
  1298. (tclStubsPtr->tcl_EvalObjEx) /* 293 */
  1299. #endif
  1300. #ifndef Tcl_ExitThread
  1301. #define Tcl_ExitThread 
  1302. (tclStubsPtr->tcl_ExitThread) /* 294 */
  1303. #endif
  1304. #ifndef Tcl_ExternalToUtf
  1305. #define Tcl_ExternalToUtf 
  1306. (tclStubsPtr->tcl_ExternalToUtf) /* 295 */
  1307. #endif
  1308. #ifndef Tcl_ExternalToUtfDString
  1309. #define Tcl_ExternalToUtfDString 
  1310. (tclStubsPtr->tcl_ExternalToUtfDString) /* 296 */
  1311. #endif
  1312. #ifndef Tcl_FinalizeThread
  1313. #define Tcl_FinalizeThread 
  1314. (tclStubsPtr->tcl_FinalizeThread) /* 297 */
  1315. #endif
  1316. #ifndef Tcl_FinalizeNotifier
  1317. #define Tcl_FinalizeNotifier 
  1318. (tclStubsPtr->tcl_FinalizeNotifier) /* 298 */
  1319. #endif
  1320. #ifndef Tcl_FreeEncoding
  1321. #define Tcl_FreeEncoding 
  1322. (tclStubsPtr->tcl_FreeEncoding) /* 299 */
  1323. #endif
  1324. #ifndef Tcl_GetCurrentThread
  1325. #define Tcl_GetCurrentThread 
  1326. (tclStubsPtr->tcl_GetCurrentThread) /* 300 */
  1327. #endif
  1328. #ifndef Tcl_GetEncoding
  1329. #define Tcl_GetEncoding 
  1330. (tclStubsPtr->tcl_GetEncoding) /* 301 */
  1331. #endif
  1332. #ifndef Tcl_GetEncodingName
  1333. #define Tcl_GetEncodingName 
  1334. (tclStubsPtr->tcl_GetEncodingName) /* 302 */
  1335. #endif
  1336. #ifndef Tcl_GetEncodingNames
  1337. #define Tcl_GetEncodingNames 
  1338. (tclStubsPtr->tcl_GetEncodingNames) /* 303 */
  1339. #endif
  1340. #ifndef Tcl_GetIndexFromObjStruct
  1341. #define Tcl_GetIndexFromObjStruct 
  1342. (tclStubsPtr->tcl_GetIndexFromObjStruct) /* 304 */
  1343. #endif
  1344. #ifndef Tcl_GetThreadData
  1345. #define Tcl_GetThreadData 
  1346. (tclStubsPtr->tcl_GetThreadData) /* 305 */
  1347. #endif
  1348. #ifndef Tcl_GetVar2Ex
  1349. #define Tcl_GetVar2Ex 
  1350. (tclStubsPtr->tcl_GetVar2Ex) /* 306 */
  1351. #endif
  1352. #ifndef Tcl_InitNotifier
  1353. #define Tcl_InitNotifier 
  1354. (tclStubsPtr->tcl_InitNotifier) /* 307 */
  1355. #endif
  1356. #ifndef Tcl_MutexLock
  1357. #define Tcl_MutexLock 
  1358. (tclStubsPtr->tcl_MutexLock) /* 308 */
  1359. #endif
  1360. #ifndef Tcl_MutexUnlock
  1361. #define Tcl_MutexUnlock 
  1362. (tclStubsPtr->tcl_MutexUnlock) /* 309 */
  1363. #endif
  1364. #ifndef Tcl_ConditionNotify
  1365. #define Tcl_ConditionNotify 
  1366. (tclStubsPtr->tcl_ConditionNotify) /* 310 */
  1367. #endif
  1368. #ifndef Tcl_ConditionWait
  1369. #define Tcl_ConditionWait 
  1370. (tclStubsPtr->tcl_ConditionWait) /* 311 */
  1371. #endif
  1372. #ifndef Tcl_NumUtfChars
  1373. #define Tcl_NumUtfChars 
  1374. (tclStubsPtr->tcl_NumUtfChars) /* 312 */
  1375. #endif
  1376. #ifndef Tcl_ReadChars
  1377. #define Tcl_ReadChars 
  1378. (tclStubsPtr->tcl_ReadChars) /* 313 */
  1379. #endif
  1380. #ifndef Tcl_RestoreResult
  1381. #define Tcl_RestoreResult 
  1382. (tclStubsPtr->tcl_RestoreResult) /* 314 */
  1383. #endif
  1384. #ifndef Tcl_SaveResult
  1385. #define Tcl_SaveResult 
  1386. (tclStubsPtr->tcl_SaveResult) /* 315 */
  1387. #endif
  1388. #ifndef Tcl_SetSystemEncoding
  1389. #define Tcl_SetSystemEncoding 
  1390. (tclStubsPtr->tcl_SetSystemEncoding) /* 316 */
  1391. #endif
  1392. #ifndef Tcl_SetVar2Ex
  1393. #define Tcl_SetVar2Ex 
  1394. (tclStubsPtr->tcl_SetVar2Ex) /* 317 */
  1395. #endif
  1396. #ifndef Tcl_ThreadAlert
  1397. #define Tcl_ThreadAlert 
  1398. (tclStubsPtr->tcl_ThreadAlert) /* 318 */
  1399. #endif
  1400. #ifndef Tcl_ThreadQueueEvent
  1401. #define Tcl_ThreadQueueEvent 
  1402. (tclStubsPtr->tcl_ThreadQueueEvent) /* 319 */
  1403. #endif
  1404. #ifndef Tcl_UniCharAtIndex
  1405. #define Tcl_UniCharAtIndex 
  1406. (tclStubsPtr->tcl_UniCharAtIndex) /* 320 */
  1407. #endif
  1408. #ifndef Tcl_UniCharToLower
  1409. #define Tcl_UniCharToLower 
  1410. (tclStubsPtr->tcl_UniCharToLower) /* 321 */
  1411. #endif
  1412. #ifndef Tcl_UniCharToTitle
  1413. #define Tcl_UniCharToTitle 
  1414. (tclStubsPtr->tcl_UniCharToTitle) /* 322 */
  1415. #endif
  1416. #ifndef Tcl_UniCharToUpper
  1417. #define Tcl_UniCharToUpper 
  1418. (tclStubsPtr->tcl_UniCharToUpper) /* 323 */
  1419. #endif
  1420. #ifndef Tcl_UniCharToUtf
  1421. #define Tcl_UniCharToUtf 
  1422. (tclStubsPtr->tcl_UniCharToUtf) /* 324 */
  1423. #endif
  1424. #ifndef Tcl_UtfAtIndex
  1425. #define Tcl_UtfAtIndex 
  1426. (tclStubsPtr->tcl_UtfAtIndex) /* 325 */
  1427. #endif
  1428. #ifndef Tcl_UtfCharComplete
  1429. #define Tcl_UtfCharComplete 
  1430. (tclStubsPtr->tcl_UtfCharComplete) /* 326 */
  1431. #endif
  1432. #ifndef Tcl_UtfBackslash
  1433. #define Tcl_UtfBackslash 
  1434. (tclStubsPtr->tcl_UtfBackslash) /* 327 */
  1435. #endif
  1436. #ifndef Tcl_UtfFindFirst
  1437. #define Tcl_UtfFindFirst 
  1438. (tclStubsPtr->tcl_UtfFindFirst) /* 328 */
  1439. #endif
  1440. #ifndef Tcl_UtfFindLast
  1441. #define Tcl_UtfFindLast 
  1442. (tclStubsPtr->tcl_UtfFindLast) /* 329 */
  1443. #endif
  1444. #ifndef Tcl_UtfNext
  1445. #define Tcl_UtfNext 
  1446. (tclStubsPtr->tcl_UtfNext) /* 330 */
  1447. #endif
  1448. #ifndef Tcl_UtfPrev
  1449. #define Tcl_UtfPrev 
  1450. (tclStubsPtr->tcl_UtfPrev) /* 331 */
  1451. #endif
  1452. #ifndef Tcl_UtfToExternal
  1453. #define Tcl_UtfToExternal 
  1454. (tclStubsPtr->tcl_UtfToExternal) /* 332 */
  1455. #endif
  1456. #ifndef Tcl_UtfToExternalDString
  1457. #define Tcl_UtfToExternalDString 
  1458. (tclStubsPtr->tcl_UtfToExternalDString) /* 333 */
  1459. #endif
  1460. #ifndef Tcl_UtfToLower
  1461. #define Tcl_UtfToLower 
  1462. (tclStubsPtr->tcl_UtfToLower) /* 334 */
  1463. #endif
  1464. #ifndef Tcl_UtfToTitle
  1465. #define Tcl_UtfToTitle 
  1466. (tclStubsPtr->tcl_UtfToTitle) /* 335 */
  1467. #endif
  1468. #ifndef Tcl_UtfToUniChar
  1469. #define Tcl_UtfToUniChar 
  1470. (tclStubsPtr->tcl_UtfToUniChar) /* 336 */
  1471. #endif
  1472. #ifndef Tcl_UtfToUpper
  1473. #define Tcl_UtfToUpper 
  1474. (tclStubsPtr->tcl_UtfToUpper) /* 337 */
  1475. #endif
  1476. #ifndef Tcl_WriteChars
  1477. #define Tcl_WriteChars 
  1478. (tclStubsPtr->tcl_WriteChars) /* 338 */
  1479. #endif
  1480. #ifndef Tcl_WriteObj
  1481. #define Tcl_WriteObj 
  1482. (tclStubsPtr->tcl_WriteObj) /* 339 */
  1483. #endif
  1484. #ifndef Tcl_GetString
  1485. #define Tcl_GetString 
  1486. (tclStubsPtr->tcl_GetString) /* 340 */
  1487. #endif
  1488. #ifndef Tcl_GetDefaultEncodingDir
  1489. #define Tcl_GetDefaultEncodingDir 
  1490. (tclStubsPtr->tcl_GetDefaultEncodingDir) /* 341 */
  1491. #endif
  1492. #ifndef Tcl_SetDefaultEncodingDir
  1493. #define Tcl_SetDefaultEncodingDir 
  1494. (tclStubsPtr->tcl_SetDefaultEncodingDir) /* 342 */
  1495. #endif
  1496. #ifndef Tcl_AlertNotifier
  1497. #define Tcl_AlertNotifier 
  1498. (tclStubsPtr->tcl_AlertNotifier) /* 343 */
  1499. #endif
  1500. #ifndef Tcl_ServiceModeHook
  1501. #define Tcl_ServiceModeHook 
  1502. (tclStubsPtr->tcl_ServiceModeHook) /* 344 */
  1503. #endif
  1504. #ifndef Tcl_UniCharIsAlnum
  1505. #define Tcl_UniCharIsAlnum 
  1506. (tclStubsPtr->tcl_UniCharIsAlnum) /* 345 */
  1507. #endif
  1508. #ifndef Tcl_UniCharIsAlpha
  1509. #define Tcl_UniCharIsAlpha 
  1510. (tclStubsPtr->tcl_UniCharIsAlpha) /* 346 */
  1511. #endif
  1512. #ifndef Tcl_UniCharIsDigit
  1513. #define Tcl_UniCharIsDigit 
  1514. (tclStubsPtr->tcl_UniCharIsDigit) /* 347 */
  1515. #endif
  1516. #ifndef Tcl_UniCharIsLower
  1517. #define Tcl_UniCharIsLower 
  1518. (tclStubsPtr->tcl_UniCharIsLower) /* 348 */
  1519. #endif
  1520. #ifndef Tcl_UniCharIsSpace
  1521. #define Tcl_UniCharIsSpace 
  1522. (tclStubsPtr->tcl_UniCharIsSpace) /* 349 */
  1523. #endif
  1524. #ifndef Tcl_UniCharIsUpper
  1525. #define Tcl_UniCharIsUpper 
  1526. (tclStubsPtr->tcl_UniCharIsUpper) /* 350 */
  1527. #endif
  1528. #ifndef Tcl_UniCharIsWordChar
  1529. #define Tcl_UniCharIsWordChar 
  1530. (tclStubsPtr->tcl_UniCharIsWordChar) /* 351 */
  1531. #endif
  1532. #ifndef Tcl_UniCharLen
  1533. #define Tcl_UniCharLen 
  1534. (tclStubsPtr->tcl_UniCharLen) /* 352 */
  1535. #endif
  1536. #ifndef Tcl_UniCharNcmp
  1537. #define Tcl_UniCharNcmp 
  1538. (tclStubsPtr->tcl_UniCharNcmp) /* 353 */
  1539. #endif
  1540. #ifndef Tcl_UniCharToUtfDString
  1541. #define Tcl_UniCharToUtfDString 
  1542. (tclStubsPtr->tcl_UniCharToUtfDString) /* 354 */
  1543. #endif
  1544. #ifndef Tcl_UtfToUniCharDString
  1545. #define Tcl_UtfToUniCharDString 
  1546. (tclStubsPtr->tcl_UtfToUniCharDString) /* 355 */
  1547. #endif
  1548. #ifndef Tcl_GetRegExpFromObj
  1549. #define Tcl_GetRegExpFromObj 
  1550. (tclStubsPtr->tcl_GetRegExpFromObj) /* 356 */
  1551. #endif
  1552. #ifndef Tcl_EvalTokens
  1553. #define Tcl_EvalTokens 
  1554. (tclStubsPtr->tcl_EvalTokens) /* 357 */
  1555. #endif
  1556. #ifndef Tcl_FreeParse
  1557. #define Tcl_FreeParse 
  1558. (tclStubsPtr->tcl_FreeParse) /* 358 */
  1559. #endif
  1560. #ifndef Tcl_LogCommandInfo
  1561. #define Tcl_LogCommandInfo 
  1562. (tclStubsPtr->tcl_LogCommandInfo) /* 359 */
  1563. #endif
  1564. #ifndef Tcl_ParseBraces
  1565. #define Tcl_ParseBraces 
  1566. (tclStubsPtr->tcl_ParseBraces) /* 360 */
  1567. #endif
  1568. #ifndef Tcl_ParseCommand
  1569. #define Tcl_ParseCommand 
  1570. (tclStubsPtr->tcl_ParseCommand) /* 361 */
  1571. #endif
  1572. #ifndef Tcl_ParseExpr
  1573. #define Tcl_ParseExpr 
  1574. (tclStubsPtr->tcl_ParseExpr) /* 362 */
  1575. #endif
  1576. #ifndef Tcl_ParseQuotedString
  1577. #define Tcl_ParseQuotedString 
  1578. (tclStubsPtr->tcl_ParseQuotedString) /* 363 */
  1579. #endif
  1580. #ifndef Tcl_ParseVarName
  1581. #define Tcl_ParseVarName 
  1582. (tclStubsPtr->tcl_ParseVarName) /* 364 */
  1583. #endif
  1584. #ifndef Tcl_GetCwd
  1585. #define Tcl_GetCwd 
  1586. (tclStubsPtr->tcl_GetCwd) /* 365 */
  1587. #endif
  1588. #ifndef Tcl_Chdir
  1589. #define Tcl_Chdir 
  1590. (tclStubsPtr->tcl_Chdir) /* 366 */
  1591. #endif
  1592. #ifndef Tcl_Access
  1593. #define Tcl_Access 
  1594. (tclStubsPtr->tcl_Access) /* 367 */
  1595. #endif
  1596. #ifndef Tcl_Stat
  1597. #define Tcl_Stat 
  1598. (tclStubsPtr->tcl_Stat) /* 368 */
  1599. #endif
  1600. #ifndef Tcl_UtfNcmp
  1601. #define Tcl_UtfNcmp 
  1602. (tclStubsPtr->tcl_UtfNcmp) /* 369 */
  1603. #endif
  1604. #ifndef Tcl_UtfNcasecmp
  1605. #define Tcl_UtfNcasecmp 
  1606. (tclStubsPtr->tcl_UtfNcasecmp) /* 370 */
  1607. #endif
  1608. #ifndef Tcl_StringCaseMatch
  1609. #define Tcl_StringCaseMatch 
  1610. (tclStubsPtr->tcl_StringCaseMatch) /* 371 */
  1611. #endif
  1612. #ifndef Tcl_UniCharIsControl
  1613. #define Tcl_UniCharIsControl 
  1614. (tclStubsPtr->tcl_UniCharIsControl) /* 372 */
  1615. #endif
  1616. #ifndef Tcl_UniCharIsGraph
  1617. #define Tcl_UniCharIsGraph 
  1618. (tclStubsPtr->tcl_UniCharIsGraph) /* 373 */
  1619. #endif
  1620. #ifndef Tcl_UniCharIsPrint
  1621. #define Tcl_UniCharIsPrint 
  1622. (tclStubsPtr->tcl_UniCharIsPrint) /* 374 */
  1623. #endif
  1624. #ifndef Tcl_UniCharIsPunct
  1625. #define Tcl_UniCharIsPunct 
  1626. (tclStubsPtr->tcl_UniCharIsPunct) /* 375 */
  1627. #endif
  1628. #ifndef Tcl_RegExpExecObj
  1629. #define Tcl_RegExpExecObj 
  1630. (tclStubsPtr->tcl_RegExpExecObj) /* 376 */
  1631. #endif
  1632. #ifndef Tcl_RegExpGetInfo
  1633. #define Tcl_RegExpGetInfo 
  1634. (tclStubsPtr->tcl_RegExpGetInfo) /* 377 */
  1635. #endif
  1636. #ifndef Tcl_NewUnicodeObj
  1637. #define Tcl_NewUnicodeObj 
  1638. (tclStubsPtr->tcl_NewUnicodeObj) /* 378 */
  1639. #endif
  1640. #ifndef Tcl_SetUnicodeObj
  1641. #define Tcl_SetUnicodeObj 
  1642. (tclStubsPtr->tcl_SetUnicodeObj) /* 379 */
  1643. #endif
  1644. #ifndef Tcl_GetCharLength
  1645. #define Tcl_GetCharLength 
  1646. (tclStubsPtr->tcl_GetCharLength) /* 380 */
  1647. #endif
  1648. #ifndef Tcl_GetUniChar
  1649. #define Tcl_GetUniChar 
  1650. (tclStubsPtr->tcl_GetUniChar) /* 381 */
  1651. #endif
  1652. #ifndef Tcl_GetUnicode
  1653. #define Tcl_GetUnicode 
  1654. (tclStubsPtr->tcl_GetUnicode) /* 382 */
  1655. #endif
  1656. #ifndef Tcl_GetRange
  1657. #define Tcl_GetRange 
  1658. (tclStubsPtr->tcl_GetRange) /* 383 */
  1659. #endif
  1660. #ifndef Tcl_AppendUnicodeToObj
  1661. #define Tcl_AppendUnicodeToObj 
  1662. (tclStubsPtr->tcl_AppendUnicodeToObj) /* 384 */
  1663. #endif
  1664. #ifndef Tcl_RegExpMatchObj
  1665. #define Tcl_RegExpMatchObj 
  1666. (tclStubsPtr->tcl_RegExpMatchObj) /* 385 */
  1667. #endif
  1668. #ifndef Tcl_SetNotifier
  1669. #define Tcl_SetNotifier 
  1670. (tclStubsPtr->tcl_SetNotifier) /* 386 */
  1671. #endif
  1672. #ifndef Tcl_GetAllocMutex
  1673. #define Tcl_GetAllocMutex 
  1674. (tclStubsPtr->tcl_GetAllocMutex) /* 387 */
  1675. #endif
  1676. #ifndef Tcl_GetChannelNames
  1677. #define Tcl_GetChannelNames 
  1678. (tclStubsPtr->tcl_GetChannelNames) /* 388 */
  1679. #endif
  1680. #ifndef Tcl_GetChannelNamesEx
  1681. #define Tcl_GetChannelNamesEx 
  1682. (tclStubsPtr->tcl_GetChannelNamesEx) /* 389 */
  1683. #endif
  1684. #ifndef Tcl_ProcObjCmd
  1685. #define Tcl_ProcObjCmd 
  1686. (tclStubsPtr->tcl_ProcObjCmd) /* 390 */
  1687. #endif
  1688. #ifndef Tcl_ConditionFinalize
  1689. #define Tcl_ConditionFinalize 
  1690. (tclStubsPtr->tcl_ConditionFinalize) /* 391 */
  1691. #endif
  1692. #ifndef Tcl_MutexFinalize
  1693. #define Tcl_MutexFinalize 
  1694. (tclStubsPtr->tcl_MutexFinalize) /* 392 */
  1695. #endif
  1696. #ifndef Tcl_CreateThread
  1697. #define Tcl_CreateThread 
  1698. (tclStubsPtr->tcl_CreateThread) /* 393 */
  1699. #endif
  1700. #ifndef Tcl_ReadRaw
  1701. #define Tcl_ReadRaw 
  1702. (tclStubsPtr->tcl_ReadRaw) /* 394 */
  1703. #endif
  1704. #ifndef Tcl_WriteRaw
  1705. #define Tcl_WriteRaw 
  1706. (tclStubsPtr->tcl_WriteRaw) /* 395 */
  1707. #endif
  1708. #ifndef Tcl_GetTopChannel
  1709. #define Tcl_GetTopChannel 
  1710. (tclStubsPtr->tcl_GetTopChannel) /* 396 */
  1711. #endif
  1712. #ifndef Tcl_ChannelBuffered
  1713. #define Tcl_ChannelBuffered 
  1714. (tclStubsPtr->tcl_ChannelBuffered) /* 397 */
  1715. #endif
  1716. #ifndef Tcl_ChannelName
  1717. #define Tcl_ChannelName 
  1718. (tclStubsPtr->tcl_ChannelName) /* 398 */
  1719. #endif
  1720. #ifndef Tcl_ChannelVersion
  1721. #define Tcl_ChannelVersion 
  1722. (tclStubsPtr->tcl_ChannelVersion) /* 399 */
  1723. #endif
  1724. #ifndef Tcl_ChannelBlockModeProc
  1725. #define Tcl_ChannelBlockModeProc 
  1726. (tclStubsPtr->tcl_ChannelBlockModeProc) /* 400 */
  1727. #endif
  1728. #ifndef Tcl_ChannelCloseProc
  1729. #define Tcl_ChannelCloseProc 
  1730. (tclStubsPtr->tcl_ChannelCloseProc) /* 401 */
  1731. #endif
  1732. #ifndef Tcl_ChannelClose2Proc
  1733. #define Tcl_ChannelClose2Proc 
  1734. (tclStubsPtr->tcl_ChannelClose2Proc) /* 402 */
  1735. #endif
  1736. #ifndef Tcl_ChannelInputProc
  1737. #define Tcl_ChannelInputProc 
  1738. (tclStubsPtr->tcl_ChannelInputProc) /* 403 */
  1739. #endif
  1740. #ifndef Tcl_ChannelOutputProc
  1741. #define Tcl_ChannelOutputProc 
  1742. (tclStubsPtr->tcl_ChannelOutputProc) /* 404 */
  1743. #endif
  1744. #ifndef Tcl_ChannelSeekProc
  1745. #define Tcl_ChannelSeekProc 
  1746. (tclStubsPtr->tcl_ChannelSeekProc) /* 405 */
  1747. #endif
  1748. #ifndef Tcl_ChannelSetOptionProc
  1749. #define Tcl_ChannelSetOptionProc 
  1750. (tclStubsPtr->tcl_ChannelSetOptionProc) /* 406 */
  1751. #endif
  1752. #ifndef Tcl_ChannelGetOptionProc
  1753. #define Tcl_ChannelGetOptionProc 
  1754. (tclStubsPtr->tcl_ChannelGetOptionProc) /* 407 */
  1755. #endif
  1756. #ifndef Tcl_ChannelWatchProc
  1757. #define Tcl_ChannelWatchProc 
  1758. (tclStubsPtr->tcl_ChannelWatchProc) /* 408 */
  1759. #endif
  1760. #ifndef Tcl_ChannelGetHandleProc
  1761. #define Tcl_ChannelGetHandleProc 
  1762. (tclStubsPtr->tcl_ChannelGetHandleProc) /* 409 */
  1763. #endif
  1764. #ifndef Tcl_ChannelFlushProc
  1765. #define Tcl_ChannelFlushProc 
  1766. (tclStubsPtr->tcl_ChannelFlushProc) /* 410 */
  1767. #endif
  1768. #ifndef Tcl_ChannelHandlerProc
  1769. #define Tcl_ChannelHandlerProc 
  1770. (tclStubsPtr->tcl_ChannelHandlerProc) /* 411 */
  1771. #endif
  1772. #ifndef Tcl_JoinThread
  1773. #define Tcl_JoinThread 
  1774. (tclStubsPtr->tcl_JoinThread) /* 412 */
  1775. #endif
  1776. #ifndef Tcl_IsChannelShared
  1777. #define Tcl_IsChannelShared 
  1778. (tclStubsPtr->tcl_IsChannelShared) /* 413 */
  1779. #endif
  1780. #ifndef Tcl_IsChannelRegistered
  1781. #define Tcl_IsChannelRegistered 
  1782. (tclStubsPtr->tcl_IsChannelRegistered) /* 414 */
  1783. #endif
  1784. #ifndef Tcl_CutChannel
  1785. #define Tcl_CutChannel 
  1786. (tclStubsPtr->tcl_CutChannel) /* 415 */
  1787. #endif
  1788. #ifndef Tcl_SpliceChannel
  1789. #define Tcl_SpliceChannel 
  1790. (tclStubsPtr->tcl_SpliceChannel) /* 416 */
  1791. #endif
  1792. #ifndef Tcl_ClearChannelHandlers
  1793. #define Tcl_ClearChannelHandlers 
  1794. (tclStubsPtr->tcl_ClearChannelHandlers) /* 417 */
  1795. #endif
  1796. #ifndef Tcl_IsChannelExisting
  1797. #define Tcl_IsChannelExisting 
  1798. (tclStubsPtr->tcl_IsChannelExisting) /* 418 */
  1799. #endif
  1800. #ifndef Tcl_UniCharNcasecmp
  1801. #define Tcl_UniCharNcasecmp 
  1802. (tclStubsPtr->tcl_UniCharNcasecmp) /* 419 */
  1803. #endif
  1804. #ifndef Tcl_UniCharCaseMatch
  1805. #define Tcl_UniCharCaseMatch 
  1806. (tclStubsPtr->tcl_UniCharCaseMatch) /* 420 */
  1807. #endif
  1808. #ifndef Tcl_FindHashEntry
  1809. #define Tcl_FindHashEntry 
  1810. (tclStubsPtr->tcl_FindHashEntry) /* 421 */
  1811. #endif
  1812. #ifndef Tcl_CreateHashEntry
  1813. #define Tcl_CreateHashEntry 
  1814. (tclStubsPtr->tcl_CreateHashEntry) /* 422 */
  1815. #endif
  1816. #ifndef Tcl_InitCustomHashTable
  1817. #define Tcl_InitCustomHashTable 
  1818. (tclStubsPtr->tcl_InitCustomHashTable) /* 423 */
  1819. #endif
  1820. #ifndef Tcl_InitObjHashTable
  1821. #define Tcl_InitObjHashTable 
  1822. (tclStubsPtr->tcl_InitObjHashTable) /* 424 */
  1823. #endif
  1824. #ifndef Tcl_CommandTraceInfo
  1825. #define Tcl_CommandTraceInfo 
  1826. (tclStubsPtr->tcl_CommandTraceInfo) /* 425 */
  1827. #endif
  1828. #ifndef Tcl_TraceCommand
  1829. #define Tcl_TraceCommand 
  1830. (tclStubsPtr->tcl_TraceCommand) /* 426 */
  1831. #endif
  1832. #ifndef Tcl_UntraceCommand
  1833. #define Tcl_UntraceCommand 
  1834. (tclStubsPtr->tcl_UntraceCommand) /* 427 */
  1835. #endif
  1836. #ifndef Tcl_AttemptAlloc
  1837. #define Tcl_AttemptAlloc 
  1838. (tclStubsPtr->tcl_AttemptAlloc) /* 428 */
  1839. #endif
  1840. #ifndef Tcl_AttemptDbCkalloc
  1841. #define Tcl_AttemptDbCkalloc 
  1842. (tclStubsPtr->tcl_AttemptDbCkalloc) /* 429 */
  1843. #endif
  1844. #ifndef Tcl_AttemptRealloc
  1845. #define Tcl_AttemptRealloc 
  1846. (tclStubsPtr->tcl_AttemptRealloc) /* 430 */
  1847. #endif
  1848. #ifndef Tcl_AttemptDbCkrealloc
  1849. #define Tcl_AttemptDbCkrealloc 
  1850. (tclStubsPtr->tcl_AttemptDbCkrealloc) /* 431 */
  1851. #endif
  1852. #ifndef Tcl_AttemptSetObjLength
  1853. #define Tcl_AttemptSetObjLength 
  1854. (tclStubsPtr->tcl_AttemptSetObjLength) /* 432 */
  1855. #endif
  1856. #ifndef Tcl_GetChannelThread
  1857. #define Tcl_GetChannelThread 
  1858. (tclStubsPtr->tcl_GetChannelThread) /* 433 */
  1859. #endif
  1860. #ifndef Tcl_GetUnicodeFromObj
  1861. #define Tcl_GetUnicodeFromObj 
  1862. (tclStubsPtr->tcl_GetUnicodeFromObj) /* 434 */
  1863. #endif
  1864. #ifndef Tcl_GetMathFuncInfo
  1865. #define Tcl_GetMathFuncInfo 
  1866. (tclStubsPtr->tcl_GetMathFuncInfo) /* 435 */
  1867. #endif
  1868. #ifndef Tcl_ListMathFuncs
  1869. #define Tcl_ListMathFuncs 
  1870. (tclStubsPtr->tcl_ListMathFuncs) /* 436 */
  1871. #endif
  1872. #ifndef Tcl_SubstObj
  1873. #define Tcl_SubstObj 
  1874. (tclStubsPtr->tcl_SubstObj) /* 437 */
  1875. #endif
  1876. #ifndef Tcl_DetachChannel
  1877. #define Tcl_DetachChannel 
  1878. (tclStubsPtr->tcl_DetachChannel) /* 438 */
  1879. #endif
  1880. #ifndef Tcl_IsStandardChannel
  1881. #define Tcl_IsStandardChannel 
  1882. (tclStubsPtr->tcl_IsStandardChannel) /* 439 */
  1883. #endif
  1884. #ifndef Tcl_FSCopyFile
  1885. #define Tcl_FSCopyFile 
  1886. (tclStubsPtr->tcl_FSCopyFile) /* 440 */
  1887. #endif
  1888. #ifndef Tcl_FSCopyDirectory
  1889. #define Tcl_FSCopyDirectory 
  1890. (tclStubsPtr->tcl_FSCopyDirectory) /* 441 */
  1891. #endif
  1892. #ifndef Tcl_FSCreateDirectory
  1893. #define Tcl_FSCreateDirectory 
  1894. (tclStubsPtr->tcl_FSCreateDirectory) /* 442 */
  1895. #endif
  1896. #ifndef Tcl_FSDeleteFile
  1897. #define Tcl_FSDeleteFile 
  1898. (tclStubsPtr->tcl_FSDeleteFile) /* 443 */
  1899. #endif
  1900. #ifndef Tcl_FSLoadFile
  1901. #define Tcl_FSLoadFile 
  1902. (tclStubsPtr->tcl_FSLoadFile) /* 444 */
  1903. #endif
  1904. #ifndef Tcl_FSMatchInDirectory
  1905. #define Tcl_FSMatchInDirectory 
  1906. (tclStubsPtr->tcl_FSMatchInDirectory) /* 445 */
  1907. #endif
  1908. #ifndef Tcl_FSLink
  1909. #define Tcl_FSLink 
  1910. (tclStubsPtr->tcl_FSLink) /* 446 */
  1911. #endif
  1912. #ifndef Tcl_FSRemoveDirectory
  1913. #define Tcl_FSRemoveDirectory 
  1914. (tclStubsPtr->tcl_FSRemoveDirectory) /* 447 */
  1915. #endif
  1916. #ifndef Tcl_FSRenameFile
  1917. #define Tcl_FSRenameFile 
  1918. (tclStubsPtr->tcl_FSRenameFile) /* 448 */
  1919. #endif
  1920. #ifndef Tcl_FSLstat
  1921. #define Tcl_FSLstat 
  1922. (tclStubsPtr->tcl_FSLstat) /* 449 */
  1923. #endif
  1924. #ifndef Tcl_FSUtime
  1925. #define Tcl_FSUtime 
  1926. (tclStubsPtr->tcl_FSUtime) /* 450 */
  1927. #endif
  1928. #ifndef Tcl_FSFileAttrsGet
  1929. #define Tcl_FSFileAttrsGet 
  1930. (tclStubsPtr->tcl_FSFileAttrsGet) /* 451 */
  1931. #endif
  1932. #ifndef Tcl_FSFileAttrsSet
  1933. #define Tcl_FSFileAttrsSet 
  1934. (tclStubsPtr->tcl_FSFileAttrsSet) /* 452 */
  1935. #endif
  1936. #ifndef Tcl_FSFileAttrStrings
  1937. #define Tcl_FSFileAttrStrings 
  1938. (tclStubsPtr->tcl_FSFileAttrStrings) /* 453 */
  1939. #endif
  1940. #ifndef Tcl_FSStat
  1941. #define Tcl_FSStat 
  1942. (tclStubsPtr->tcl_FSStat) /* 454 */
  1943. #endif
  1944. #ifndef Tcl_FSAccess
  1945. #define Tcl_FSAccess 
  1946. (tclStubsPtr->tcl_FSAccess) /* 455 */
  1947. #endif
  1948. #ifndef Tcl_FSOpenFileChannel
  1949. #define Tcl_FSOpenFileChannel 
  1950. (tclStubsPtr->tcl_FSOpenFileChannel) /* 456 */
  1951. #endif
  1952. #ifndef Tcl_FSGetCwd
  1953. #define Tcl_FSGetCwd 
  1954. (tclStubsPtr->tcl_FSGetCwd) /* 457 */
  1955. #endif
  1956. #ifndef Tcl_FSChdir
  1957. #define Tcl_FSChdir 
  1958. (tclStubsPtr->tcl_FSChdir) /* 458 */
  1959. #endif
  1960. #ifndef Tcl_FSConvertToPathType
  1961. #define Tcl_FSConvertToPathType 
  1962. (tclStubsPtr->tcl_FSConvertToPathType) /* 459 */
  1963. #endif
  1964. #ifndef Tcl_FSJoinPath
  1965. #define Tcl_FSJoinPath 
  1966. (tclStubsPtr->tcl_FSJoinPath) /* 460 */
  1967. #endif
  1968. #ifndef Tcl_FSSplitPath
  1969. #define Tcl_FSSplitPath 
  1970. (tclStubsPtr->tcl_FSSplitPath) /* 461 */
  1971. #endif
  1972. #ifndef Tcl_FSEqualPaths
  1973. #define Tcl_FSEqualPaths 
  1974. (tclStubsPtr->tcl_FSEqualPaths) /* 462 */
  1975. #endif
  1976. #ifndef Tcl_FSGetNormalizedPath
  1977. #define Tcl_FSGetNormalizedPath 
  1978. (tclStubsPtr->tcl_FSGetNormalizedPath) /* 463 */
  1979. #endif
  1980. #ifndef Tcl_FSJoinToPath
  1981. #define Tcl_FSJoinToPath 
  1982. (tclStubsPtr->tcl_FSJoinToPath) /* 464 */
  1983. #endif
  1984. #ifndef Tcl_FSGetInternalRep
  1985. #define Tcl_FSGetInternalRep 
  1986. (tclStubsPtr->tcl_FSGetInternalRep) /* 465 */
  1987. #endif
  1988. #ifndef Tcl_FSGetTranslatedPath
  1989. #define Tcl_FSGetTranslatedPath 
  1990. (tclStubsPtr->tcl_FSGetTranslatedPath) /* 466 */
  1991. #endif
  1992. #ifndef Tcl_FSEvalFile
  1993. #define Tcl_FSEvalFile 
  1994. (tclStubsPtr->tcl_FSEvalFile) /* 467 */
  1995. #endif
  1996. #ifndef Tcl_FSNewNativePath
  1997. #define Tcl_FSNewNativePath 
  1998. (tclStubsPtr->tcl_FSNewNativePath) /* 468 */
  1999. #endif
  2000. #ifndef Tcl_FSGetNativePath
  2001. #define Tcl_FSGetNativePath 
  2002. (tclStubsPtr->tcl_FSGetNativePath) /* 469 */
  2003. #endif
  2004. #ifndef Tcl_FSFileSystemInfo
  2005. #define Tcl_FSFileSystemInfo 
  2006. (tclStubsPtr->tcl_FSFileSystemInfo) /* 470 */
  2007. #endif
  2008. #ifndef Tcl_FSPathSeparator
  2009. #define Tcl_FSPathSeparator 
  2010. (tclStubsPtr->tcl_FSPathSeparator) /* 471 */
  2011. #endif
  2012. #ifndef Tcl_FSListVolumes
  2013. #define Tcl_FSListVolumes 
  2014. (tclStubsPtr->tcl_FSListVolumes) /* 472 */
  2015. #endif
  2016. #ifndef Tcl_FSRegister
  2017. #define Tcl_FSRegister 
  2018. (tclStubsPtr->tcl_FSRegister) /* 473 */
  2019. #endif
  2020. #ifndef Tcl_FSUnregister
  2021. #define Tcl_FSUnregister 
  2022. (tclStubsPtr->tcl_FSUnregister) /* 474 */
  2023. #endif
  2024. #ifndef Tcl_FSData
  2025. #define Tcl_FSData 
  2026. (tclStubsPtr->tcl_FSData) /* 475 */
  2027. #endif
  2028. #ifndef Tcl_FSGetTranslatedStringPath
  2029. #define Tcl_FSGetTranslatedStringPath 
  2030. (tclStubsPtr->tcl_FSGetTranslatedStringPath) /* 476 */
  2031. #endif
  2032. #ifndef Tcl_FSGetFileSystemForPath
  2033. #define Tcl_FSGetFileSystemForPath 
  2034. (tclStubsPtr->tcl_FSGetFileSystemForPath) /* 477 */
  2035. #endif
  2036. #ifndef Tcl_FSGetPathType
  2037. #define Tcl_FSGetPathType 
  2038. (tclStubsPtr->tcl_FSGetPathType) /* 478 */
  2039. #endif
  2040. #ifndef Tcl_OutputBuffered
  2041. #define Tcl_OutputBuffered 
  2042. (tclStubsPtr->tcl_OutputBuffered) /* 479 */
  2043. #endif
  2044. #ifndef Tcl_FSMountsChanged
  2045. #define Tcl_FSMountsChanged 
  2046. (tclStubsPtr->tcl_FSMountsChanged) /* 480 */
  2047. #endif
  2048. #ifndef Tcl_EvalTokensStandard
  2049. #define Tcl_EvalTokensStandard 
  2050. (tclStubsPtr->tcl_EvalTokensStandard) /* 481 */
  2051. #endif
  2052. #ifndef Tcl_GetTime
  2053. #define Tcl_GetTime 
  2054. (tclStubsPtr->tcl_GetTime) /* 482 */
  2055. #endif
  2056. #ifndef Tcl_CreateObjTrace
  2057. #define Tcl_CreateObjTrace 
  2058. (tclStubsPtr->tcl_CreateObjTrace) /* 483 */
  2059. #endif
  2060. #ifndef Tcl_GetCommandInfoFromToken
  2061. #define Tcl_GetCommandInfoFromToken 
  2062. (tclStubsPtr->tcl_GetCommandInfoFromToken) /* 484 */
  2063. #endif
  2064. #ifndef Tcl_SetCommandInfoFromToken
  2065. #define Tcl_SetCommandInfoFromToken 
  2066. (tclStubsPtr->tcl_SetCommandInfoFromToken) /* 485 */
  2067. #endif
  2068. #ifndef Tcl_DbNewWideIntObj
  2069. #define Tcl_DbNewWideIntObj 
  2070. (tclStubsPtr->tcl_DbNewWideIntObj) /* 486 */
  2071. #endif
  2072. #ifndef Tcl_GetWideIntFromObj
  2073. #define Tcl_GetWideIntFromObj 
  2074. (tclStubsPtr->tcl_GetWideIntFromObj) /* 487 */
  2075. #endif
  2076. #ifndef Tcl_NewWideIntObj
  2077. #define Tcl_NewWideIntObj 
  2078. (tclStubsPtr->tcl_NewWideIntObj) /* 488 */
  2079. #endif
  2080. #ifndef Tcl_SetWideIntObj
  2081. #define Tcl_SetWideIntObj 
  2082. (tclStubsPtr->tcl_SetWideIntObj) /* 489 */
  2083. #endif
  2084. #ifndef Tcl_AllocStatBuf
  2085. #define Tcl_AllocStatBuf 
  2086. (tclStubsPtr->tcl_AllocStatBuf) /* 490 */
  2087. #endif
  2088. #ifndef Tcl_Seek
  2089. #define Tcl_Seek 
  2090. (tclStubsPtr->tcl_Seek) /* 491 */
  2091. #endif
  2092. #ifndef Tcl_Tell
  2093. #define Tcl_Tell 
  2094. (tclStubsPtr->tcl_Tell) /* 492 */
  2095. #endif
  2096. #ifndef Tcl_ChannelWideSeekProc
  2097. #define Tcl_ChannelWideSeekProc 
  2098. (tclStubsPtr->tcl_ChannelWideSeekProc) /* 493 */
  2099. #endif
  2100. /* Slot 494 is reserved */
  2101. /* Slot 495 is reserved */
  2102. /* Slot 496 is reserved */
  2103. /* Slot 497 is reserved */
  2104. /* Slot 498 is reserved */
  2105. /* Slot 499 is reserved */
  2106. /* Slot 500 is reserved */
  2107. /* Slot 501 is reserved */
  2108. /* Slot 502 is reserved */
  2109. /* Slot 503 is reserved */
  2110. /* Slot 504 is reserved */
  2111. /* Slot 505 is reserved */
  2112. /* Slot 506 is reserved */
  2113. /* Slot 507 is reserved */
  2114. /* Slot 508 is reserved */
  2115. /* Slot 509 is reserved */
  2116. /* Slot 510 is reserved */
  2117. /* Slot 511 is reserved */
  2118. /* Slot 512 is reserved */
  2119. /* Slot 513 is reserved */
  2120. /* Slot 514 is reserved */
  2121. /* Slot 515 is reserved */
  2122. /* Slot 516 is reserved */
  2123. /* Slot 517 is reserved */
  2124. /* Slot 518 is reserved */
  2125. /* Slot 519 is reserved */
  2126. /* Slot 520 is reserved */
  2127. /* Slot 521 is reserved */
  2128. /* Slot 522 is reserved */
  2129. /* Slot 523 is reserved */
  2130. /* Slot 524 is reserved */
  2131. /* Slot 525 is reserved */
  2132. /* Slot 526 is reserved */
  2133. /* Slot 527 is reserved */
  2134. /* Slot 528 is reserved */
  2135. /* Slot 529 is reserved */
  2136. /* Slot 530 is reserved */
  2137. /* Slot 531 is reserved */
  2138. /* Slot 532 is reserved */
  2139. /* Slot 533 is reserved */
  2140. /* Slot 534 is reserved */
  2141. /* Slot 535 is reserved */
  2142. /* Slot 536 is reserved */
  2143. /* Slot 537 is reserved */
  2144. /* Slot 538 is reserved */
  2145. /* Slot 539 is reserved */
  2146. /* Slot 540 is reserved */
  2147. /* Slot 541 is reserved */
  2148. /* Slot 542 is reserved */
  2149. /* Slot 543 is reserved */
  2150. /* Slot 544 is reserved */
  2151. /* Slot 545 is reserved */
  2152. /* Slot 546 is reserved */
  2153. /* Slot 547 is reserved */
  2154. /* Slot 548 is reserved */
  2155. /* Slot 549 is reserved */
  2156. /* Slot 550 is reserved */
  2157. /* Slot 551 is reserved */
  2158. /* Slot 552 is reserved */
  2159. /* Slot 553 is reserved */
  2160. #ifndef Tcl_ChannelThreadActionProc
  2161. #define Tcl_ChannelThreadActionProc 
  2162. (tclStubsPtr->tcl_ChannelThreadActionProc) /* 554 */
  2163. #endif
  2164. /* Slot 555 is reserved */
  2165. /* Slot 556 is reserved */
  2166. /* Slot 557 is reserved */
  2167. /* Slot 558 is reserved */
  2168. /* Slot 559 is reserved */
  2169. /* Slot 560 is reserved */
  2170. /* Slot 561 is reserved */
  2171. /* Slot 562 is reserved */
  2172. /* Slot 563 is reserved */
  2173. /* Slot 564 is reserved */
  2174. /* Slot 565 is reserved */
  2175. /* Slot 566 is reserved */
  2176. /* Slot 567 is reserved */
  2177. /* Slot 568 is reserved */
  2178. /* Slot 569 is reserved */
  2179. /* Slot 570 is reserved */
  2180. /* Slot 571 is reserved */
  2181. /* Slot 572 is reserved */
  2182. #ifndef Tcl_PkgRequireProc
  2183. #define Tcl_PkgRequireProc 
  2184. (tclStubsPtr->tcl_PkgRequireProc) /* 573 */
  2185. #endif
  2186. #endif /* defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS) */
  2187. /* !END!: Do not edit above this line. */
  2188. #endif /* _TCLDECLS */