|
|
monstartup(3) -- control execution profile
|
|
An executable program compiled using the -pg option to cc(1) automatically includes calls to collect statistics for the gprof(1) call-graph execution profiler. In typical operation, profiling begins a... |
|
mouseinterval(3) -- mouse interface through curses
|
|
These functions provide an interface to mouse events from curses(3). Mouse events are represented by KEY_MOUSE pseudo-key values in the wgetch input stream. To make mouse events visible, use the mouse... |
|
mousemask(3) -- mouse interface through curses
|
|
These functions provide an interface to mouse events from curses(3). Mouse events are represented by KEY_MOUSE pseudo-key values in the wgetch input stream. To make mouse events visible, use the mouse... |
|
mouse_trafo(3) -- mouse interface through curses
|
|
These functions provide an interface to mouse events from curses(3). Mouse events are represented by KEY_MOUSE pseudo-key values in the wgetch input stream. To make mouse events visible, use the mouse... |
|
move(3) -- move curses window cursor
|
|
These routines move the cursor associated with the window to line y and column x. This routine does not move the physical cursor of the terminal until refresh is called. The position specified is rela... |
|
move_field(3) -- make and break connections between fields and forms
|
|
The function set_form_fields changes the field pointer array of the given form. The array must be terminated by a NULL. The function form_fields returns the field array of the given form. The function... |
|
move_panel(3) -- panel stack extension for curses
|
|
Panels are curses(3) windows with the added feature of depth. Panel functions allow the use of stacked windows and ensure the proper portions of each window and the curses stdscr window are hidden or ... |
|
mpool(3) -- shared memory buffer pool
|
|
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a... |
|
mpool_close(3) -- shared memory buffer pool
|
|
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a... |
|
mpool_delete(3) -- shared memory buffer pool
|
|
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a... |
|
mpool_filter(3) -- shared memory buffer pool
|
|
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a... |
|
mpool_get(3) -- shared memory buffer pool
|
|
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a... |
|
mpool_new(3) -- shared memory buffer pool
|
|
mpool is the library interface intended to provide page oriented buffer management of files. The buffers may be shared between processes. The function mpool_open() initializes a memory pool. The key a... |