|
#define | SWIGTCL |
|
#define | SWIGTEMPLATEDISAMBIGUATOR |
|
#define | SWIGINLINE |
|
#define | SWIGUNUSED |
|
#define | SWIGUNUSEDPARM(p) p SWIGUNUSED |
|
#define | SWIGINTERN static SWIGUNUSED |
|
#define | SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
|
#define | SWIGEXPORT |
|
#define | SWIGSTDCALL |
|
#define | SWIG_RUNTIME_VERSION "4" |
|
#define | SWIG_TYPE_TABLE_NAME |
|
#define | SWIGRUNTIME SWIGINTERN |
|
#define | SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
|
#define | SWIG_BUFFER_SIZE 1024 |
|
#define | SWIG_POINTER_DISOWN 0x1 |
|
#define | SWIG_CAST_NEW_MEMORY 0x2 |
|
#define | SWIG_POINTER_OWN 0x1 |
|
#define | SWIG_OK (0) |
|
#define | SWIG_ERROR (-1) |
|
#define | SWIG_IsOK(r) (r >= 0) |
|
#define | SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
|
#define | SWIG_CASTRANKLIMIT (1 << 8) |
|
#define | SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
|
#define | SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
|
#define | SWIG_BADOBJ (SWIG_ERROR) |
|
#define | SWIG_OLDOBJ (SWIG_OK) |
|
#define | SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
|
#define | SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
|
#define | SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
|
#define | SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
|
#define | SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
|
#define | SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
|
#define | SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
|
#define | SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
|
#define | SWIG_AddCast |
|
#define | SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0) |
|
#define | SWIG_UnknownError -1 |
|
#define | SWIG_IOError -2 |
|
#define | SWIG_RuntimeError -3 |
|
#define | SWIG_IndexError -4 |
|
#define | SWIG_TypeError -5 |
|
#define | SWIG_DivisionByZero -6 |
|
#define | SWIG_OverflowError -7 |
|
#define | SWIG_SyntaxError -8 |
|
#define | SWIG_ValueError -9 |
|
#define | SWIG_SystemError -10 |
|
#define | SWIG_AttributeError -11 |
|
#define | SWIG_MemoryError -12 |
|
#define | SWIG_NullReferenceError -13 |
|
#define | SWIG_TCL_POINTER 4 |
|
#define | SWIG_TCL_BINARY 5 |
|
#define | SWIG_ConvertPtr(oc, ptr, ty, flags) SWIG_Tcl_ConvertPtr(interp, oc, ptr, ty, flags) |
|
#define | SWIG_NewPointerObj(ptr, type, flags) SWIG_Tcl_NewPointerObj(ptr, type, flags) |
|
#define | SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Tcl_ConvertPacked(interp, obj, ptr, sz, ty) |
|
#define | SWIG_NewPackedObj(ptr, sz, type) SWIG_Tcl_NewPackedObj(ptr, sz, type) |
|
#define | SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, flags) |
|
#define | SWIG_NewInstanceObj(thisvalue, type, flags) SWIG_Tcl_NewInstanceObj(interp, thisvalue, type, flags) |
|
#define | SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, 0) |
|
#define | SWIG_NewFunctionPtrObj(ptr, type) SWIG_Tcl_NewPointerObj(ptr, type, 0) |
|
#define | SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Tcl_ConvertPacked(interp,obj, ptr, sz, ty) |
|
#define | SWIG_NewMemberObj(ptr, sz, type) SWIG_Tcl_NewPackedObj(ptr, sz, type) |
|
#define | SWIG_GetModule(clientdata) SWIG_Tcl_GetModule((Tcl_Interp *) (clientdata)) |
|
#define | SWIG_SetModule(clientdata, pointer) SWIG_Tcl_SetModule((Tcl_Interp *) (clientdata), pointer) |
|
#define | SWIG_ErrorType(code) SWIG_Tcl_ErrorType(code) |
|
#define | SWIG_Error(code, msg) SWIG_Tcl_SetErrorMsg(interp, SWIG_Tcl_ErrorType(code), msg) |
|
#define | SWIG_fail goto fail |
|
#define | SWIG_Acquire(ptr) SWIG_Tcl_Acquire(ptr) |
|
#define | SWIG_MethodCommand SWIG_Tcl_MethodCommand |
|
#define | SWIG_Disown(ptr) SWIG_Tcl_Disown(ptr) |
|
#define | SWIG_ConvertPtrFromString(c, ptr, ty, flags) SWIG_Tcl_ConvertPtrFromString(interp, c, ptr, ty, flags) |
|
#define | SWIG_MakePtr(c, ptr, ty, flags) SWIG_Tcl_MakePtr(c, ptr, ty, flags) |
|
#define | SWIG_PointerTypeFromString(c) SWIG_Tcl_PointerTypeFromString(c) |
|
#define | SWIG_GetArgs SWIG_Tcl_GetArgs |
|
#define | SWIG_GetConstantObj(key) SWIG_Tcl_GetConstantObj(key) |
|
#define | SWIG_ObjectConstructor SWIG_Tcl_ObjectConstructor |
|
#define | SWIG_Thisown(ptr) SWIG_Tcl_Thisown(ptr) |
|
#define | SWIG_ObjectDelete SWIG_Tcl_ObjectDelete |
|
#define | SWIG_TCL_DECL_ARGS_2(arg1, arg2) (Tcl_Interp *interp SWIGUNUSED, arg1, arg2) |
|
#define | SWIG_TCL_CALL_ARGS_2(arg1, arg2) (interp, arg1, arg2) |
|
#define | SWIG_POINTER_EXCEPTION 0 |
|
#define | SWIG_GetConstant SWIG_GetConstantObj |
|
#define | SWIG_Tcl_GetConstant SWIG_Tcl_GetConstantObj |
|
#define | SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
|
#define | SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else |
|
#define | SWIGTYPE_p_char swig_types[0] |
|
#define | SWIGTYPE_p_iconv_t swig_types[1] |
|
#define | SWIGTYPE_p_p_char swig_types[2] |
|
#define | SWIGTYPE_p_size_t swig_types[3] |
|
#define | SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
|
#define | SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
|
#define | SWIG_init Natspec_Init |
|
#define | SWIG_name "natspec" |
|
#define | SWIG_prefix "" |
|
#define | SWIG_version "0.0" |
|
#define | SWIGVERSION 0x010339 |
|
#define | SWIG_VERSION SWIGVERSION |
|
#define | SWIG_as_voidptr(a) (void *)((const void *)(a)) |
|
#define | SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a)) |
|
|
SWIGRUNTIME int | SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2) |
|
SWIGRUNTIME int | SWIG_TypeEquiv (const char *nb, const char *tb) |
|
SWIGRUNTIME int | SWIG_TypeCompare (const char *nb, const char *tb) |
|
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
|
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *ty) |
|
SWIGRUNTIMEINLINE void * | SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory) |
|
SWIGRUNTIME swig_type_info * | SWIG_TypeDynamicCast (swig_type_info *ty, void **ptr) |
|
SWIGRUNTIMEINLINE const char * | SWIG_TypeName (const swig_type_info *ty) |
|
SWIGRUNTIME const char * | SWIG_TypePrettyName (const swig_type_info *type) |
|
SWIGRUNTIME void | SWIG_TypeClientData (swig_type_info *ti, void *clientdata) |
|
SWIGRUNTIME void | SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata) |
|
SWIGRUNTIME swig_type_info * | SWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
|
SWIGRUNTIME swig_type_info * | SWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
|
SWIGRUNTIME char * | SWIG_PackData (char *c, void *ptr, size_t sz) |
|
SWIGRUNTIME const char * | SWIG_UnpackData (const char *c, void *ptr, size_t sz) |
|
SWIGRUNTIME char * | SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz) |
|
SWIGRUNTIME const char * | SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name) |
|
SWIGRUNTIME char * | SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz) |
|
SWIGRUNTIME const char * | SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name) |
|
SWIGINTERN const char * | SWIG_Tcl_ErrorType (int code) |
|
SWIGINTERN void | SWIG_Tcl_SetErrorObj (Tcl_Interp *interp, const char *ctype, Tcl_Obj *obj) |
|
SWIGINTERN void | SWIG_Tcl_SetErrorMsg (Tcl_Interp *interp, const char *ctype, const char *mesg) |
|
SWIGINTERNINLINE void | SWIG_Tcl_AddErrorMsg (Tcl_Interp *interp, const char *mesg) |
|
SWIGINTERN void | SWIG_Tcl_SetConstantObj (Tcl_Interp *interp, const char *name, Tcl_Obj *obj) |
|
SWIGINTERN Tcl_Obj * | SWIG_Tcl_GetConstantObj (const char *key) |
|
SWIGRUNTIME Tcl_HashTable * | SWIG_Tcl_ObjectTable (void) |
|
SWIGRUNTIME void | SWIG_Tcl_Acquire (void *ptr) |
|
SWIGRUNTIME int | SWIG_Tcl_Thisown (void *ptr) |
|
SWIGRUNTIME int | SWIG_Tcl_Disown (void *ptr) |
|
SWIGRUNTIME int | SWIG_Tcl_ConvertPtrFromString (Tcl_Interp *interp, const char *c, void **ptr, swig_type_info *ty, int flags) |
|
SWIGRUNTIMEINLINE int | SWIG_Tcl_ConvertPtr (Tcl_Interp *interp, Tcl_Obj *oc, void **ptr, swig_type_info *ty, int flags) |
|
SWIGRUNTIME char * | SWIG_Tcl_PointerTypeFromString (char *c) |
|
SWIGRUNTIME int | SWIG_Tcl_ConvertPacked (Tcl_Interp *SWIGUNUSEDPARM(interp), Tcl_Obj *obj, void *ptr, int sz, swig_type_info *ty) |
|
SWIGRUNTIME void | SWIG_Tcl_MakePtr (char *c, void *ptr, swig_type_info *ty, int flags) |
|
SWIGRUNTIMEINLINE Tcl_Obj * | SWIG_Tcl_NewPointerObj (void *ptr, swig_type_info *type, int flags) |
|
SWIGRUNTIME Tcl_Obj * | SWIG_Tcl_NewPackedObj (void *ptr, int sz, swig_type_info *type) |
|
SWIGRUNTIME swig_module_info * | SWIG_Tcl_GetModule (Tcl_Interp *interp) |
|
SWIGRUNTIME void | SWIG_Tcl_SetModule (Tcl_Interp *interp, swig_module_info *module) |
|
SWIGRUNTIME void | SWIG_Tcl_ObjectDelete (ClientData clientData) |
|
SWIGRUNTIME int | SWIG_Tcl_MethodCommand (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST _objv[]) |
|
SWIGRUNTIME Tcl_Obj * | SWIG_Tcl_NewInstanceObj (Tcl_Interp *interp, void *thisvalue, swig_type_info *type, int flags) |
|
SWIGRUNTIME int | SWIG_Tcl_ObjectConstructor (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGRUNTIME int | SWIG_Tcl_GetArgs (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], const char *fmt,...) |
|
SWIGEXPORT int | SWIG_init (Tcl_Interp *) |
|
SWIGINTERNINLINE Tcl_Obj * | SWIG_From_long (long value) |
|
SWIGINTERNINLINE Tcl_Obj * | SWIG_From_int (int value) |
|
SWIGINTERNINLINE Tcl_Obj * | SWIG_FromCharPtrAndSize (const char *carray, size_t size) |
|
SWIGINTERNINLINE Tcl_Obj * | SWIG_FromCharPtr (const char *cptr) |
|
SWIGINTERN int | SWIG_AsCharPtrAndSize (Tcl_Obj *obj, char **cptr, size_t *psize, int *alloc) |
|
SWIGINTERN int SWIG_AsVal_long | SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, long *val) |
|
SWIGINTERN int SWIG_AsVal_int | SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, int *val) |
|
SWIGINTERNINLINE Tcl_Obj * | SWIG_From_unsigned_SS_long (unsigned long value) |
|
SWIGINTERNINLINE Tcl_Obj * | SWIG_From_size_t (size_t value) |
|
SWIGINTERN int | _wrap_natspec_get_current_locale (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_get_user_locale (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_get_system_locale (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_locale_is_utf8 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_get_charset (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_get_filename_encoding (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_get_charset_by_locale (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_convert (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_iconv_open (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_iconv (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_iconv_close (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_get_enriched_fs_options (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_get_codepage_by_charset (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_get_nls_by_charset (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_extract_charset_from_locale (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_humble_charset (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_get_charset_by_charset (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGINTERN int | _wrap_natspec_convert_with_translit (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
SWIGRUNTIME void | SWIG_InitializeModule (void *clientdata) |
|
SWIGRUNTIME void | SWIG_PropagateClientData (void) |
|
SWIGINTERN void | SWIG_Tcl_InstallConstants (Tcl_Interp *interp, swig_const_info constants[]) |
|
SWIGEXPORT int | Natspec_SafeInit (Tcl_Interp *interp) |
|