Home
last modified time | relevance | path

Searched refs:cmdLit (Results 1 – 2 of 2) sorted by relevance

/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclEnsemble.c3388 int length, i, numWords, cmdLit, extraLiteralFlags = LITERAL_CMD_NAME; in CompileToInvokedCommand() local
3433 cmdLit = TclRegisterLiteral(envPtr, (char *)bytes, length, extraLiteralFlags); in CompileToInvokedCommand()
3434 TclSetCmdNameObj(interp, TclFetchLiteral(envPtr, cmdLit), cmdPtr); in CompileToInvokedCommand()
3435 TclEmitPush(cmdLit, envPtr); in CompileToInvokedCommand()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclEnsemble.c3385 int i, numWords, cmdLit, extraLiteralFlags = LITERAL_CMD_NAME; in CompileToInvokedCommand() local
3430 cmdLit = TclRegisterLiteral(envPtr, bytes, objPtr->length, extraLiteralFlags); in CompileToInvokedCommand()
3431 TclSetCmdNameObj(interp, TclFetchLiteral(envPtr, cmdLit), cmdPtr); in CompileToInvokedCommand()
3432 TclEmitPush(cmdLit, envPtr); in CompileToInvokedCommand()