|
clrtobot(3) -- clear all or part of a curses window
|
The erase and werase routines copy blanks to every position in the window, clearing the screen. The clear and wclear routines are like erase and werase, but they also call clearok, so that the screen ... |
clrtoeol(3) -- clear all or part of a curses window
|
The erase and werase routines copy blanks to every position in the window, clearing the screen. The clear and wclear routines are like erase and werase, but they also call clearok, so that the screen ... |
|
color_content(3) -- curses color manipulation routines
|
Overview curses support color attributes on terminals with that capability. To use these routines start_color must be called, usually right after initscr. Colors are always used in pairs (referred to ... |
COLOR_PAIR(3) -- curses color manipulation routines
|
Overview curses support color attributes on terminals with that capability. To use these routines start_color must be called, usually right after initscr. Colors are always used in pairs (referred to ... |
color_set(3) -- curses character and window attribute control routines
|
These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the window with wad- dch, waddstr and wprintw. At... |
compress(3) -- zlib general purpose compression library
|
This manual page describes the zlib general purpose compression library, version 1.1.4. The zlib compression library provides in-memory compression and decompression functions, including integrity che... |
compress2(3) -- zlib general purpose compression library
|
This manual page describes the zlib general purpose compression library, version 1.1.4. The zlib compression library provides in-memory compression and decompression functions, including integrity che... |
compressBound(3) -- zlib general purpose compression library
|
This manual page describes the zlib general purpose compression library, version 1.1.4. The zlib compression library provides in-memory compression and decompression functions, including integrity che... |
com_err(3) -- common error display routine
|
Com_err displays an error message on the standard error stream stderr (see stdio(3S)) composed of the whoami string, which should specify the program name or some subportion of a program, followed by ... |
confstr(3) -- get string-valued configurable variables
|
This interface is obsoleted by sysctl(3). The confstr() function provides a method for applications to get configuration defined string values. The name argument specifies the system variable to be qu... |
copysign(3) -- functions for IEEE arithmetic
|
These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. The copysignf() function is a single precision version of copysign(). finite() ret... |
copysignf(3) -- functions for IEEE arithmetic
|
These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. The copysignf() function is a single precision version of copysign(). finite() ret... |
copywin(3) -- overlay and manipulate overlapped curses windows
|
The overlay and overwrite routines overlay srcwin on top of dstwin. scrwin and dstwin are not required to be the same size; only text where the two windows overlap is copied. The difference is that ov... |
cos(3) -- cosine functions
|
The cos() function computes the cosine of x (measured in radians). The cosf() function is a single precision version of cos(). A large magnitude argument may yield a result with little or no significa... |
cosf(3) -- cosine functions
|
The cos() function computes the cosine of x (measured in radians). The cosf() function is a single precision version of cos(). A large magnitude argument may yield a result with little or no significa... |