Searched refs:x_hook_function (Results 1 – 2 of 2) sorted by relevance
42 #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()
36 typedef void x_hook_function (void *arg, void *data); typedef38 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,