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

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

Contents


unknown(3Tcl)							 unknown(3Tcl)


NAME    [Toc]    [Back]

     unknown - Handle attempts to use non-existent commands

SYNOPSIS    [Toc]    [Back]

     unknown cmdName ?arg arg ...?

DESCRIPTION    [Toc]    [Back]

     This command doesn't actually exist as part of Tcl, but Tcl will invoke
     it	if it does exist.  If the Tcl interpreter encounters a command name
     for which there is	not a defined command, then Tcl	checks for the
     existence of a command named unknown.  If there is	no such	command, then
     the interpreter returns an	error.	If the unknown command exists, then it
     is	invoked	with arguments consisting of the fully-substituted name	and
     arguments for the original	non-existent command.  The unknown command
     typically does things like	searching through library directories for a
     command procedure with the	name cmdName, or expanding abbreviated command
     names to full-length, or automatically executing unknown commands as
     sub-processes.  In	some cases (such as expanding abbreviations) unknown
     will change the original command slightly and then	(re-)execute it.  The
     result of the unknown command is used as the result for the original
     non-existent command.

KEYWORDS    [Toc]    [Back]

     error, non-existent command


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
st_text_addr_to_sym Tru64 convert an address in an object to a file handle, procedure handle, line number, or symbol handle an...
st_addr_to_line Tru64 convert an address in an object to a file handle, procedure handle, line number, or symbol handle an...
st_addr_to_proc Tru64 convert an address in an object to a file handle, procedure handle, line number, or symbol handle an...
st_addr_to_sym Tru64 convert an address in an object to a file handle, procedure handle, line number, or symbol handle an...
st_data_addr_to_sym Tru64 convert an address in an object to a file handle, procedure handle, line number, or symbol handle an...
st_addr_to_file Tru64 convert an address in an object to a file handle, procedure handle, line number, or symbol handle an...
pthread_attr_get_np FreeBSD get attributes of existent thread
sulog IRIX log of all su attempts
tis_write_trylock Tru64 Attempts to acquire the specified
loginlog IRIX log of failed login attempts
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service