HomeSort by: relevance | last modified time | path
    Searched refs:tcl_interp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
ex_tcl.c 57 if (gp->tcl_interp == NULL && tcl_init(gp))
74 if (Tcl_Eval(gp->tcl_interp, buf) == TCL_OK &&
75 Tcl_Eval(gp->tcl_interp, cmdp->argv[0]->bp) == TCL_OK)
78 msgq(sp, M_ERR, "Tcl: %s", ((Tcl_Interp *)gp->tcl_interp)->result);
  /src/external/bsd/nvi/dist/tcl_api/
tcl.c 41 static int getint __P((Tcl_Interp *, char *, char *, int *));
42 static int getscreenid __P((Tcl_Interp *, SCR **, char *, char *));
67 Tcl_Interp *interp;
95 Tcl_Interp *interp;
129 Tcl_Interp *interp;
163 Tcl_Interp *interp;
206 Tcl_Interp *interp;
240 Tcl_Interp *interp;
276 Tcl_Interp *interp;
311 Tcl_Interp *interp
    [all...]
  /src/external/bsd/nvi/dist/common/
gs.h 69 void *tcl_interp; /* Tcl_Interp *: Tcl interpreter. */ member in struct:_gs

Completed in 48 milliseconds