⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 funny.c

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 C
字号:
#ifndef lintstatic char sccsid[] = "@(#)funny.c	4.3 8/11/83";#endif# include "e.h"# include "e.def"funny(n) int n; {	char *f;	yyval = oalloc();	switch(n) {	case SUM:		f = "\\(*S"; break;	case UNION:		f = "\\(cu"; break;	case INTER:	/* intersection */		f = "\\(ca"; break;	case PROD:		f = "\\(*P"; break;	default:		error(FATAL, "funny type %d in funny", n);	}#ifndef NEQN	printf(".ds %d \\s%d\\v'.3m'\\s+5%s\\s-5\\v'-.3m'\\s%d\n", yyval, ps, f, ps);	eht[yyval] = VERT( (ps+5)*6 -(ps*6*2)/10 );	ebase[yyval] = VERT( (ps*6*3)/10 );#else NEQN	printf(".ds %d %s\n", yyval, f);	eht[yyval] = VERT(2);	ebase[yyval] = 0;#endif NEQN	if(dbg)printf(".\tfunny: S%d <- %s; h=%d b=%d\n", 		yyval, f, eht[yyval], ebase[yyval]);	lfont[yyval] = rfont[yyval] = ROM;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -