Searched refs:hook (Results 51 - 75 of 93) sorted by relevance

1234

/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesm.h186 // This are the built-in hook functions in this C++ binding. In C++ we use
224 UserHook* hook = STATIC_CAST(UserHook*)(::menu_userptr(m)); local
225 assert(hook != 0 && hook->m_owner==m);
226 return const_cast<NCursesMenu*>(hook->m_back);
H A Dcursesf.h325 // This are the built-in hook functions in this C++ binding. In C++ we use
363 UserHook* hook = reinterpret_cast<UserHook*>(::form_userptr(f)); local
364 assert(hook != 0 && hook->m_owner==f);
365 return const_cast<NCursesForm*>(hook->m_back);
/haiku-fatelf/src/tools/fs_shell/
H A Dblock_cache.cpp95 fssh_transaction_notification_hook hook; member in struct:FSShell::cache_notification
238 copy.hook(copy.transaction_id, event, copy.data);
253 fssh_transaction_notification_hook hook, void* data)
258 notification.hook = hook;
289 if (notification->hook == NULL)
363 if (listener->data == data && listener->hook == hookFunction) {
1037 fssh_transaction_notification_hook hook, void* data)
1053 hook, data) != FSSH_B_OK) {
1151 fssh_transaction_notification_hook hook, voi
251 set_notification(cache_transaction* transaction, cache_notification &notification, int32_t events, fssh_transaction_notification_hook hook, void* data) argument
1036 fssh_cache_end_transaction(void* _cache, int32_t id, fssh_transaction_notification_hook hook, void* data) argument
1150 fssh_cache_detach_sub_transaction(void* _cache, int32_t id, fssh_transaction_notification_hook hook, void* data) argument
[all...]
/haiku-fatelf/headers/private/net/
H A Dnet_stack.h44 net_timer_func hook; member in struct:net_timer
157 void (*init_timer)(net_timer* timer, net_timer_func hook,
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtoe.c233 void (*hook) (const char *, TERMTYPE * tp))
290 /* apply the selected hook function */
291 (*hook) (cn, &lterm);
H A Ddump_entry.c1046 compare_entry(void (*hook) (PredType t, PredIdx i, const char *name),
1063 (*hook) (CMP_BOOLEAN, i, name);
1075 (*hook) (CMP_NUMBER, i, name);
1087 (*hook) (CMP_STRING, i, name);
1091 (*hook) (CMP_USE, 0, "use");
/haiku-fatelf/src/libs/print/libgutenprint/src/foomatic/
H A DMakefile.am104 dist-hook:
/haiku-fatelf/src/kits/game/
H A DWindowScreen.cpp459 graphics_card_hook hook = NULL;
464 hook = (graphics_card_hook)draw_rect_8;
468 hook = (graphics_card_hook)draw_rect_32;
472 hook = (graphics_card_hook)blit;
476 hook = (graphics_card_hook)scaled_filtered_blit;
480 hook = (graphics_card_hook)card_sync;
484 hook = (graphics_card_hook)draw_rect_16;
490 return hook;
996 fprintf(stderr, "InitClone: cannot get clone hook\n");
H A DPushGameSound.cpp144 BPushGameSound::SetStreamHook(void (*hook)(void * inCookie, void * inBuffer,
H A DGameProducer.cpp34 bool* hook; member in struct:_gs_play
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsomsolib.c191 addr_and_unwind_t hook; member in struct:__anon3871
841 /* This hook gets called just before the first instruction in the
853 bit 1 when set indicates that the callback hook routine is valid
929 dld_cache.hook.address = anaddr;
1052 /* This operation removes the "hook" between GDB and the dynamic linker,
1097 /* This function creates a breakpoint on the dynamic linker hook, which
1115 /* This function creates a breakpoint on the dynamic linker hook, which
1289 dld_cache.hook.unwind = find_unwind_entry (dld_cache.hook.address);
1325 if ((u_pc == dld_cache.hook
[all...]
H A Dgdb-events.sh129 /* Type definition of all hook functions.
130 Recommended pratice is to first declare each hook function using
160 calling the hook proper. */
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_set_term.c438 if (rsp->hook) {
448 SP->_rippedoff[i].hook(SP->_rippedoff[i].w, scolumns);
486 rsp->hook = init;
/haiku-fatelf/src/system/kernel/cache/
H A Dblock_cache.cpp120 transaction_notification_hook hook; member in struct:cache_notification
768 copy.hook(copy.transaction_id, event, copy.data);
779 /*! Flushes all pending notifications by calling the appropriate hook
801 transaction_notification_hook hook, void* data)
806 notification.hook = hook;
837 if (notification->hook == NULL)
913 if (listener->data == data && listener->hook == hookFunction) {
2212 notification->events_pending, notification->hook,
2317 listener->hook, listene
799 set_notification(cache_transaction* transaction, cache_notification &notification, int32 events, transaction_notification_hook hook, void* data) argument
2798 cache_end_transaction(void* _cache, int32 id, transaction_notification_hook hook, void* data) argument
2917 cache_detach_sub_transaction(void* _cache, int32 id, transaction_notification_hook hook, void* data) argument
3168 cache_add_transaction_listener(void* _cache, int32 id, int32 events, transaction_notification_hook hook, void* data) argument
[all...]
/haiku-fatelf/headers/os/game/
H A DPushGameSound.h50 virtual status_t SetStreamHook(void (*hook)(void* inCookie,
/haiku-fatelf/src/apps/mail/
H A DComboBox.h162 void SetFilter(text_input_filter_hook hook);
H A DComboBox.cpp174 void SetFilter(text_input_filter_hook hook);
601 BComboBox::TextInput::SetFilter(text_input_filter_hook hook) argument
603 fFilter = hook;
1323 BComboBox::SetFilter(text_input_filter_hook hook) argument
1325 fText->SetFilter(hook);
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A DMakefile.am165 install-data-hook:
238 dist-hook:
/haiku-fatelf/src/libs/print/libgutenprint/doc/developer/
H A DMakefile.am63 dist-hook: html-stamp
/haiku-fatelf/src/libs/print/libgutenprint/src/xml/escp2/model/
H A DMakefile.am154 dist-hook: xml-stamp
/haiku-fatelf/src/libs/print/libgutenprint/
H A DMakefile.am104 dist-hook: dist-time-check
/haiku-fatelf/src/add-ons/translators/raw/
H A DRAW.h76 void SetProgressMonitor(monitor_hook hook, void* data);
/haiku-fatelf/src/tests/system/kernel/scheduler/
H A Dmain.cpp297 add_timer(timer *event, timer_hook hook, bigtime_t period, int32 flags) argument
/haiku-fatelf/headers/os/interface/
H A DMenu.h168 void SetTrackingHook(menu_tracking_hook hook,
/haiku-fatelf/src/bin/coreutils/src/
H A DMakefile.am423 install-exec-hook: su$(EXEEXT)
643 dist-hook: $(all_programs)

Completed in 166 milliseconds

1234