Home
last modified time | relevance | path

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

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