Searched refs:arg (Results 1 - 25 of 624) sorted by path

1234567891011>>

/haiku/headers/build/os/interface/
H A DBitmap.h77 virtual status_t Perform(perform_code d, void *arg);
/haiku/headers/cpp/
H A Dparsestream.h101 // char* DoReadLine(void* arg)
103 // char *line = readline((char*)arg); /* 'arg' is used as prompt. */
111 typedef char *(*CharReader)(void *arg);
116 void *arg; member in class:func_parsebuf
/haiku/headers/cpp/std/
H A Dcomplext.cc54 return complex<FLOAT> (log (abs (x)), arg (x));
61 FLOAT t = arg (x);
H A Dcomplext.h326 arg (const complex<_FLT>& x) __attribute__ ((const));
329 arg (const complex<_FLT>& x) function
/haiku/headers/libs/alm/
H A DALMLayout.h161 virtual status_t Perform(perform_code d, void* arg);
/haiku/headers/os/app/
H A DApplication.h98 virtual status_t Perform(perform_code d, void* arg);
H A DHandler.h77 virtual status_t Perform(perform_code d, void* arg);
H A DLooper.h102 virtual status_t Perform(perform_code d, void* arg);
143 static status_t _task0_(void* arg);
H A DNotification.h67 status_t AddOnClickArg(const BString& arg);
/haiku/headers/os/drivers/bus/
H A DSCSI.h388 void (*func)( void * ), void *arg);
/haiku/headers/os/drivers/
H A Ddpc.h18 typedef void (*dpc_func) (void *arg);
25 status_t (*queue_dpc)(void *queue, dpc_func func, void *arg);
H A Dlocked_pool.h39 typedef status_t (*locked_pool_add_hook)(void *block, void *arg);
40 typedef void (*locked_pool_remove_hook)(void *block, void *arg);
61 // hook_arg - value to be passed to hooks as arg
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h404 typedef int (*ss_entry_t)(u_int sock, u_int cmd, void *arg);
/haiku/headers/os/interface/
H A DAbstractLayout.h41 virtual status_t Perform(perform_code d, void* arg);
H A DAbstractLayoutItem.h36 virtual status_t Perform(perform_code d, void* arg);
H A DBox.h67 virtual status_t Perform(perform_code d, void* arg);
H A DButton.h78 virtual status_t Perform(perform_code d, void* arg);
H A DCardLayout.h34 virtual status_t Perform(perform_code d, void* arg);
H A DCardView.h24 virtual status_t Perform(perform_code d, void* arg);
H A DColorControl.h82 virtual status_t Perform(perform_code d, void *arg);
H A DControl.h75 virtual status_t Perform(perform_code d, void* arg);
H A DGridLayout.h64 virtual status_t Perform(perform_code d, void* arg);
H A DGridView.h28 virtual status_t Perform(perform_code d, void* arg);
H A DGroupLayout.h41 virtual status_t Perform(perform_code d, void* arg);
H A DGroupView.h29 virtual status_t Perform(perform_code d, void* arg);

Completed in 117 milliseconds

1234567891011>>