Home
last modified time | relevance | path

Searched refs:tcl_interp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_tcl.c57 if (gp->tcl_interp == NULL && tcl_init(gp)) in ex_tcl()
74 if (Tcl_Eval(gp->tcl_interp, buf) == TCL_OK && in ex_tcl()
75 Tcl_Eval(gp->tcl_interp, cmdp->argv[0]->bp) == TCL_OK) in ex_tcl()
78 msgq(sp, M_ERR, "Tcl: %s", ((Tcl_Interp *)gp->tcl_interp)->result); in ex_tcl()
/netbsd-src/external/bsd/nvi/dist/tcl_api/
H A Dtcl.c755 gp->tcl_interp = Tcl_CreateInterp();
756 if (Tcl_Init(gp->tcl_interp) == TCL_ERROR)
760 Tcl_CreateCommand(gp->tcl_interp, name, function, \
856 Tcl_SetResult(sp->gp->tcl_interp, msg, TCL_VOLATILE);
/netbsd-src/external/bsd/nvi/dist/common/
H A Dgs.h69 void *tcl_interp; /* Tcl_Interp *: Tcl interpreter. */ member