Home
last modified time | relevance | path

Searched refs:INST_ARRAY_EXISTS_STK (Results 1 – 8 of 8) sorted by relevance

/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclCompCmds.c285 TclEmitOpcode( INST_ARRAY_EXISTS_STK, envPtr); in TclCompileArrayExistsCmd()
373 TclEmitOpcode( INST_ARRAY_EXISTS_STK, envPtr); in TclCompileArraySetCmd()
493 TclEmitOpcode( INST_ARRAY_EXISTS_STK, envPtr); in TclCompileArrayUnsetCmd()
H A DtclCompile.h779 #define INST_ARRAY_EXISTS_STK 159 macro
H A DtclAssembly.c345 {"arrayExistsStk", ASSEM_1BYTE, INST_ARRAY_EXISTS_STK, 1, 1},
H A DtclExecute.c4353 case INST_ARRAY_EXISTS_STK: in TEBCresume()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclCompCmds.c272 TclEmitOpcode( INST_ARRAY_EXISTS_STK, envPtr); in TclCompileArrayExistsCmd()
360 TclEmitOpcode( INST_ARRAY_EXISTS_STK, envPtr); in TclCompileArraySetCmd()
480 TclEmitOpcode( INST_ARRAY_EXISTS_STK, envPtr); in TclCompileArrayUnsetCmd()
H A DtclCompile.h796 #define INST_ARRAY_EXISTS_STK 159 macro
H A DtclAssembly.c348 {"arrayExistsStk", ASSEM_1BYTE, INST_ARRAY_EXISTS_STK, 1, 1},
H A DtclExecute.c4099 case INST_ARRAY_EXISTS_STK: in TEBCresume()