HTMP

Section: Misc. Reference Manual Pages (UCB)
Updated: 4/19/79
Index Return to Main Contents
 

NAME

htmp - home directory and teletype data base  

DESCRIPTION

The home directory and teletype data base htmp is used to partially simulate version 7 environments, by setenv (UCB), and the getenv subroutine of libretro(UCB). The file consists of an array of structures of the form:

      struct htmp {

               short   uid;

               char    home[28];

               short   ttytype;

       };

The is actually a two character code, and is defined by termcap(UCB).

The file is indexed by the various teletypes in a system dependent fashion, using the result of a call to ttyn (3).

A set of routines internal to libretro(UCB) allows easy access to this data base. printenv (UCB), setenv (in csh (UCB)) William Joy


 

Index

NAME
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 17:37:13 GMT, December 28, 2024