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

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

Contents


Tcl_SetRecursionLimit(3Tcl)			   Tcl_SetRecursionLimit(3Tcl)


NAME    [Toc]    [Back]

     Tcl_SetRecursionLimit - set maximum allowable nesting depth in
     interpreter

SYNOPSIS    [Toc]    [Back]

     #include <tcl.h>

     int
     Tcl_SetRecursionLimit(interp, depth)

ARGUMENTS    [Toc]    [Back]

     Tcl_Interp	  *interp   (in)      Interpreter whose	recursion limit	is to
				      be set.  Must be greater than zero.

     int	  depth	    (in)      New limit	for nested calls to Tcl_Eval
				      for interp.

DESCRIPTION    [Toc]    [Back]

     At	any given time Tcl enforces a limit on the number of recursive calls
     that may be active	for Tcl_Eval and related procedures such as
     Tcl_GlobalEval.  Any call to Tcl_Eval that	exceeds	this depth is aborted
     with an error.  By	default	the recursion limit is 1000.

     Tcl_SetRecursionLimit may be used to change the maximum allowable nesting
     depth for an interpreter.	The depth argument specifies a new limit for
     interp, and Tcl_SetRecursionLimit returns the old limit.  To read out the
     old limit without modifying it, invoke Tcl_SetRecursionDepth with depth
     equal to 0.

KEYWORDS    [Toc]    [Back]

     nesting depth, recursion


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
XmTextFieldSetMaxLength Tru64 A TextField function that sets the value of the current maximum allowable length of a text string en...
XmTextFieldGetMaxLength Tru64 A TextField function that accesses the value of the current maximum allowable length of a text strin...
XmTextFieldGetMaxLength HP-UX A TextField function that accesses the value of the current maximum allowable length of a text string entered
XmTextFieldSetMaxLength IRIX A TextField function that sets the value of the current maximum allowable length of a text string entered from
XmTextFieldGetMaxLength IRIX A TextField function that accesses the value of the current maximum allowable length of a text string entered
XmTextFieldSetMaxLength HP-UX A TextField function that sets the value of the current maximum allowable length of a text string entered from
XmTextGetMaxLength Tru64 A Text function that accesses the value of the current maximum allowable length of a text string ent...
DXmCSTextSetMaxLength Tru64 Sets the maximum allowable length of the text in the compound string text widget.
XmTextSetMaxLength Tru64 A Text function that sets the value of the current maximum allowable length of a text string entered...
XmTextSetMaxLength IRIX A Text function that sets the value of the current maximum allowable length of a text string entered from the
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service