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

📄 ipnames.h

📁 早期freebsd实现
💻 H
字号:
/* *  Interpress utilities * * Copyright (c) 1984, 1985, 1986 Xerox Corp. * *  Written for Xerox Corporation by William LeFebvre *  29-May-1984 * * HISTORY * 03-Jul-86  Lee Moore (lee) at Xerox Webster Research Center *	Updated for Interpress 3.0 . * * 28-apr-85  ed flint *	add conditional compilation for vax11-c (vms) *	use "" instead of 0 for NULL op-names *//* *  op_names maps an op-code into an operaton name. * */char *op_names[] = {/* 000 */ "nil", "nop", "", "", "", "", "", "", "", "",	  "setxy", "setxyrel", "setxrel", "setyrel", "linetox",	  	"linetoy", "space", "get", "iget", "iset",	  "fget", "fset", "show", "lineto", "maskstroke", "moveto", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",/* 100 */ "metricMaster", "environmentMaster", "begin", "end", "noPages",	  	"contentsInstructions", "{", "}", "", "",	  "correct", "", "", "", "makesimpleco", "makeco", "makecompiledimage", "", "", "",	  "dosavesimplebody", "dobody", "dosavebody", "dosaveallbody", "", 	  	"", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "maskchar", "", "", "", "", "showandfixedxrel", "showandxrel", "findfont", "modifyfont", "finddecompressor", 	  "findfontvec", "setfont", "", "", "setcorrectmeasure",	  	"setcorrecttolerance", "correctmask", "correctspace", "", "getcp", 	  "maket", "opent", "translate", "rotate", "scale",	  	"concat", "scale2", "invert", "concatt", "move", 	  "trans", "", "", "", "transform", "transformvewc", "roundxy", "roundxyvec", "", "",	  "pop", "dup", "", "copy", "roll", "exch", "mark", "unmark", "count", "", 	  "", "","unmark0", "", "", "", "", "", "", "",/* 200 */ "abs", "add", "and", "ceiling", "div", "eq", "floor", "ge", "gt", "mod", 	  "mul", "neg", "not", "or", "sub", "trunc", "rem", "round", "eqn", "",	  "type", "atan", "cos", "exp", "log", "sin", "sqrt", "max", "min", "",	  "", "do", "dosave", "dosaveall", "", "", "", "", "", "if", 	  "ifcopy", "ifelse", "loop", "", "", "", "", "", "", "",	  "frame", "", "", "poolop", "pool", "pget", "pset", "makepool", "nopool", "", 	  "env", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "makeveclu", "makevec", "",	  	"shape", "getp", "getprop", "mergeprop", "", 	  "", "", "", "", "", "", "", "", "", "",/* 300 */ "dround", "getcprounded", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",/* 400 */ "", "", "curveto", "arcto", "conicto", "", "", "", "", "maskfill", 	  "maskrectangle", "masktrapezoidx", "masktrapezoidy", "startunderline",	      "makeunderline", "", "makeoutlineodd","makeoutline", "clipoutline", "cliprectangle", 	  "", "findcoloroperator", "findcolormodeloperator", "findcolor", "setgray", 	      "makegray", "makesampledblack", "makesampledcolor", "setsampledblack",	      "setsampledcolor", 	  "", "", "", "", "", "", "", "", "", "",	  "maskstrokeclosed", "maskvector", "maskdashedstroke", "", "", "", "", "", "", "",	  "makepixelarray", "", "maskpixel", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",/* 500 */ "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",	  "", "", "", "", "", "", "", "", "", "",/* 600 */ "error"};

⌨️ 快捷键说明

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