DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦1649ab036⟧ TextFile

    Length: 314 (0x13a)
    Types: TextFile
    Notes: UNIX file
    Names: »ntty.h«

Derivation

└─⟦a6ab2eb36⟧ Bits:30004042/kconfig3.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦a6ab2eb36⟧ UNIX Filesystem
    └─⟦this⟧ »kc/new/usr/include/sys/ntty.h« 

TextFile

#ident	"@(#)ntty.h	1.1"

struct Ntty
{
	int cflags;	/* copy of cflags to keep setty happy */
	int state;	/* state of ntty device */
	mblk_t *mp;	/* pointer to preallocated message block */
	mblk_t *ioc_mp;/* saved reply for stty 0 - disconnect request */
	short ttypgid;	/* process group for controlling tty */
};