1#ifdef _LANG 2VVAR(Tcl_ObjCmdProc *,LangOptionCommand,V_LangOptionCommand) 3#if !defined(TCL_EVENT_IMPLEMENT) || defined(Var) 4VVAR(Tcl_ObjType,tclIntType,V_tclIntType) 5#endif /* #if !defined(TCL_EVENT_IMPLEMENT) || defined(Var) */ 6#ifndef LangCmpArg 7VFUNC(int,LangCmpArg,V_LangCmpArg,_ANSI_ARGS_((CONST Tcl_Obj *,CONST Tcl_Obj *))) 8#endif /* #ifndef LangCmpArg */ 9 10#ifndef LangCmpOpt 11VFUNC(int,LangCmpOpt,V_LangCmpOpt,_ANSI_ARGS_((CONST char *opt,CONST char *arg,size_t length))) 12#endif /* #ifndef LangCmpOpt */ 13 14#ifndef LangConfigObj 15VFUNC(int,LangConfigObj,V_LangConfigObj,_ANSI_ARGS_((Tcl_Interp *interp, Tcl_Obj **save, 16 Tcl_Obj *obj, int type))) 17#endif /* #ifndef LangConfigObj */ 18 19#ifndef LangCopyArg 20VFUNC(Tcl_Obj *,LangCopyArg,V_LangCopyArg,_ANSI_ARGS_((Tcl_Obj *))) 21#endif /* #ifndef LangCopyArg */ 22 23#ifndef LangDoCallback 24VFUNC(int,LangDoCallback,V_LangDoCallback,_ANSI_ARGS_((Tcl_Interp *,LangCallback *,int result,int argc,...))) 25#endif /* #ifndef LangDoCallback */ 26 27#ifndef LangDumpVec 28VFUNC(void,LangDumpVec,V_LangDumpVec,_ANSI_ARGS_((CONST char *tag, int argc, Tcl_Obj **vec))) 29#endif /* #ifndef LangDumpVec */ 30 31#ifndef LangEventHook 32VFUNC(int,LangEventHook,V_LangEventHook,_ANSI_ARGS_((int flags))) 33#endif /* #ifndef LangEventHook */ 34 35#ifndef LangFontRank 36VFUNC(unsigned int,LangFontRank,V_LangFontRank,_ANSI_ARGS_((unsigned int suggested, 37 int ch, CONST char *gotName, 38 CONST char *wantFoundary, 39 CONST struct TkFontAttributes *wantAttrib, 40 CONST char *wantEncoding, 41 CONST char *gotFoundary, 42 CONST struct TkFontAttributes *gotAttrib, 43 CONST char *gotEncoding))) 44#endif /* #ifndef LangFontRank */ 45 46#ifndef LangFreeArg 47VFUNC(void,LangFreeArg,V_LangFreeArg,_ANSI_ARGS_((Tcl_Obj *,Tcl_FreeProc *freeProc))) 48#endif /* #ifndef LangFreeArg */ 49 50#ifndef LangFreeVar 51VFUNC(void,LangFreeVar,V_LangFreeVar,_ANSI_ARGS_((Var))) 52#endif /* #ifndef LangFreeVar */ 53 54#ifndef LangLibraryDir 55VFUNC(char *,LangLibraryDir,V_LangLibraryDir,_ANSI_ARGS_((void))) 56#endif /* #ifndef LangLibraryDir */ 57 58#ifndef LangMethodCall 59VFUNC(int,LangMethodCall,V_LangMethodCall,_ANSI_ARGS_((Tcl_Interp *,Tcl_Obj *,char *,int result,int argc,...))) 60#endif /* #ifndef LangMethodCall */ 61 62#ifndef LangNull 63VFUNC(int,LangNull,V_LangNull,_ANSI_ARGS_((Tcl_Obj *))) 64#endif /* #ifndef LangNull */ 65 66#ifndef LangSaveVar 67VFUNC(int,LangSaveVar,V_LangSaveVar,_ANSI_ARGS_((Tcl_Interp *,Tcl_Obj *,Var *,int type))) 68#endif /* #ifndef LangSaveVar */ 69 70#ifndef LangSetDefault 71VFUNC(void,LangSetDefault,V_LangSetDefault,_ANSI_ARGS_((Tcl_Obj **,CONST char *))) 72#endif /* #ifndef LangSetDefault */ 73 74#ifndef LangSetDouble 75VFUNC(void,LangSetDouble,V_LangSetDouble,_ANSI_ARGS_((Tcl_Obj **,double))) 76#endif /* #ifndef LangSetDouble */ 77 78#ifndef LangSetInt 79VFUNC(void,LangSetInt,V_LangSetInt,_ANSI_ARGS_((Tcl_Obj **,int))) 80#endif /* #ifndef LangSetInt */ 81 82#ifndef LangSetObj 83VFUNC(void,LangSetObj,V_LangSetObj,_ANSI_ARGS_((Tcl_Obj **,Tcl_Obj *))) 84#endif /* #ifndef LangSetObj */ 85 86#ifndef LangSetString 87VFUNC(void,LangSetString,V_LangSetString,_ANSI_ARGS_((Tcl_Obj **,CONST char *))) 88#endif /* #ifndef LangSetString */ 89 90#ifndef LangSetVar 91VFUNC(void,LangSetVar,V_LangSetVar,_ANSI_ARGS_((Tcl_Obj **,Var))) 92#endif /* #ifndef LangSetVar */ 93 94#ifndef Lang_BuildInImages 95VFUNC(void,Lang_BuildInImages,V_Lang_BuildInImages,_ANSI_ARGS_((void))) 96#endif /* #ifndef Lang_BuildInImages */ 97 98#ifndef Lang_CallWithArgs 99VFUNC(int,Lang_CallWithArgs,V_Lang_CallWithArgs,_ANSI_ARGS_((Tcl_Interp *interp, 100 char *sub, int argc, Tcl_Obj *CONST *argv))) 101#endif /* #ifndef Lang_CallWithArgs */ 102 103#ifndef Lang_CreateEncoding 104VFUNC(Tcl_Encoding,Lang_CreateEncoding,V_Lang_CreateEncoding,_ANSI_ARGS_(( 105 CONST char *encodingName, 106 Tcl_EncodingConvertProc *toUtfProc, 107 Tcl_EncodingConvertProc *fromUtfProc, 108 Tcl_EncodingFreeProc *freeProc, 109 ClientData clientData, 110 int nullSize))) 111#endif /* #ifndef Lang_CreateEncoding */ 112 113#ifndef Lang_CreateObject 114VFUNC(Tcl_Command,Lang_CreateObject,V_Lang_CreateObject,_ANSI_ARGS_((Tcl_Interp *interp, 115 char *cmdName, Tcl_ObjCmdProc *proc, 116 ClientData clientData, 117 Tcl_CmdDeleteProc *deleteProc))) 118#endif /* #ifndef Lang_CreateObject */ 119 120#ifndef Lang_DeleteObject 121VFUNC(void,Lang_DeleteObject,V_Lang_DeleteObject,_ANSI_ARGS_((Tcl_Interp *,Tcl_Command))) 122#endif /* #ifndef Lang_DeleteObject */ 123 124#ifndef Lang_FreeRegExp 125VFUNC(void,Lang_FreeRegExp,V_Lang_FreeRegExp,_ANSI_ARGS_((Tcl_RegExp re))) 126#endif /* #ifndef Lang_FreeRegExp */ 127 128#ifndef Lang_GetErrorCode 129VFUNC(char *,Lang_GetErrorCode,V_Lang_GetErrorCode,_ANSI_ARGS_((Tcl_Interp *interp))) 130#endif /* #ifndef Lang_GetErrorCode */ 131 132#ifndef Lang_GetErrorInfo 133VFUNC(char *,Lang_GetErrorInfo,V_Lang_GetErrorInfo,_ANSI_ARGS_((Tcl_Interp *interp))) 134#endif /* #ifndef Lang_GetErrorInfo */ 135 136#ifndef Lang_SetBinaryResult 137VFUNC(void,Lang_SetBinaryResult,V_Lang_SetBinaryResult,_ANSI_ARGS_((Tcl_Interp *interp, 138 char *string, int len, Tcl_FreeProc *freeProc))) 139#endif /* #ifndef Lang_SetBinaryResult */ 140 141#ifndef Lang_SetErrorCode 142VFUNC(void,Lang_SetErrorCode,V_Lang_SetErrorCode,_ANSI_ARGS_((Tcl_Interp *interp,char *code))) 143#endif /* #ifndef Lang_SetErrorCode */ 144 145#ifndef Lang_TraceVar 146VFUNC(int,Lang_TraceVar,V_Lang_TraceVar,_ANSI_ARGS_((Tcl_Interp * interp, 147 Tcl_Obj *varRef, int flags, 148 Lang_VarTraceProc * proc, 149 ClientData clientData))) 150#endif /* #ifndef Lang_TraceVar */ 151 152#ifndef Lang_UntraceVar 153VFUNC(void,Lang_UntraceVar,V_Lang_UntraceVar,_ANSI_ARGS_((Tcl_Interp * interp, 154 Tcl_Obj * varRef, int flags, 155 Lang_VarTraceProc * proc, 156 ClientData clientData))) 157#endif /* #ifndef Lang_UntraceVar */ 158 159#ifndef TclObjGetType 160VFUNC(Tcl_ObjType *,TclObjGetType,V_TclObjGetType,_ANSI_ARGS_((Tcl_Obj *objPtr))) 161#endif /* #ifndef TclObjGetType */ 162 163#ifndef TclObjInternal 164VFUNC(Tcl_InternalRep *,TclObjInternal,V_TclObjInternal,_ANSI_ARGS_((Tcl_Obj *objPtr))) 165#endif /* #ifndef TclObjInternal */ 166 167#ifndef TclObjLength 168VFUNC(int,TclObjLength,V_TclObjLength,_ANSI_ARGS_((Tcl_Obj *objPtr))) 169#endif /* #ifndef TclObjLength */ 170 171#ifndef TclObjSetType 172VFUNC(void,TclObjSetType,V_TclObjSetType,_ANSI_ARGS_((Tcl_Obj *objPtr,Tcl_ObjType *newType))) 173#endif /* #ifndef TclObjSetType */ 174 175#ifndef Tcl_AfterObjCmd 176VFUNC(int,Tcl_AfterObjCmd,V_Tcl_AfterObjCmd,_ANSI_ARGS_((ClientData clientData, 177 Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]))) 178#endif /* #ifndef Tcl_AfterObjCmd */ 179 180#ifndef Tcl_DStringLength 181VFUNC(int,Tcl_DStringLength,V_Tcl_DStringLength,_ANSI_ARGS_((Tcl_DString *dString))) 182#endif /* #ifndef Tcl_DStringLength */ 183 184#ifndef Tcl_DStringValue 185VFUNC(char *,Tcl_DStringValue,V_Tcl_DStringValue,_ANSI_ARGS_((Tcl_DString *dString))) 186#endif /* #ifndef Tcl_DStringValue */ 187 188#ifndef Tcl_DecrRefCount 189VFUNC(void,Tcl_DecrRefCount,V_Tcl_DecrRefCount,_ANSI_ARGS_((Tcl_Obj *objPtr))) 190#endif /* #ifndef Tcl_DecrRefCount */ 191 192#ifndef Tcl_DoubleResults 193VFUNC(void,Tcl_DoubleResults,V_Tcl_DoubleResults,_ANSI_ARGS_((Tcl_Interp *interp,int,int,...))) 194#endif /* #ifndef Tcl_DoubleResults */ 195 196#ifndef Tcl_IncrRefCount 197VFUNC(void,Tcl_IncrRefCount,V_Tcl_IncrRefCount,_ANSI_ARGS_((Tcl_Obj *objPtr))) 198#endif /* #ifndef Tcl_IncrRefCount */ 199 200#ifndef Tcl_IntResults 201VFUNC(void,Tcl_IntResults,V_Tcl_IntResults,_ANSI_ARGS_((Tcl_Interp *interp,int,int,...))) 202#endif /* #ifndef Tcl_IntResults */ 203 204#ifndef Tcl_IsShared 205VFUNC(int,Tcl_IsShared,V_Tcl_IsShared,_ANSI_ARGS_((Tcl_Obj *objPtr))) 206#endif /* #ifndef Tcl_IsShared */ 207 208#ifndef Tcl_SprintfResult 209VFUNC(void,Tcl_SprintfResult,V_Tcl_SprintfResult,_ANSI_ARGS_((Tcl_Interp *,char *,...))) 210#endif /* #ifndef Tcl_SprintfResult */ 211 212#ifndef Tk_PropertyCmd 213VFUNC(int,Tk_PropertyCmd,V_Tk_PropertyCmd,_ANSI_ARGS_((ClientData clientData, 214 Tcl_Interp *interp, int argc, Tcl_Obj **objv))) 215#endif /* #ifndef Tk_PropertyCmd */ 216 217#endif /* _LANG */ 218