Searched defs:plugin (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libcodex/
H A Dcodexmeth.c39 int plugin; local
45 plugin = 0;
52 if (!(meth = meth->next) && !plugin)
54 plugin = 1;
/ast/src/lib/libvcodex/
H A Dvcmethod.c118 static Vcmethod_t* plugin(Void_t* dll, const char* path) function
120 static Vcmethod_t* plugin(dll, path)
158 plugin(dll, dle->path);
208 return plugin(dll, buf1);
/ast/src/cmd/nmake/
H A DMakerules.mk2086 P := $(.PACKAGE.plugin)
2116 elif T == "plugin=*"
2117 P := $(T:/plugin=//)
2843 .PACKAGE.plugin =
3481 elif N == "plugin"

Completed in 28 milliseconds