EMUNMAP(K) UNIX System V EMUNMAP(K)
Name
emunmap - disables mapping on a channel
Syntax
#include "sys/tty.h"
int
emunmap(tp)
struct tty *tp;
Description
The emunmap routine disables mapping on a channel.
Parameters
The tp parameter is a pointer to the tty structure of the
mapped line that is to have the mapping disabled.
Return Value
This routine has no return value.
Notes
Note that this routine can be used only with character
device drivers.
See Also
emdupmap(K)
(printed 7/6/89)