HP 3000 Manuals

termname [ MPE/iX Developer's Kit Reference Manual Volume II ] MPE/iX 5.0 Documentation


MPE/iX Developer's Kit Reference Manual Volume II

termname 

The termname routine is used to obtain the return value of the
environmental variable TERM.

Syntax 

     #include <curses.h>

     char *termname();

Return Values 

On success, a pointer to the value of the environmental variable is
returned; otherwise, a null pointer is returned.

Description 

The termname() routine returns a pointer to the value of the
environmental variable TERM (truncated to 14 characters).

Implementation Considerations 

UNIX System V implementation

Portability 

UNIX System V



MPE/iX 5.0 Documentation