man Pages(3): Library Routines
    
M
 
 madvise -- provide advice to VM system ( Index Term Link )
 
 maillock -- functions to manage lockfile(s) for user's mailbox ( Index Term Link )
 
 mailunlock -- functions to manage lockfile(s) for user's mailbox ( Index Term Link )
 
 make modified instructions executable -- sync_instruction_memory ( Index Term Link )
 
 makecontext -- manipulate user contexts ( Index Term Link )
 
 malloc -- memory allocator ( Index Term Link )
 
 manage thread signals for libthread_db
  -- td_thr_setsigpending ( Index Term Link )
  -- td_thr_sigsetmask ( Index Term Link )
 
 manage thread-specific data
  -- pthread_getspecific ( Index Term Link )
  -- pthread_setspecific ( Index Term Link )
 
 Management Interface database administration functions
  -- DmiAddComponent ( Index Term Link )
  -- DmiAddGroup ( Index Term Link )
  -- DmiAddLanguage ( Index Term Link )
  -- DmiDeleteComponent ( Index Term Link )
  -- DmiDeleteGroup ( Index Term Link )
  -- DmiDeleteLanguage ( Index Term Link )
 
 Management Interface initialization functions
  -- DmiGetConfig ( Index Term Link )
  -- DmiGetVersion ( Index Term Link )
  -- DmiRegister ( Index Term Link )
  -- DmiSetConfig ( Index Term Link )
  -- DmiUnregister ( Index Term Link )
 
 Management Interface listing functions
  -- DmiListAttributes ( Index Term Link )
  -- DmiListClassNames ( Index Term Link )
  -- DmiListComponents ( Index Term Link )
  -- DmiListComponentsByClass ( Index Term Link )
  -- DmiListGroups ( Index Term Link )
  -- DmiListLanguages ( Index Term Link )
 
 Management Interface operation functions
  -- DmiAddRow ( Index Term Link )
  -- DmiDeleteRow ( Index Term Link )
  -- DmiGetAttribute ( Index Term Link )
  -- DmiGetMultiple ( Index Term Link )
  -- DmiSetAttribute ( Index Term Link )
  -- DmiSetMultiple ( Index Term Link )
 
 manipulate sets of signals -- sigsetops ( Index Term Link )
  sigaddset ( Index Term Link )
  sigdelset ( Index Term Link )
  sigemptyset ( Index Term Link )
  sigfillset ( Index Term Link )
  sigismember ( Index Term Link )
 
 manipulate color information
  -- can_change_color ( Index Term Link )
  -- color_content ( Index Term Link )
  -- COLOR_PAIR ( Index Term Link )
  -- has_colors ( Index Term Link )
  -- init_color ( Index Term Link )
  -- init_pair ( Index Term Link )
  -- pair_content ( Index Term Link )
  -- PAIR_NUMBER ( Index Term Link )
  -- start_color ( Index Term Link )
 
 manipulate soft labels
  -- slk_attr_off ( Index Term Link )
  -- slk_attr_on ( Index Term Link )
  -- slk_attr_set ( Index Term Link )
  -- slk_attroff ( Index Term Link )
  -- slk_attron ( Index Term Link )
  -- slk_attrset ( Index Term Link )
  -- slk_clear ( Index Term Link )
  -- slk_color ( Index Term Link )
  -- slk_init ( Index Term Link )
  -- slk_label ( Index Term Link )
  -- slk_noutrefresh ( Index Term Link )
  -- slk_refresh ( Index Term Link )
  -- slk_restore ( Index Term Link )
  -- slk_set ( Index Term Link )
  -- slk_touch ( Index Term Link )
  -- slk_wset ( Index Term Link )
 
 map a tnfctl error code to a string -- tnfctl_strerror ( Index Term Link )
 
 map area of parent window to subwindow -- mvderwin ( Index Term Link )
 
 map ASCII mechanism to OID
  -- rpc_gss_mech_to_oid ( Index Term Link ) ( Index Term Link )
 
 map ASCII qop to number
  -- rpc_gss_qop_to_num ( Index Term Link ) ( Index Term Link )
 
 match filename or path name -- fnmatch ( Index Term Link )
 
 math library exception-handling -- matherr ( Index Term Link )
 
 mathematical functions
  -- gamma ( Index Term Link )
  -- gamma_r ( Index Term Link )
  -- lgamma ( Index Term Link )
  -- lgamma_r ( Index Term Link )
 
 matherr -- math library exception-handling ( Index Term Link )
 
 mblen -- get number of bytes in a character ( Index Term Link )
 
 mbrlen -- get number of bytes in a character (restartable) ( Index Term Link )
 
 mbrtowc -- convert a character to a wide-character code (restartable) ( Index Term Link )
 
 mbsinit -- determine conversion object status ( Index Term Link )
 
 mbsrtowcs -- convert a character string to a wide-character string (restartable) ( Index Term Link )
 
 mbstowcs -- convert a character string to a wide-character string ( Index Term Link )
 
 mbtowc -- convert a character to a wide-character code ( Index Term Link )
 
 mctl -- memory management control ( Index Term Link )
 
 media_findname -- convert a supplied name into an absolute pathname that can be used to access removable media ( Index Term Link )
 
 media_getattr -- get and set media attributes ( Index Term Link )
 
 media_setattr -- get and set media attributes ( Index Term Link )
 
 memory -- memory operations ( Index Term Link )
 
 memory, optimizing usage of user mapped memory -- madvise ( Index Term Link )
 
 memory allocator -- bsdmalloc ( Index Term Link )
 
 memory allocator
  -- alloca ( Index Term Link )
  -- calloc ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 memory allocator -- bsdmalloc
  free ( Index Term Link )
 
 memory allocator
  -- free ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- mallinfo ( Index Term Link )
 
 memory allocator -- bsdmalloc
  malloc ( Index Term Link )
 
 memory allocator
  -- malloc ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- mallopt ( Index Term Link )
  -- memalign ( Index Term Link )
 
 memory allocator -- bsdmalloc
  realloc ( Index Term Link )
 
 memory allocator
  -- realloc ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- valloc ( Index Term Link )
 
 memory lock or unlock, calling process -- plock ( Index Term Link )
 
 memory management -- mctl ( Index Term Link )
 
 memory management
  copy a file into memory -- copylist ( Index Term Link )
  get system page size -- getpagesize ( Index Term Link )
  lock address space -- mlockall ( Index Term Link )
  lock pages in memory -- mlock ( Index Term Link )
  synchronize memory with physical storage -- msync ( Index Term Link )
  unlock address space -- munlockall ( Index Term Link )
  unlock pages in memory -- munlock ( Index Term Link )
 
 memory object, shared
  open -- shm_open ( Index Term Link )
  remove -- shm_unlink ( Index Term Link )
 
 memory operations
  -- memccpy ( Index Term Link )
  -- memchr ( Index Term Link )
  -- memcmp ( Index Term Link )
  -- memcpy ( Index Term Link )
  -- memmove ( Index Term Link )
  -- memory ( Index Term Link )
  -- memset ( Index Term Link )
 
 menu library
  See also curses library
 
 menus -- character based menus package ( Index Term Link )
 
 menus, application-specific routines
  -- item_init ( Index Term Link )
  -- item_term ( Index Term Link )
  -- menu_hook ( Index Term Link )
  -- menu_init ( Index Term Link )
  -- menu_term ( Index Term Link )
  -- set_item_init ( Index Term Link )
  -- set_item_term ( Index Term Link )
  -- set_menu_init ( Index Term Link )
  -- set_menu_term ( Index Term Link )
 
 menus, associate application data
  -- menu_userptr ( Index Term Link )
  -- set_menu_userptr ( Index Term Link )
 
 menus, create and destroy
  -- free_menu ( Index Term Link )
  -- menu_new ( Index Term Link )
  -- new_menu ( Index Term Link )
 
 menus, rows and columns
  -- menu_format ( Index Term Link )
  -- set_menu_format ( Index Term Link )
 
 menus cursor
  -- menu_cursor ( Index Term Link )
  -- pos_menu_cursor ( Index Term Link )
 
 menus display attributes
  -- menu_attributes ( Index Term Link )
  -- menu_back ( Index Term Link )
  -- menu_fore ( Index Term Link )
  -- menu_grey ( Index Term Link )
  -- menu_pad ( Index Term Link )
  -- set_menu_back ( Index Term Link )
  -- set_menu_fore ( Index Term Link )
  -- set_menu_grey ( Index Term Link )
  -- set_menu_pad ( Index Term Link )
 
 menus from associated subwindows, write/erase
  -- menu_post ( Index Term Link )
  -- post_menu ( Index Term Link )
  -- unpost_menu ( Index Term Link )
 
 menus item, visibility
  -- item_visible ( Index Term Link )
  -- menu_item_visible ( Index Term Link )
 
 menus item name and description
  -- item_description ( Index Term Link )
  -- item_name ( Index Term Link )
  -- menu_item_name ( Index Term Link )
 
 menus item options routines
  -- item_opts ( Index Term Link )
  -- item_opts_off ( Index Term Link )
  -- item_opts_on ( Index Term Link )
  -- menu_item_opts ( Index Term Link )
  -- set_item_opts ( Index Term Link )
 
 menus item values, set and get
  -- item_value ( Index Term Link )
  -- menu_item_value ( Index Term Link )
  -- set_item_value ( Index Term Link )
 
 menus items, associate application data
  -- item_userptr ( Index Term Link )
  -- menu_item_userptr ( Index Term Link )
  -- set_item_userptr ( Index Term Link )
 
 menus items, connect and disconnect
  -- item_count ( Index Term Link )
  -- menu_items ( Index Term Link )
  -- set_menu_items ( Index Term Link )
 
 menus items, create and destroy
  -- free_item ( Index Term Link )
  -- menu_item_new ( Index Term Link )
  -- new_item ( Index Term Link )
 
 menus items, get and set
  -- current_item ( Index Term Link )
  -- item_index ( Index Term Link )
  -- menu_item_current ( Index Term Link )
  -- set_current_item ( Index Term Link )
  -- set_top_row ( Index Term Link )
  -- top_row ( Index Term Link )
 
 menus mark string routines
  -- menu_mark ( Index Term Link )
  -- set_menu_mark ( Index Term Link )
 
 menus options routines
  -- menu_opts ( Index Term Link )
  -- menu_opts_off ( Index Term Link )
  -- menu_opts_on ( Index Term Link )
  -- set_menu_opts ( Index Term Link )
 
 menus pattern match buffer
  -- menu_pattern ( Index Term Link )
  -- set_menu_pattern ( Index Term Link )
 
 menus subsystem, command processor, -- menu_driver ( Index Term Link )
 
 menus window and subwindow association routines
  -- menu_sub ( Index Term Link )
  -- menu_win ( Index Term Link )
  -- scale_menu ( Index Term Link )
  -- set_menu_sub ( Index Term Link )
  -- set_menu_win ( Index Term Link )
 
 message catalog
  open/catalog -- catopen, catclose ( Index Term Link )
  read a program message -- catgets ( Index Term Link )
 
 message handling functions
  -- bindtextdomain ( Index Term Link )
  -- dcgettext ( Index Term Link )
  -- dgettext ( Index Term Link )
  -- gettext ( Index Term Link )
  -- textdomain ( Index Term Link )
 
 message queue
  close -- mq_close ( Index Term Link )
  notify process (or thread) -- mq_notify ( Index Term Link )
  open -- mq_open ( Index Term Link )
  receive a message from -- mq_receive ( Index Term Link )
  remove -- mq_unlink ( Index Term Link )
  send message to -- mq_send ( Index Term Link )
  set attributes -- mq_setattr ( Index Term Link )
 
 messages
  display a message on stderr or system console -- fmtmsg ( Index Term Link )
  print system error messages -- perror ( Index Term Link )
  system signal messages -- psignal ( Index Term Link )
 
 meta -- enable/disable meta keys ( Index Term Link )
 
 mkdirp -- create directories in a path ( Index Term Link )
 
 mkfifo -- create a new FIFO ( Index Term Link )
 
 mkstemp -- make a unique file name ( Index Term Link )
 
 mktemp -- make a unique file name ( Index Term Link )
 
 mktime -- converts a tm structure to a calendar time ( Index Term Link )
 
 mnttab file
  -- getmntany ( Index Term Link )
  -- getmntent ( Index Term Link )
  -- hasmntopt ( Index Term Link )
  -- putmntent ( Index Term Link )
 
 modf -- decompose floating-point number ( Index Term Link )
 
 modff -- decompose floating-point number ( Index Term Link )
 
 modify/delete user credentials for an authentication service -- pam_setcred ( Index Term Link )
 
 modify LDAP entry RDN
  -- ldap_modrdn ( Index Term Link )
  -- ldap_modrdn2 ( Index Term Link )
  -- ldap_modrdn2_s ( Index Term Link )
  -- ldap_modrdn_s ( Index Term Link )
  -- ldap_rename ( Index Term Link )
  -- ldap_rename_s ( Index Term Link )
 
 modify multiple attributes associated with named object -- fn_attr_multi_modify ( Index Term Link )
 
 modify specified attribute associated with name -- fn_attr_modify ( Index Term Link )
 
 monitor -- prepare process execution profile ( Index Term Link )
 
 move -- graphics interface ( Index Term Link )
 
 move -- move cursor in window ( Index Term Link )
 
 move cursor in window
  -- move ( Index Term Link )
  -- wmove ( Index Term Link )
 
 move the cursor -- mvcur ( Index Term Link )
 
 move window -- mvwin ( Index Term Link )
 
 movenextch -- moving the cursor by character ( Index Term Link )
 
 moveprevch -- moving the cursor by character ( Index Term Link )
 
 mp -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_gcd -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_itom -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_madd -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mcmp -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mdiv -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mfree -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_min -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mout -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_msub -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mtox -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mult -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_pow -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_rpow -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_xtom -- multiple precision integer arithmetic ( Index Term Link )
 
 mq_close -- close a message queue ( Index Term Link )
 
 mq_getattr -- get message queue attributes ( Index Term Link )
 
 mq_notify -- notify process (or thread) that a message is available on a queue ( Index Term Link )
 
 mq_open -- open a message queue ( Index Term Link )
 
 mq_receive -- receive a message from a message queue ( Index Term Link )
 
 mq_send -- send a message to a message queue ( Index Term Link )
 
 mq_setattr -- set/get message queue attributes ( Index Term Link )
 
 mq_unlink -- remove a message queue ( Index Term Link )
 
 msync -- synchronize memory with physical storage ( Index Term Link )
 
 multiple precision integer arithmetic
  -- mp ( Index Term Link )
  -- mp_gcd ( Index Term Link )
  -- mp_itom ( Index Term Link )
  -- mp_madd ( Index Term Link )
  -- mp_mcmp ( Index Term Link )
  -- mp_mdiv ( Index Term Link )
  -- mp_mfree ( Index Term Link )
  -- mp_min ( Index Term Link )
  -- mp_mout ( Index Term Link )
  -- mp_msub ( Index Term Link )
  -- mp_mtox ( Index Term Link )
  -- mp_mult ( Index Term Link )
  -- mp_pow ( Index Term Link )
  -- mp_rpow ( Index Term Link )
  -- mp_xtom ( Index Term Link )
 
 mutex -- concepts relating to mutual exclusion locks ( Index Term Link )
  Caveats ( Index Term Link )
  Initialization ( Index Term Link )
 
 mutex_destroy -- mutual exclusion locks ( Index Term Link )
 
 mutex_init -- mutual exclusion locks ( Index Term Link )
  Destroy ( Index Term Link )
  Dynamically Allocated Mutexes ( Index Term Link )
  Initialize ( Index Term Link )
  Interprocess Locking ( Index Term Link )
  Lock and Unlock ( Index Term Link )
  Multiple Instruction Single Data ( Index Term Link )
  Single Gate ( Index Term Link )
  Solaris Interprocess Robust Locking ( Index Term Link )
 
 mutex_lock -- mutual exclusion locks ( Index Term Link )
 
 mutex_trylock -- mutual exclusion locks ( Index Term Link )
 
 mutex_unlock -- mutual exclusion locks ( Index Term Link )
 
 mutual exclusion locks
  -- mutex_destroy ( Index Term Link )
  -- mutex_init ( Index Term Link )
  -- mutex_lock ( Index Term Link )
  -- mutex_trylock ( Index Term Link )
  -- mutex_unlock ( Index Term Link )
 
 mvadd_wch -- add a complex character (with rendition) to a window ( Index Term Link )
 
 mvadd_wchnstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 mvadd_wchstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 mvaddch -- add a character (with rendition) to a window ( Index Term Link )
 
 mvaddchnstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 mvaddchstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 mvaddnstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 mvaddnwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 mvaddnwstr -- add a wide-character string to a window ( Index Term Link )
 
 mvaddstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 mvaddwch -- add a wchar_t character (with attributes) to a curses window and advance cursor ( Index Term Link )
 
 mvaddwchnstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 mvaddwchstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 mvaddwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 mvaddwstr -- add a wide-character string to a window ( Index Term Link )
 
 mvchgat -- change the rendition of characters in a window ( Index Term Link )
 
 mvcur -- move the cursor ( Index Term Link )
 
 mvdelch -- remove a character ( Index Term Link )
 
 mvderwin -- map area of parent window to subwindow ( Index Term Link )
 
 mvget_wch -- get a wide character from terminal ( Index Term Link )
 
 mvget_wstr -- get a wide character string from terminal ( Index Term Link )
 
 mvgetch -- get a single-byte character from terminal ( Index Term Link )
 
 mvgetn_wstr -- get a wide character string from terminal ( Index Term Link )
 
 mvgetnstr -- get a multibyte character string from terminal ( Index Term Link )
 
 mvgetnwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 mvgetstr -- get a multibyte character string from terminal ( Index Term Link )
 
 mvgetwch -- get (or push back) wchar_t characters from curses terminal keyboard ( Index Term Link )
 
 mvgetwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 mvhline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 mvhline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 mvin_wch -- retrieve a complex character (with rendition) ( Index Term Link )
 
 mvin_wchnstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 mvin_wchstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 mvinch -- return a single-byte character (with rendition) ( Index Term Link )
 
 mvinchnstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 mvinchstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 mvinnstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 mvinnwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 mvinnwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 mvins_nwstr -- insert a wide character string ( Index Term Link )
 
 mvins_wch -- insert a complex character ( Index Term Link )
 
 mvins_wstr -- insert a wide character string ( Index Term Link )
 
 mvinsch -- insert a character ( Index Term Link )
 
 mvinsnstr -- insert a multibyte character string ( Index Term Link )
 
 mvinsnwstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 mvinsstr -- insert a multibyte character string ( Index Term Link )
 
 mvinstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 mvinswch -- insert a wchar_t character before the character under the cursor in a curses window ( Index Term Link )
 
 mvinswstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 mvinwch -- get a wchar_t character and its attributes from a curses window ( Index Term Link )
 
 mvinwchnstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 mvinwchstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 mvinwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 mvinwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 mvprintw -- write formatted output to window ( Index Term Link )
 
 mvscanw -- read formatted input from window ( Index Term Link )
 
 mvvline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 mvvline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 mvwadd_wch -- add a complex character (with rendition) to a window ( Index Term Link )
 
 mvwadd_wchnstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 mvwadd_wchstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 mvwaddch -- add a character (with rendition) to a window ( Index Term Link )
 
 mvwaddchnstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 mvwaddchstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 mvwaddnwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 mvwaddnwstr -- add a wide-character string to a window ( Index Term Link )
 
 mvwaddstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 mvwaddwch -- add a wchar_t character (with attributes) to a curses window and advance cursor ( Index Term Link )
 
 mvwaddwchnstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 mvwaddwchstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 mvwaddwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 mvwaddwstr -- add a wide-character string to a window ( Index Term Link )
 
 mvwchgat -- change the rendition of characters in a window ( Index Term Link )
 
 mvwdelch -- remove a character ( Index Term Link )
 
 mvwget_wch -- get a wide character from terminal ( Index Term Link )
 
 mvwget_wstr -- get a wide character string from terminal ( Index Term Link )
 
 mvwgetch -- get a single-byte character from terminal ( Index Term Link )
 
 mvwgetn_wstr -- get a wide character string from terminal ( Index Term Link )
 
 mvwgetnstr -- get a multibyte character string from terminal ( Index Term Link )
 
 mvwgetnwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 mvwgetstr -- get a multibyte character string from terminal ( Index Term Link )
 
 mvwgetwch -- get (or push back) wchar_t characters from curses terminal keyboard ( Index Term Link )
 
 mvwgetwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 mvwhline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 mvwhline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 mvwin -- move window ( Index Term Link )
 
 mvwin_wch -- retrieve a complex character (with rendition) ( Index Term Link )
 
 mvwin_wchnstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 mvwin_wchstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 mvwinch -- return a single-byte character (with rendition) ( Index Term Link )
 
 mvwinchnstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 mvwinchstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 mvwinnstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 mvwinnwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 mvwinnwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 mvwins_nstr -- insert a wide character string ( Index Term Link )
 
 mvwins_nwstr -- insert a wide character string ( Index Term Link )
 
 mvwins_wch -- insert a complex character ( Index Term Link )
 
 mvwinsch -- insert a character ( Index Term Link )
 
 mvwinsnstr -- insert a multibyte character string ( Index Term Link )
 
 mvwinsnwstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 mvwinsstr -- insert a multibyte character string ( Index Term Link )
 
 mvwinstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 mvwinswch -- insert a wchar_t character before the character under the cursor in a curses window ( Index Term Link )
 
 mvwinswstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 mvwinwch -- get a wchar_t character and its attributes from a curses window ( Index Term Link )
 
 mvwinwchnstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 mvwinwchstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 mvwinwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 mvwinwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 mvwprintw -- write formatted output to window ( Index Term Link )
 
 mvwscanw -- read formatted input from window ( Index Term Link )
 
 mvwvline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 mvwvline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 mwwaddnstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )