Searched refs:plugin_version (Results 1 – 9 of 9) sorted by relevance
37 #define SHLIB(m) unsigned long plugin_version(void) { return SH_PLUGIN_VERSION; }39 #define SHLIB(m) unsigned long plugin_version() { return SH_PLUGIN_VERSION; }
402 extern unsigned long plugin_version(void);
103 unsigned long plugin_version(void) { return CDT_PLUGIN_VERSION; }120 unsigned long plugin_version() { return CDT_PLUGIN_VERSION; }
46 plugin_version;
45 plugin_version;
9 10-05-28 dllcheck.c: add dllcheck() to do plugin_version() checks
123 int plugin_version = FWPLUGIN_VERSION_2; variable
44 BUILTIN_LIB to PLUGIN_LIB to prevent new plugin_version() aware45 -lcmd from causing older non-plugin_version() aware ksh to dump core.
140 10-08-20 include/ast.h: add export plugin_version() prototype