| Skip Navigation Links | |
| Exit Print View | |
![]() | man pages section 3: Library Interfaces and Headers Oracle Solaris 11 Information Library |
Library Interfaces and Headers
SMHBA_GetAdapterAttributes(3LIB)
SMHBA_GetAdapterPortAttributes(3LIB)
SMHBA_GetBindingCapability(3LIB)
SMHBA_GetDiscoveredPortAttributes(3LIB)
SMHBA_GetFCPhyAttributes(3LIB)
SMHBA_GetPersistentBinding(3LIB)
SMHBA_GetPortAttributesByWWN(3LIB)
SMHBA_GetProtocolStatistics(3LIB)
SMHBA_GetSASPhyAttributes(3LIB)
SMHBA_GetVendorLibraryAttributes(3LIB)
SMHBA_GetWrapperLibraryAttributes(3LIB)
SMHBA_RegisterForAdapterAddEvents(3LIB)
SMHBA_RegisterForAdapterEvents(3LIB)
SMHBA_RegisterForAdapterPhyStatEvents(3LIB)
SMHBA_RegisterForAdapterPortEvents(3LIB)
SMHBA_RegisterForAdapterPortStatEvents(3LIB)
SMHBA_RegisterForTargetEvents(3LIB)
SMHBA_RemoveAllPersistentBindings(3LIB)
SMHBA_RemovePersistentBinding(3LIB)
- interactive command line input library
cc [flag... ]file...-ltecla [library... ]#include <libtecla.h>
This library provides programs with interactive command line editing facilities, similar tothose of the UNIXtcsh shell. In addition to simple command-line editing,it supports recall of previously entered command lines, TAB completion of filenames or other tokens, and in-line wildcard expansion of filenames. The internal functionsthat perform file-name completion and wild-card expansion are also available externally foroptional use by the calling program.
Theterminfo functionssetupterm(3CURSES),tigetstr(3CURSES),tigetnum(3CURSES), andtputs(3CURSES) are not reentrant. Thiscondition, however, should not prevent use of this library in threaded applications,since few applications will want to interact with multiple terminals.
The shared objectlibtecla.so.1 provides the public interfaces defined below. SeeIntro(3)for additional information on shared object interfaces.
|
shared object
64–bit shared object
Seeattributes(5) for descriptions of the following attributes:
|
enhance(1),Intro(3),cpl_complete_word(3TECLA),ef_expand_file(3TECLA),gl_get_line(3TECLA),gl_io_mode(3TECLA),pca_lookup_file(3TECLA),attributes(5),tecla(5)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |