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

/ast/src/lib/libtksh/src/
H A Deval.c17 int result, commandType, oldInterpType; local
26 oldInterpType = interp->interpType;
32 interp->interpType = oldInterpType;
232 int result, oldInterpType = iPtr->interpType; local
255 iPtr->interpType = oldInterpType;
301 int result, oldInterpType, oldListMode; local
319 oldInterpType = iPtr->interpType;
324 iPtr->interpType = oldInterpType;
H A Dfilecmd.c654 int oldInterpType = iPtr->interpType, result = TCL_ERROR;
675 iPtr->interpType = oldInterpType;
676 TkshSetListMode(oldInterpType);
652 int oldInterpType = iPtr->interpType, result = TCL_ERROR; local
H A Dtcleval.c146 int oldInterpType; local
149 oldInterpType = iPtr->interpType;
194 iPtr->interpType = oldInterpType;
565 iPtr->interpType = oldInterpType;

Completed in 14 milliseconds