Searched defs:interpType (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtksh/src/
H A Deval.c26 oldInterpType = interp->interpType;
27 /* oldListMode = TkshSetListMode(interp->interpType); */
29 interp->interpType = commandType & INTERP_MASK;
32 interp->interpType = oldInterpType;
35 if (interp->interpType != INTERP_TCL)
88 commandData->commandType = ((Interp *) interp)->interpType;
232 int result, oldInterpType = iPtr->interpType;
238 iPtr->interpType = INTERP_KSH;
255 iPtr->interpType = oldInterpType;
278 if (iPtr->interpType
405 Tksh_GlobalEval(Tcl_Interp *interp, char *cmd, int interpType) argument
[all...]
/ast/src/lib/libtksh/include/
H A Dtksh.h92 int interpType; member in struct:Interp
272 #define Tksh_BeginBlock(interp, kind) do { int oldInterp = ((Interp *)interp)->interpType; ((Interp *)interp)->interpType = kind
273 #define Tksh_EndBlock(interp) ((Interp *)interp)->interpType = oldInterp; } while(0)
/ast/src/lib/libtksh/tcl/
H A DtclEvent.c158 int interpType; member in struct:AfterInfo
1728 afterPtr->interpType = ((Interp *)interp)->interpType;
1785 afterPtr->interpType = ((Interp *)interp)->interpType;
1931 result = Tksh_GlobalEval(interp, afterPtr->command, afterPtr->interpType);

Completed in 17 milliseconds