Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ isttype(3J) — NEWS-os 3.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

stty(1)

ioctl(2)

tty(4)

ISTTYPE(3J)  —  UNIX Programmer’s Manual

名称

isttype − 端末装置のタイプをチェックする

形式

#include <ttype.h>

int isttype(fd)
int fd;

解説

isttype は、ファイルディスクリプタ fd で指定された 端末装置のタイプを返します。 端末装置のタイプは、次のように定義されます。

#define T_NOTTERM−1/∗ 端末装置ではない ∗/
#define T_ASCII0/∗ 漢字端末装置ではない ∗/
#define T_SJISKANJI1/∗ シフトJIS漢字端末装置 ∗/
#define T_MSKANJIT_SJISKANJI/∗ NEWS-OS 2.x のための互換性 ∗/
#define T_JISKANJI2/∗ JIS漢字端末装置 ∗/
#define T_EUCKANJI3/∗ EUC漢字端末装置 ∗/

関連事項

stty(1), ioctl(2), tty(4)

NEWS-OSRelease 3.3

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026