Lines Matching refs:infop
41 * sh_cm_lock(infop)
42 * sh_cm_unlock(infop)
43 * lock and unlock colormap info page. 'infop' is the Grabbedcmap
46 * sh_cmapgrab_cookie(infop)
206 #define wx_cm_lock(infop) \
208 if( (infop)->cm_lockcnt++ == 0 ) \
209 *(infop)->cm_lockp = 1 ; \
212 #define wx_cm_unlock(infop) \
214 if( --(infop)->cm_lockcnt == 0 ) \
215 *(infop)->cm_unlockp = 0 ; \