Home
last modified time | relevance | path

Searched refs:CELL_DATA (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dx-hook.c43 #define CELL_DATA(c) ((c)->data) macro
57 if (CELL_FUN(cell) == fun && CELL_DATA(cell) == data) in X_PFX()
82 void *data = CELL_DATA(cell); in X_PFX()