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

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 4419 ** Provide a dummy Tcl_InitStubs if we are using this as a static
4423 # undef Tcl_InitStubs
4424 # define Tcl_InitStubs(a,b,c) TCL_VERSION
4448 int rc = Tcl_InitStubs(interp, "8.5-", 0) ? TCL_OK : TCL_ERROR;
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c 3436 if (Tcl_InitStubs(interp, (char*)"8.1", 0) == NULL) {

Completed in 21 milliseconds