Home
last modified time | relevance | path

Searched refs:x_hook_function (Results 1 – 2 of 2) 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))
46 X_PFX(hook_add) (x_list * lst, x_hook_function * fun, void *data) { in X_PFX()
51 X_PFX(hook_remove) (x_list * lst, x_hook_function * fun, void *data) { in X_PFX()
81 x_hook_function *fun = CELL_FUN(cell); in X_PFX()
H A Dx-hook.h36 typedef void x_hook_function (void *arg, void *data); typedef
38 X_EXTERN x_list *X_PFX(hook_add) (x_list * lst, x_hook_function * fun,
40 X_EXTERN x_list *X_PFX(hook_remove) (x_list * lst, x_hook_function * fun,