Searched refs:NPP_t (Results 1 – 9 of 9) sorted by relevance
80 typedef struct _NPP NPP_t; typedef81 typedef NPP_t* NPP;
34 typedef struct _NPP NPP_t; typedef35 typedef NPP_t* NPP;
389 NPP_t m_instanceStruct;
81 m_npp = new NPP_t(); in DummyNpp()90 NPP_t *getInstance() { return m_npp; } in getInstance()93 NPP_t *m_npp;
51 NPP_t differentNPP = *m_npp; in NPP_SetWindow()
50 typedef struct _NPP NPP_t; typedef51 typedef NPP_t* NPP;
189 } NPP_t; typedef191 typedef NPP_t* NPP;
198 NPP_t m_npp;
2379 plugin = (NPP)calloc(1, sizeof(NPP_t));