Windows PowerShell command on Get-command Tcl_SourceRCFile
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man Tcl_SourceRCFile

Tcl Library Procedures Tcl_SourceRCFile(3TCL)

_________________________________________________________________

NAME

Tcl_SourceRCFile - source the Tcl rc file

SYNOPSIS

#include

void

Tcl_SourceRCFile(interp)

ARGUMENTS

Tcl_Interp *interp (in) Tcl interpreter to

source rc file into.

_________________________________________________________________

DESCRIPTION

Tcl_SourceRCFile is used to source the Tcl rc file at

startup. It is typically invoked by Tcl_Main or Tk_Main.

The name of the file sourced is obtained from the global

variable tcl_rcFileName in the interpreter given by interp.

If this variable is not defined, or if the file it indicates cannot be found, no action is taken. On the Macintosh, after sourcing the rc file, this function will additionally source the TEXT resource indicated by the

global variable tcl_rcRsrcName in interp.

KEYWORDS

application-specific initialization, main program, rc file

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

_______________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE|

|____________________|__________________|_

| Availability | runtime/tcl-8 |

|____________________|__________________|_

| Interface Stability| Uncommitted |

|____________________|_________________|

NOTES Source for Tcl is available on http://opensolaris.org. Tcl Last change: 8.3 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™