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

/haiku/headers/libs/mapm/
H A Dm_apm.h329 M_APM_struct myVal.
333 M_APM myVal; /* My M_APM structure */ member in class:MAPM
334 void create(void) {myVal=makeNew();}
335 void destroy(void) {unref(myVal);myVal=NULL;}
338 M_APM oldVal=myVal;
339 myVal=Nval;
340 ref(myVal);
364 if (myVal->m_apm_refcount==1)
365 /* Return my private myVal */
[all...]

Completed in 24 milliseconds