*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> Tcl/crtinterp (3)              
Title
Content
Arch
Section
 

Contents


Tcl_CreateInterp(3Tcl)					Tcl_CreateInterp(3Tcl)


NAME    [Toc]    [Back]

     Tcl_CreateInterp, Tcl_DeleteInterp	- create and delete Tcl	command
     interpreters

SYNOPSIS    [Toc]    [Back]

     #include <tcl.h>

     Tcl_Interp	*
     Tcl_CreateInterp()

     Tcl_DeleteInterp(interp)

ARGUMENTS    [Toc]    [Back]

     Tcl_Interp	  *interp   (in)      Token for	interpreter to be destroyed.

DESCRIPTION    [Toc]    [Back]

     Tcl_CreateInterp creates a	new interpreter	structure and returns a	token
     for it.  The token	is required in calls to	most other Tcl procedures,
     such as Tcl_CreateCommand,	Tcl_Eval, and Tcl_DeleteInterp.	 Clients are
     only allowed to access a few of the fields	of Tcl_Interp structures;  see
     the Tcl_Interp and	Tcl_CreateCommand man pages for	details.  The new
     interpreter is initialized	with no	defined	variables and only the builtin
	Tcl commands.  To bind in additional commands, call Tcl_CreateCommand.

     Tcl_DeleteInterp destroys a command interpreter and releases all of the
     resources associated with it, including variables,	procedures, and
     application-specific command bindings.  After Tcl_DeleteInterp returns
     the caller	should never again use the interp token.

KEYWORDS    [Toc]    [Back]

     command, create, delete, interpreter


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
rename IRIX Rename or delete a command
rename IRIX Rename or delete a command
crtmainwin IRIX create or delete window
menu_new NetBSD create or delete a menu
menu_item_new NetBSD create or delete menu item
krb5_init_context FreeBSD create and delete krb5_context structures
krb5_free_context FreeBSD create and delete krb5_context structures
krb5_free_context OpenBSD create and delete krb5_context structures
krb5_init_context OpenBSD create and delete krb5_context structures
krb5_init_context NetBSD create and delete krb5_context structures
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service