man Pages(3): Library Routines
    
W
 
 wadd_wch -- add a complex character (with rendition) to a window ( Index Term Link )
 
 wadd_wchnstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 wadd_wchstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 waddch -- add a character (with rendition) to a window ( Index Term Link )
 
 waddchnstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 waddchstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 waddnstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 waddnwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 waddnwstr -- add a wide-character string to a window ( Index Term Link )
 
 waddstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 waddwch -- add a wchar_t character (with attributes) to a curses window and advance cursor ( Index Term Link )
 
 waddwchnstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 waddwchstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 waddwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 waddwstr -- add a wide-character string to a window ( Index Term Link )
 
 wadjcurspos -- moving the cursor by character ( Index Term Link )
 
 wait for and return LDAP operation result -- ldap_result ( Index Term Link )
 
 wait -- wait for process to terminate or stop ( Index Term Link )
 
 waitpid -- wait for process to terminate or stop ( Index Term Link )
 
 wait3 -- wait for process to terminate or stop ( Index Term Link ) ( Index Term Link )
 
 wait4 -- wait for process to terminate or stop ( Index Term Link ) ( Index Term Link )
 
 wait for process to terminate or stop
  -- wait3 ( Index Term Link )
  -- wait4 ( Index Term Link )
 
 wait for thread termination -- pthread_join ( Index Term Link )
 
 wait for thread termination -- thr_join ( Index Term Link )
 
 wait for transmission of output -- tcdrain ( Index Term Link )
 
 wait on a condition
  -- pthread_cond_timedwait ( Index Term Link )
  -- pthread_cond_wait ( Index Term Link )
 
 watof -- convert wide character string to double-precision number ( Index Term Link )
 
 watoi -- convert wide character string to long integer ( Index Term Link )
 
 watol -- convert wide character string to long integer ( Index Term Link )
 
 watoll -- convert wide character string to long integer ( Index Term Link )
 
 wattr_get -- control window attributes ( Index Term Link )
 
 wattr_off -- control window attributes ( Index Term Link )
 
 wattr_on -- control window attributes ( Index Term Link )
 
 wattr_set -- control window attributes ( Index Term Link )
 
 wattroff -- change foreground window attributes ( Index Term Link )
 
 wattroff -- curses character and window attribute control routines ( Index Term Link )
 
 wattron -- change foreground window attributes ( Index Term Link )
 
 wattron -- curses character and window attribute control routines ( Index Term Link )
 
 wattrset -- change foreground window attributes ( Index Term Link )
 
 wattrset -- curses character and window attribute control routines ( Index Term Link )
 
 wbkgd -- set the background character (and rendition) of window ( Index Term Link )
 
 wbkgdset -- set the background character (and rendition) of window ( Index Term Link )
 
 wbkgrnd -- set or get the background character (and rendition) of window using a complex character ( Index Term Link )
 
 wbkgrndset -- set or get the background character (and rendition) of window using a complex character ( Index Term Link )
 
 wborder -- add a single-byte border to a window ( Index Term Link )
 
 wborder_set -- use complex characters (and renditions) to draw borders ( Index Term Link )
 
 wchar_t string, number conversion -- wscanf ( Index Term Link )
 
 wchgat -- change the rendition of characters in a window ( Index Term Link )
 
 wclear -- clear a window ( Index Term Link )
 
 wclrtobot -- clear to the end of a window ( Index Term Link )
 
 wclrtoeol -- clear to the end of a line ( Index Term Link )
 
 wcolor_set -- control window attributes ( Index Term Link )
 
 wcrtomb -- convert a wide-character code to a character (restartable) ( Index Term Link )
 
 wcscat -- wide-character string operations ( Index Term Link )
 
 wcschr -- wide-character string operations ( Index Term Link )
 
 wcscmp -- wide-character string operations ( Index Term Link )
 
 wcscoll -- wide character string comparison using collating information ( Index Term Link )
 
 wcscpy -- wide-character string operations ( Index Term Link )
 
 wcscspn -- wide-character string operations ( Index Term Link )
 
 wcsetno -- get information on EUC codesets ( Index Term Link )
 
 wcsftime -- convert date and time to wide character string ( Index Term Link )
 
 wcslen -- wide-character string operations ( Index Term Link )
 
 wcsncat -- wide-character string operations ( Index Term Link )
 
 wcsncmp -- wide-character string operations ( Index Term Link )
 
 wcsncpy -- wide-character string operations ( Index Term Link )
 
 wcspbrk -- wide-character string operations ( Index Term Link )
 
 wcsrchr -- wide-character string operations ( Index Term Link )
 
 wcsrtombs -- convert a wide-character string to a character string (restartable) ( Index Term Link )
 
 wcsspn -- wide-character string operations ( Index Term Link )
 
 wcsstr -- find a wide-character substring ( Index Term Link )
 
 wcstod -- convert wide character string to double-precision number ( Index Term Link )
 
 wcstok -- wide-character string operations ( Index Term Link )
 
 wcstol -- convert wide character string to long integer ( Index Term Link )
 
 wcstombs -- convert a wide-character string to a character string ( Index Term Link )
 
 wcstoul -- convert wide character string to unsigned long ( Index Term Link )
 
 wcstring -- wide-character string operations ( Index Term Link )
 
 wcswcs -- wide-character string operations ( Index Term Link )
 
 wcswidth -- number of column positions of a wide-character string ( Index Term Link )
 
 wcsxfrm -- wide character string transformation ( Index Term Link )
 
 wctob -- wide-character to single-byte conversion ( Index Term Link )
 
 wctomb -- convert a wide-character code to a character ( Index Term Link )
 
 wctrans -- define character mapping ( Index Term Link )
 
 wctype -- define character class ( Index Term Link )
 
 wcursyncup -- synchronize window with its parents or children ( Index Term Link )
 
 wcwidth -- number of column positions of a wide-character code ( Index Term Link )
 
 wdelch -- remove a character ( Index Term Link )
 
 wdeleteln -- remove a line ( Index Term Link )
 
 wecho_wchar -- add a complex character and refresh window ( Index Term Link )
 
 wechochar -- add a single-byte character and refresh window ( Index Term Link )
 
 wechowchar -- add a wchar_t character (with attributes) to a curses window and advance cursor ( Index Term Link )
 
 werase -- clear a window ( Index Term Link )
 
 wget_wch -- get a wide character from terminal ( Index Term Link )
 
 wget_wstr -- get a wide character string from terminal ( Index Term Link )
 
 wgetbkgrnd -- set or get the background character (and rendition) of window using a complex character ( Index Term Link )
 
 wgetch -- get a single-byte character from terminal ( Index Term Link )
 
 wgetn_wstr -- get a wide character string from terminal ( Index Term Link )
 
 wgetnstr -- get a multibyte character string from terminal ( Index Term Link )
 
 wgetnwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 wgetstr -- get a multibyte character string from terminal ( Index Term Link )
 
 wgetwch -- get (or push back) wchar_t characters from curses terminal keyboard ( Index Term Link )
 
 wgetwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 whline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 whline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 wide character string to long integer, convert
  -- watoi ( Index Term Link )
  -- watol ( Index Term Link )
  -- watoll ( Index Term Link )
  -- wcstol ( Index Term Link )
  -- wstol ( Index Term Link )
 
 wide-character code classification functions
  -- isenglish ( Index Term Link )
  -- isideogram ( Index Term Link )
  -- isnumber ( Index Term Link )
  -- isphonogram ( Index Term Link )
  -- isspecial ( Index Term Link )
  -- iswalnum ( Index Term Link )
  -- iswalpha ( Index Term Link )
  -- iswascii ( Index Term Link )
  -- iswcntrl ( Index Term Link )
  -- iswdigit ( Index Term Link )
  -- iswgraph ( Index Term Link )
  -- iswlower ( Index Term Link )
  -- iswprint ( Index Term Link )
  -- iswpunct ( Index Term Link )
  -- iswspace ( Index Term Link )
  -- iswupper ( Index Term Link )
  -- iswxdigit ( Index Term Link )
 
 wide-character formatted output of a stdarg argument list
  -- vfwprintf ( Index Term Link )
  -- vswprintf ( Index Term Link )
  -- vwprintf ( Index Term Link )
 
 wide-character mapping -- towctrans ( Index Term Link )
 
 wide character string comparison using collating information
  -- wcscoll ( Index Term Link )
  -- wscoll ( Index Term Link )
 
 wide-character string operations
  -- wcscat ( Index Term Link )
  -- wcschr ( Index Term Link )
  -- wcscmp ( Index Term Link )
  -- wcscpy ( Index Term Link )
  -- wcscspn ( Index Term Link )
  -- wcslen ( Index Term Link )
  -- wcsncat ( Index Term Link )
  -- wcsncmp ( Index Term Link )
  -- wcsncpy ( Index Term Link )
  -- wcspbrk ( Index Term Link )
  -- wcsrchr ( Index Term Link )
  -- wcsspn ( Index Term Link )
  -- wcstok ( Index Term Link )
  -- wcstring ( Index Term Link )
  -- wcswcs ( Index Term Link )
  -- windex ( Index Term Link )
  -- wrindex ( Index Term Link )
 
 wide character string transformation
  -- wcsxfrm ( Index Term Link )
  -- wsxfrm ( Index Term Link )
 
 wide-character to single-byte conversion -- wctob ( Index Term Link )
 
 win_wch -- retrieve a complex character (with rendition) ( Index Term Link )
 
 win_wchnstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 win_wchstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 winch -- return a single-byte character (with rendition) ( Index Term Link )
 
 winchnstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 winchstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 windex -- wide-character string operations ( Index Term Link )
 
 winnstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 winnwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 winnwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 wins_nwstr -- insert a wide character string ( Index Term Link )
 
 wins_wch -- insert a complex character ( Index Term Link )
 
 wins_wstr -- insert a wide character string ( Index Term Link )
 
 winsch -- insert a character ( Index Term Link )
 
 winsdelln -- insert/delete lines to/from the window ( Index Term Link )
 
 winsertln -- insert a line in a window ( Index Term Link )
 
 winsnstr -- insert a multibyte character string ( Index Term Link )
 
 winsnwstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 winsstr -- insert a multibyte character string ( Index Term Link )
 
 winstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 winswch -- insert a wchar_t character before the character under the cursor in a curses window ( Index Term Link )
 
 winswstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 winwch -- get a wchar_t character and its attributes from a curses window ( Index Term Link )
 
 winwchnstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 winwchstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 winwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 winwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 wmemchr -- find a wide-character in memory ( Index Term Link )
 
 wmemcmp -- compare wide-characters in memory ( Index Term Link )
 
 wmemcpy -- copy wide-characters in memory ( Index Term Link )
 
 wmemmove -- copy wide-characters in memory with overlapping areas ( Index Term Link )
 
 wmemset -- set wide-characters in memory ( Index Term Link )
 
 wmove -- move cursor in window ( Index Term Link )
 
 wmovenextch -- moving the cursor by character ( Index Term Link )
 
 wmoveprevch -- moving the cursor by character ( Index Term Link )
 
 wnoutrefresh -- refresh windows and lines ( Index Term Link )
 
 wordexp -- perform word expansions ( Index Term Link )
 
 wordfree -- perform word expansions ( Index Term Link )
 
 working directory, get pathname -- getwd ( Index Term Link )
 
 wprintf -- print formatted wide-character output ( Index Term Link )
 
 wprintw -- write formatted output to window ( Index Term Link )
 
 wredrawln -- redraw screen or portion of screen ( Index Term Link )
 
 wrefresh -- refresh windows and lines ( Index Term Link )
 
 wrindex -- wide-character string operations ( Index Term Link )
 
 write formatted output to window
  -- mvprintw ( Index Term Link )
  -- mvwprintw ( Index Term Link )
  -- printw ( Index Term Link )
  -- vw_printw ( Index Term Link )
  -- vwprintw ( Index Term Link )
  -- wprintw ( Index Term Link )
 
 write screen contents to/from a file
  -- scr_dump ( Index Term Link )
  -- scr_init ( Index Term Link )
  -- scr_restore ( Index Term Link )
  -- scr_set ( Index Term Link )
 
 write_vtoc -- read and write a disk's VTOC ( Index Term Link )
 
 wscanf -- convert formatted wide-character input ( Index Term Link )
 
 wscanw -- read formatted input from window ( Index Term Link )
 
 wscasecmp -- Process Code string operations ( Index Term Link )
 
 wscol -- Process Code string operations ( Index Term Link )
 
 wscoll -- wide character string comparison using collating information ( Index Term Link )
 
 wscrl -- scroll a window ( Index Term Link )
 
 wsdup -- Process Code string operations ( Index Term Link )
 
 wsetscrreg -- set terminal output controls ( Index Term Link )
 
 wsncasecmp -- Process Code string operations ( Index Term Link )
 
 wsprintf -- formatted output conversion ( Index Term Link )
 
 wsscanf -- formatted input conversion ( Index Term Link )
 
 wstandend -- curses character and window attribute control routines ( Index Term Link )
 
 wstandend -- set/clear window attributes ( Index Term Link )
 
 wstandout -- curses character and window attribute control routines ( Index Term Link )
 
 wstandout -- set/clear window attributes ( Index Term Link )
 
 wstod -- convert wide character string to double-precision number ( Index Term Link )
 
 wstol -- convert wide character string to long integer ( Index Term Link )
 
 wstostr -- code conversion for Process Code and File Code ( Index Term Link )
 
 wsxfrm -- wide character string transformation ( Index Term Link )
 
 wsyncdown -- synchronize window with its parents or children ( Index Term Link )
 
 wsyncup -- synchronize window with its parents or children ( Index Term Link )
 
 wtimeout -- set timed blocking or non-blocking read ( Index Term Link )
 
 wtouchln -- control window refresh ( Index Term Link )
 
 wunctrl -- convert a wide character to printable form ( Index Term Link )
 
 wvline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 wvline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )