Digital的Unix操作系统VAX 4.2源码

源代码在线查看: tab382-12.c

软件大小: 51179 K
上传用户: zhuying0000
关键词: Digital Unix 4.2 VAX
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*	tab382-12.c	4.1	83/08/05	*/				#define INCH 240				/*				 * DTC 382 12 pitch				 * nroff driving tables				 * width and code tables				 */								struct {					int bset;					int breset;					int Hor;					int Vert;					int Newline;					int Char;					int Em;					int Halfline;					int Adj;					char *twinit;					char *twrest;					char *twnl;					char *hlr;					char *hlf;					char *flr;					char *bdon;					char *bdoff;					char *ploton;					char *plotoff;					char *up;					char *down;					char *right;					char *left;					char *codetab[256-32];					int zzz;					} t = {				/*bset*/	0,				/*breset*/	0177420,				/*Hor*/		INCH/60,				/*Vert*/	INCH/48,				/*Newline*/	INCH/6,				/*Char*/	INCH/12,				/*Em*/		INCH/12,				/*Halfline*/	INCH/12,				/*Adj*/		INCH/12,				/*twinit*/	"\033\006",				/*twrest*/	"\033\006",				/*twnl*/	"\r\n",				/*hlr*/		"\033H",				/*hlf*/		"\033h",				/*flr*/		"\032",				/*bdon*/	"\033Z",				/*bdoff*/	"\033z",				/*ploton*/	"\006",				/*plotoff*/	"\033\006",				/*up*/		"\032",				/*down*/	"\n",				/*right*/	" ",				/*left*/	"\b",				/*codetab*/				#include "code.300"							

相关资源