summary of site-wide JavaScript functionality
United States-English
»
Contact HP
Search:
More options
Manual
Technical documentation - English
All of HP US
HP-UX Reference
>
Part IV Section 3: Library Functions
W
»
Technical documentation
»
Feedback
»
Table of Contents
»
Index
Table of Contents
wadd_wch(3X)
- add a complex character and rendition to a window — see
add_wch
(3X)
wadd_wchnstr(3X)
- add an array of complex characters and renditions to a window — see
add_wchnstr
(3X)
wadd_wchstr(3X)
- add an array of complex characters and renditions to a window — see
add_wchnstr
(3X)
waddch(3X)
- add a single-byte character and rendition to a window and advance the cursor — see
addch
(3X)
waddchnstr(3X)
- add length limited string of single-byte characters and renditions to a window — see
addchnstr
(3X)
waddchstr(3X)
- add string of single-byte characters and renditions to a window — see
addchstr
(3X)
waddnstr(3X)
- add a string of multi-byte characters without rendition to a window and advance cursor — see
addnstr
(3X)
waddnwstr(3X)
- add a wide-character string to a window and advance the cursor — see
addnwstr
(3X)
waddstr(3X)
- add a string of multi-byte characters without rendition to a window and advance cursor — see
addnstr
(3X)
waddwstr(3X)
- add a wide-character string to a window and advance the cursor — see
addnwstr
(3X)
wattr_get(3X)
- window attribute control functions — see
attr_get
(3X)
wattr_off(3X)
- window attribute control functions — see
attr_get
(3X)
wattr_on(3X)
- window attribute control functions — see
attr_get
(3X)
wattr_set(3X)
- window attribute control functions — see
attr_get
(3X)
wattroff(3X)
- restricted window attribute control functions — see
attroff
(3X)
wattron(3X)
- restricted window attribute control functions — see
attroff
(3X)
wattrset(3X)
- restricted window attribute control functions — see
attroff
(3X)
wbkgd(3X)
- set or get background character and rendition using a single-byte character — see
bkgd
(3X)
wbkgdset(3X)
- set or get background character and rendition using a single-byte character — see
bkgd
(3X)
wbkgrnd(3X)
- set or get background character and rendition using a complex character — see
bkgrnd
(3X)
wbkgrndset(3X)
- set or get background character and rendition using a complex character — see
bkgrnd
(3X)
wborder(3X)
- draw borders from single-byte characters and renditions — see
border
(3X)
wborder_set(3X)
- draw borders from complex characters and renditions — see
border_set
(3X)
wchgat(3X)
- change renditions of characters in a window — see
chgat
(3X)
wclear(3X)
- clear a window — see
clear
(3X)
wclrtobot(3X)
- clear from cursor to end of window — see
clrtobot
(3X)
wclrtoeol(3X)
- clear from cursor to end of line — see
clrtoeol
(3X)
wcolor_set(3X)
- window attribute control functions — see
attr_get
(3X)
wconv(3C)
- translate wide characters
wcrtomb(3C)
- convert a wide-character code to a character (restartable)
wcscat(3C)
- wide character string operations — see
wcstring
(3C)
wcschr(3C)
- wide character string operations — see
wcstring
(3C)
wcscmp(3C)
- wide character string operations — see
wcstring
(3C)
wcscoll(3C)
- wide character string operations — see
wcstring
(3C)
wcscpy(3C)
- wide character string operations — see
wcstring
(3C)
wcscspn(3C)
- wide character string operations — see
wcstring
(3C)
wcsftime(3C)
- convert date and time to wide-character string
wcslen(3C)
- wide character string operations — see
wcstring
(3C)
wcsncat(3C)
- wide character string operations — see
wcstring
(3C)
wcsncmp(3C)
- wide character string operations — see
wcstring
(3C)
wcsncpy(3C)
- wide character string operations — see
wcstring
(3C)
wcspbrk(3C)
- wide character string operations — see
wcstring
(3C)
wcsrchr(3C)
- wide character string operations — see
wcstring
(3C)
wcsrtombs(3C)
- convert a wide-character string to a character string (restartable)
wcsspn(3C)
- wide character string operations — see
wcstring
(3C)
wcsstr(3C)
- wide character string operations — see
wcstring
(3C)
wcstod(3C)
- convert a wide character string to a double-precision number
wcstof(3C)
- convert a wide character string to a double-precision number — see
wcstod
(3C)
wcstoimax(3C)
- convert wide character string to long integer
wcstok(3C)
- wide character string operations — see
wcstring
(3C)
wcstol(3C)
- convert wide character string to long integer
wcstold(3C)
- convert a wide character string to a double-precision number — see
wcstod
(3C)
wcstoll(3C)
- convert wide character string to long integer — see
wcstol
(3C)
wcstombs(3C)
- multibyte characters and strings conversions — see
multibyte
(3C)
wcstoul(3C)
- convert wide character string to long integer — see
wcstol
(3C)
wcstoull(3C)
- convert wide character string to long integer — see
wcstol
(3C)
wcstoumax(3C)
- convert wide character string to long integer — see
wcstoimax
(3C)
wcstring(3C)
- wide character string operations
wcswcs(3C)
- wide character string operations — see
wcstring
(3C)
wcswidth(3C)
- wide character string operations — see
wcstring
(3C)
wcsxfrm(3C)
- wide character string operations — see
wcstring
(3C)
wctob(3C)
- conversion between single-byte and wide character — see
btowc
(3C)
wctomb(3C)
- multibyte characters and strings conversions — see
multibyte
(3C)
wctrans(3C)
- character transliteration — see
towctrans
(3C)
wctype(3C)
- classify wide characters
wcursyncup(3X)
- synchronize a window with its parents or children — see
syncok
(3X)
wcwidth(3C)
- wide character string operations — see
wcstring
(3C)
wdelch(3X)
- delete a character from a window. — see
delch
(3X)
wdeleteln(3X)
- delete lines in a window — see
deleteln
(3X)
wecho_wchar(3X)
- write a complex character and immediately refresh the window — see
echo_wchar
(3X)
wechochar(3X)
- echo single-byte character and rendition to a window and refresh — see
echochar
(3X)
werase(3X)
- clear a window — see
clear
(3X)
wget_wch(3X)
- get a wide character from a terminal — see
get_wch
(3X)
wget_wstr(3X)
- get an array of wide characters and function key codes from a terminal — see
getn_wstr
(3X)
wgetbkgrnd(3X)
- set or get background character and rendition using a complex character — see
bkgrnd
(3X)
wgetch(3X)
- get a single-byte character from the terminal — see
getch
(3X)
wgetn_wstr(3X)
- get an array of wide characters and function key codes from a terminal — see
getn_wstr
(3X)
wgetnstr(3X)
- get a multi-byte character length limited string from the terminal — see
getnstr
(3X)
wgetstr(3X)
- get a multi-byte character string from the terminal — see
getstr
(3X)
whline(3X)
- draw lines from single-byte characters and renditions — see
hline
(3X)
whline_set(3X)
- draw lines from complex characters and renditions — see
hline_set
(3X)
win_wch(3X)
- input a complex character and rendition from a window — see
in_wch
(3X)
win_wchnstr(3X)
- input an array of complex characters and renditions from a window — see
in_wchnstr
(3X)
win_wchstr(3X)
- input an array of complex characters and renditions from a window — see
in_wchnstr
(3X)
winch(3X)
- input a single-byte character and rendition from a window — see
inch
(3X)
winchnstr(3X)
- input an array of single-byte characters and renditions from a window — see
inchnstr
(3X)
winchstr(3X)
- input an array of single-byte characters and renditions from a window — see
inchnstr
(3X)
winnstr(3X)
- input a multi-byte character string from a window — see
innstr
(3X)
winnwstr(3X)
- input a string of wide characters from a window — see
innwstr
(3X)
wins_nwstr(3X)
- insert a wide-character string into a window — see
ins_nwstr
(3X)
wins_wch(3X)
- insert a complex character and rendition into a window — see
ins_wch
(3X)
wins_wstr(3X)
- insert a wide-character string into a window — see
ins_nwstr
(3X)
winsch(3X)
- insert a single-byte character and rendition into a window — see
insch
(3X)
winsdelln(3X)
- delete or insert lines into a window — see
insdelln
(3X)
winsertln(3X)
- insert lines into a window — see
insertln
(3X)
winsnstr(3X)
- insert a multi-byte character string into a window — see
insnstr
(3X)
winsstr(3X)
- insert a multi-byte character string into a window — see
insnstr
(3X)
winstr(3X)
- input a multi-byte character string from a window — see
innstr
(3X)
winwstr(3X)
- input a string of wide characters from a window — see
innwstr
(3X)
wmemchr(3C)
- memory operations based on wide-character — see
wmemory
(3C)
wmemcmp(3C)
- memory operations based on wide-character — see
wmemory
(3C)
wmemcpy(3C)
- memory operations based on wide-character — see
wmemory
(3C)
wmemmove(3C)
- memory operations based on wide-character — see
wmemory
(3C)
wmemory(3C)
- memory operations based on wide-character
wmemset(3C)
- memory operations based on wide-character — see
wmemory
(3C)
wmove(3X)
- window cursor location functions — see
move
(3X)
wnoutrefresh(3X)
- refresh windows and lines — see
doupdate
(3X)
wordexp(3C)
- perform word expansions
wordfree(3C)
- perform word expansions — see
wordexp
(3C)
wprintf(3C)
- print formatted wide-character output — see
fwprintf
(3C)
wprintw(3X)
- print formatted output in window — see
mvprintw
(3X)
wredrawln(3X)
- line update status functions — see
redrawwin
(3X)
wrefresh(3X)
- refresh windows and lines — see
doupdate
(3X)
wscanf(3C)
- convert formatted wide-character input — see
fwscanf
(3C)
wscanw(3X)
- convert formatted input from a window — see
mvscanw
(3X)
wscrl(3X)
- enhanced scroll a Curses window functions — see
scrl
(3X)
wsetscrreg(3X)
- terminal output control functions — see
clearok
(3X)
wstandend(3X)
- set and clear window attributes — see
standend
(3X)
wstandout(3X)
- set and clear window attributes — see
standend
(3X)
wsyncdown(3X)
- synchronize a window with its parents or children — see
syncok
(3X)
wsyncup(3X)
- synchronize a window with its parents or children — see
syncok
(3X)
wtimeout(3X)
- control blocking on input — see
notimeout
(3X)
wtouchln(3X)
- window refresh control functions — see
is_linetouched
(3X)
wunctrl(3X)
- generate printable representation of a wide character
wvline(3X)
- draw lines from single-byte characters and renditions — see
hline
(3X)
wvline_set(3X)
- draw lines from complex characters and renditions — see
hline_set
(3X)
Printable version
Privacy statement
Using this site means you accept its terms
Feedback to webmaster
© 1983-2007 Hewlett-Packard Development Company, L.P.