Lines Matching +refs:feature +refs:define +refs:name
10 %define DOCSTRING
46 %define MODULEIMPORT
56 // The name of the module to be created.
60 %feature("autodoc", "1");
62 %define ARRAYHELPER(type,name)
64 type *new_ ## name (int nitems) {
67 void delete_ ## name(type *t) {
70 type name ## _get(type *t, int index) {
73 void name ## _set(type *t, int index, type val) {
86 %define EMBED_VERSION(VERSION)