Searched refs:loaded (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libdll/
H A Ddll_lib.c118 static Dll_lib_t* loaded; local
124 * check if plugin already loaded
127 for (lib = loaded; lib; lib = lib->next)
162 * add to the loaded list
170 lib->next = loaded;
171 loaded = lib;
172 errorf("dll", NiL, -1, "dll_lib: %s version %lu loaded from %s", names->name, version, lib->path);
/ast/src/lib/libtksh/lib/tksh7.6/
H A Dinit.tcl16 error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]"
152 # loaded the procedure, 0 otherwise.
450 append index "# information so that packages will be loaded automatically\n"
465 # If Tk is loaded in the parent interpreter, load it into the
468 foreach pkg [info loaded] {
542 # auto_index array so that the package's files will be auto-loaded when
/ast/src/cmd/nmake/
H A DMakerules.mk162 * made when the base rules are loaded

Completed in 35 milliseconds