Home
last modified time | relevance | path

Searched refs:INTERP_TCL (Results 1 – 25 of 28) sorted by relevance

12

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/src/
H A Dlist.c29 static int listMode = INTERP_TCL;
76 int fromMode = (toMode == INTERP_KSH) ? INTERP_TCL : INTERP_KSH; in Tksh_ConvertList()
100 if (TkshListMode() == INTERP_TCL) in Tcl_SplitList()
135 if (TkshListMode() == INTERP_TCL) in Tcl_ScanElement()
148 if (TkshListMode() == INTERP_TCL) in Tcl_ConvertElement()
192 if (TkshListMode() == INTERP_TCL)
H A Deval.c35 if (interp->interpType != INTERP_TCL) in tksh_command()
278 if (iPtr->interpType == INTERP_TCL) in Tcl_Eval()
320 oldListMode = TkshSetListMode(INTERP_TCL); in Tcl_TclEvalFile()
321 iPtr->interpType = INTERP_TCL; in Tcl_TclEvalFile()
355 if (iPtr->interpType == INTERP_TCL) in Tcl_EvalFile()
416 case INTERP_TCL: result = Tcl_TclEval(interp, cmd); break; in Tksh_GlobalEval()
H A Dinit.c82 ((Interp *) interp)->interpType = INTERP_TCL; in TkshCreateInterp()
172 Tksh_SetCommandType(interp, "tcl_eval", INTERP_TCL); in Tcl_Init()
173 Tksh_SetCommandType(interp, "tcl_vwait", INTERP_TCL); in Tcl_Init()
H A Dcommands.c189 iPtr->interpType = INTERP_TCL;
195 ((iPtr->interpType==INTERP_TCL)?"tcl":"either"));
214 TkshSetListMode(INTERP_TCL);
220 ((TkshSetListMode(-1)==INTERP_TCL)?"tcl":"either"));
H A Dtcleval.c150 iPtr->interpType = INTERP_TCL;
427 iPtr->interpType = INTERP_TCL;
/dports/shells/ksh93/ast-93u/src/lib/libtksh/src/
H A Dlist.c29 static int listMode = INTERP_TCL;
76 int fromMode = (toMode == INTERP_KSH) ? INTERP_TCL : INTERP_KSH; in Tksh_ConvertList()
100 if (TkshListMode() == INTERP_TCL) in Tcl_SplitList()
135 if (TkshListMode() == INTERP_TCL) in Tcl_ScanElement()
148 if (TkshListMode() == INTERP_TCL) in Tcl_ConvertElement()
192 if (TkshListMode() == INTERP_TCL)
H A Deval.c35 if (interp->interpType != INTERP_TCL) in tksh_command()
278 if (iPtr->interpType == INTERP_TCL) in Tcl_Eval()
320 oldListMode = TkshSetListMode(INTERP_TCL); in Tcl_TclEvalFile()
321 iPtr->interpType = INTERP_TCL; in Tcl_TclEvalFile()
355 if (iPtr->interpType == INTERP_TCL) in Tcl_EvalFile()
416 case INTERP_TCL: result = Tcl_TclEval(interp, cmd); break; in Tksh_GlobalEval()
H A Dinit.c82 ((Interp *) interp)->interpType = INTERP_TCL; in TkshCreateInterp()
172 Tksh_SetCommandType(interp, "tcl_eval", INTERP_TCL); in Tcl_Init()
173 Tksh_SetCommandType(interp, "tcl_vwait", INTERP_TCL); in Tcl_Init()
H A Dcommands.c189 iPtr->interpType = INTERP_TCL;
195 ((iPtr->interpType==INTERP_TCL)?"tcl":"either"));
214 TkshSetListMode(INTERP_TCL);
220 ((TkshSetListMode(-1)==INTERP_TCL)?"tcl":"either"));
H A Dtcleval.c150 iPtr->interpType = INTERP_TCL;
427 iPtr->interpType = INTERP_TCL;
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/src/
H A Dlist.c29 static int listMode = INTERP_TCL;
76 int fromMode = (toMode == INTERP_KSH) ? INTERP_TCL : INTERP_KSH; in Tksh_ConvertList()
100 if (TkshListMode() == INTERP_TCL) in Tcl_SplitList()
135 if (TkshListMode() == INTERP_TCL) in Tcl_ScanElement()
148 if (TkshListMode() == INTERP_TCL) in Tcl_ConvertElement()
192 if (TkshListMode() == INTERP_TCL)
H A Deval.c35 if (interp->interpType != INTERP_TCL) in tksh_command()
278 if (iPtr->interpType == INTERP_TCL) in Tcl_Eval()
320 oldListMode = TkshSetListMode(INTERP_TCL); in Tcl_TclEvalFile()
321 iPtr->interpType = INTERP_TCL; in Tcl_TclEvalFile()
355 if (iPtr->interpType == INTERP_TCL) in Tcl_EvalFile()
416 case INTERP_TCL: result = Tcl_TclEval(interp, cmd); break; in Tksh_GlobalEval()
H A Dinit.c82 ((Interp *) interp)->interpType = INTERP_TCL; in TkshCreateInterp()
172 Tksh_SetCommandType(interp, "tcl_eval", INTERP_TCL); in Tcl_Init()
173 Tksh_SetCommandType(interp, "tcl_vwait", INTERP_TCL); in Tcl_Init()
H A Dcommands.c189 iPtr->interpType = INTERP_TCL;
195 ((iPtr->interpType==INTERP_TCL)?"tcl":"either"));
214 TkshSetListMode(INTERP_TCL);
220 ((TkshSetListMode(-1)==INTERP_TCL)?"tcl":"either"));
H A Dtcleval.c150 iPtr->interpType = INTERP_TCL;
427 iPtr->interpType = INTERP_TCL;
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/include/
H A Dtksh.h235 #define INTERP_TCL 1 macro
269 #define Tksh_InterpString(i) (((i)==INTERP_TCL)? "tcl": (((i)==INTERP_KSH) \
/dports/shells/ksh93/ast-93u/src/lib/libtksh/include/
H A Dtksh.h235 #define INTERP_TCL 1 macro
269 #define Tksh_InterpString(i) (((i)==INTERP_TCL)? "tcl": (((i)==INTERP_KSH) \
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/include/
H A Dtksh.h235 #define INTERP_TCL 1 macro
269 #define Tksh_InterpString(i) (((i)==INTERP_TCL)? "tcl": (((i)==INTERP_KSH) \
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/tksh/
H A DtkMain.c487 strcpy(script, (((Interp *) interp)->interpType == INTERP_TCL)?
514 Tksh_BeginBlock(interp, INTERP_TCL); in b_tkloop()
545 Tksh_BeginBlock(interp, INTERP_TCL);
640 Tksh_BeginBlock(interp, INTERP_TCL); /* Best Guess */ in tksh_waitevent()
/dports/shells/ksh93/ast-93u/src/cmd/tksh/
H A DtkMain.c487 strcpy(script, (((Interp *) interp)->interpType == INTERP_TCL)?
514 Tksh_BeginBlock(interp, INTERP_TCL); in b_tkloop()
545 Tksh_BeginBlock(interp, INTERP_TCL);
640 Tksh_BeginBlock(interp, INTERP_TCL); /* Best Guess */ in tksh_waitevent()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/tksh/
H A DtkMain.c487 strcpy(script, (((Interp *) interp)->interpType == INTERP_TCL)?
514 Tksh_BeginBlock(interp, INTERP_TCL); in b_tkloop()
545 Tksh_BeginBlock(interp, INTERP_TCL);
640 Tksh_BeginBlock(interp, INTERP_TCL); /* Best Guess */ in tksh_waitevent()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/
H A DRELEASE32 97-04-09 Default interp mode is INTERP_TCL
/dports/shells/ksh93/ast-93u/src/lib/libtksh/
H A DRELEASE32 97-04-09 Default interp mode is INTERP_TCL
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/
H A DRELEASE33 97-04-09 Default interp mode is INTERP_TCL
/dports/shells/ksh93-devel/ast-cc1bca27/lib/package/
H A Dast-open.README10499 97-04-09 Default interp mode is INTERP_TCL

12