MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / TclSetStartupScriptFileName

Function TclSetStartupScriptFileName

SRC/tcl/tclMain85.cpp:277–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 * Side effects:
276 * This function initializes the file name of the Tcl script to run at
277 * startup.
278 *
279 *----------------------------------------------------------------------
280 */
281
282void
283TclSetStartupScriptFileName(
284 CONST char *fileName)
285{
286 Tcl_Obj *path = Tcl_NewStringObj(fileName,-1);

Callers

nothing calls this directly

Calls 1

Tcl_SetStartupScriptFunction · 0.85

Tested by

no test coverage detected