|
|
initgroups(3) -- initialize group access list
|
|
The initgroups() function uses the getgrouplist(3) function to calculate the group access list for the user specified in name. This group list is then setup for the current process using setgroups(2).... |
|
initscr(3) -- curses screen initialization and manipulation routines
|
|
initscr is normally the first curses routine to call when initializing a program. A few special routines sometimes need to be called before it; these are slk_init, filter, ripoffline, use_env. For mul... |
|
initstate(3) -- better random number generator; routines for changing generators
|
|
The random() function uses a non-linear additive feedback random number generator employing a default table of size 31 long integers to return successive pseudo-random numbers in the range from 0 to (... |
|
init_color(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 ... |
|
init_dialog(3) -- provide a simple ncurses-based GUI interface
|
|
The dialog library attempts to provide a fairly simplistic set of fixedpresentation menus, input boxes, gauges, file requestors and other general purpose GUI (a bit of a stretch, since it uses ncurses... |
|
init_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 ... |
|
innetgr(3) -- netgroup database operations
|
|
These functions operate on the netgroup database file /etc/netgroup which is described in netgroup(5). The database defines a set of netgroups, each made up of one or more triples: (host, user, domain... |
|
innstr(3) -- get a string of characters from a curses window
|
|
These routines return a string of characters in str, extracted starting at the current cursor position in the named window. Attributes are stripped from the characters. The four functions with n as th... |
|
insch(3) -- insert a character before cursor in a curses window
|
|
These routines, insert the character ch before the character under the cursor. All characters to the right of the cursor are moved one space to the right, with the possibility of the rightmost charact... |
|
insdelln(3) -- delete and insert lines in a curses window
|
|
The deleteln and wdeleteln routines delete the line under the cursor in the window; all lines below the current line are moved up one line. The bottom line of the window is cleared. The cursor positio... |
|
insertln(3) -- delete and insert lines in a curses window
|
|
The deleteln and wdeleteln routines delete the line under the cursor in the window; all lines below the current line are moved up one line. The bottom line of the window is cleared. The cursor positio... |
|
INSIST(3) -- assertion system
|
|
The REQUIRE(), ENSURE(), INSIST(), and INVARIANT() macros evaluate a boolean expression, and if it is false, they invoke the current assertion failure callback. The default callback will print a messa... |
|
INSIST_ERR(3) -- assertion system
|
|
The REQUIRE(), ENSURE(), INSIST(), and INVARIANT() macros evaluate a boolean expression, and if it is false, they invoke the current assertion failure callback. The default callback will print a messa... |