Annotation of 43BSDTahoe/usr.bin/roff/nroff_term/code.itoh, revision 1.1

1.1     ! root        1: /*     code.itoh       4.1     83/08/05        */
        !             2: /* terminal driver codes for the C.Itoh Prowriter */
        !             3: /* codetab */
        !             4: "\001 ",       /*space*/
        !             5: "\001!",       /*!*/
        !             6: "\001\"",      /*"*/
        !             7: "\001#",       /*#*/
        !             8: "\001$",       /*$*/
        !             9: "\001%",       /*%*/
        !            10: "\001&",       /*&*/
        !            11: "\001'",       /*' close*/
        !            12: "\001(",       /*(*/
        !            13: "\001)",       /*)*/
        !            14: "\001*",       /***/
        !            15: "\001+",       /*+*/
        !            16: "\001,",       /*,*/
        !            17: "\001-",       /*- hyphen*/
        !            18: "\001.",       /*.*/
        !            19: "\001/",       /*/*/
        !            20: "\2010",       /*0*/
        !            21: "\2011",       /*1*/
        !            22: "\2012",       /*2*/
        !            23: "\2013",       /*3*/
        !            24: "\2014",       /*4*/
        !            25: "\2015",       /*5*/
        !            26: "\2016",       /*6*/
        !            27: "\2017",       /*7*/
        !            28: "\2018",       /*8*/
        !            29: "\2019",       /*9*/
        !            30: "\001:",       /*:*/
        !            31: "\001;",       /*;*/
        !            32: "\001<",       /*<*/
        !            33: "\001=",       /*=*/
        !            34: "\001>",       /*>*/
        !            35: "\001?",       /*?*/
        !            36: "\001@",       /*@*/
        !            37: "\201A",       /*A*/
        !            38: "\201B",       /*B*/
        !            39: "\201C",       /*C*/
        !            40: "\201D",       /*D*/
        !            41: "\201E",       /*E*/
        !            42: "\201F",       /*F*/
        !            43: "\201G",       /*G*/
        !            44: "\201H",       /*H*/
        !            45: "\201I",       /*I*/
        !            46: "\201J",       /*J*/
        !            47: "\201K",       /*K*/
        !            48: "\201L",       /*L*/
        !            49: "\201M",       /*M*/
        !            50: "\201N",       /*N*/
        !            51: "\201O",       /*O*/
        !            52: "\201P",       /*P*/
        !            53: "\201Q",       /*Q*/
        !            54: "\201R",       /*R*/
        !            55: "\201S",       /*S*/
        !            56: "\201T",       /*T*/
        !            57: "\201U",       /*U*/
        !            58: "\201V",       /*V*/
        !            59: "\201W",       /*W*/
        !            60: "\201X",       /*X*/
        !            61: "\201Y",       /*Y*/
        !            62: "\201Z",       /*Z*/
        !            63: "\001[",       /*[*/
        !            64: "\001\\",      /*\*/
        !            65: "\001]",       /*]*/
        !            66: "\001^",       /*^*/
        !            67: "\001\033X \033Y",     /*_ dash*/
        !            68: "\001`",       /*` open*/
        !            69: "\201a",       /*a*/
        !            70: "\201b",       /*b*/
        !            71: "\201c",       /*c*/
        !            72: "\201d",       /*d*/
        !            73: "\201e",       /*e*/
        !            74: "\201f",       /*f*/
        !            75: "\201g",       /*g*/
        !            76: "\201h",       /*h*/
        !            77: "\201i",       /*i*/
        !            78: "\201j",       /*j*/
        !            79: "\201k",       /*k*/
        !            80: "\201l",       /*l*/
        !            81: "\201m",       /*m*/
        !            82: "\201n",       /*n*/
        !            83: "\201o",       /*o*/
        !            84: "\201p",       /*p*/
        !            85: "\201q",       /*q*/
        !            86: "\201r",       /*r*/
        !            87: "\201s",       /*s*/
        !            88: "\201t",       /*t*/
        !            89: "\201u",       /*u*/
        !            90: "\201v",       /*v*/
        !            91: "\201w",       /*w*/
        !            92: "\201x",       /*x*/
        !            93: "\201y",       /*y*/
        !            94: "\201z",       /*z*/
        !            95: "\001{",       /*{*/
        !            96: "\001|",       /*|*/
        !            97: "\001}",       /*}*/
        !            98: "\001\341~\301\300\b", /*~*/
        !            99: "\000\0",      /*narrow sp*/
        !           100: "\001-",        /*hyphen*/
        !           101: "\001\033\043L\033\044",   /*bullet*/
        !           102: "\001\033S0007~BBBBB~",        /*square*/
        !           103: "\001-",         /*3/4 em dash*/
        !           104: "\001\033X \033Y",        /*rule--should properly be up one unit*/
        !           105: "\001\033\046N\033\044",    /*1/4*/
        !           106: "\001\033\046\M\033\044",    /*1/2*/
        !           107: "\0033/4",      /*3/4*/
        !           108: "\001-",        /*minus*/
        !           109: "\202fi",       /*fi*/
        !           110: "\202fl",       /*fl*/
        !           111: "\202ff",       /*ff*/
        !           112: "\203ffi",      /*ffi*/
        !           113: "\203ffl",      /*ffl*/
        !           114: "\001\033\046?\033\044",        /*degree*/
        !           115: "\001|\b\033\046\134\033\044",  /*dagger*/
        !           116: "\001\033S0007\003\015\025\024TX`",     /*section*/
        !           117: "\001'",        /*foot mark*/
        !           118: "\001'",        /*acute accent*/
        !           119: "\001`",        /*grave accent*/
        !           120: "\001\033X \033Y",     /*underrule*/
        !           121: "\001\033\043N\033\044",        /*slash (longer)*/
        !           122: "\000\0",      /*half narrow space*/
        !           123: "\001 ",       /*unpaddable space*/
        !           124: "\001\033\046 \033\044",       /*alpha*/
        !           125: "\001\301\033\046!\033\044\341\300\b", /*beta*/
        !           126: "\001\033\046\042\033\044",    /*gamma*/
        !           127: "\001\033\046#\033\044",       /*delta*/
        !           128: "\001\033\046$\033\044",       /*epsilon*/
        !           129: "\001\033\046%\033\044",       /*zeta*/
        !           130: "\001\033\046&\033\044",       /*eta*/
        !           131: "\001\033\046'\033\044",       /*theta*/
        !           132: "\001\033\046(\033\044",       /*iota*/
        !           133: "\001\033\046)\033\044",       /*kappa*/
        !           134: "\001\033\046*\033\044",       /*lambda*/
        !           135: "\001\033\046+\033\044",       /*mu*/
        !           136: "\001\033\046,\033\044",       /*nu*/
        !           137: "\001\033\046-\033\044",       /*xi*/
        !           138: "\001\033\046.\033\044",       /*omicron*/
        !           139: "\001\033\046/\033\044",       /*pi*/
        !           140: "\001\033\0460\033\044",       /*rho*/
        !           141: "\001\033\0461\033\044",       /*sigma*/
        !           142: "\001\033\0462\033\044",       /*tau*/
        !           143: "\001\033\0463\033\044",       /*upsilon*/
        !           144: "\001\033\0464\033\044",       /*phi*/
        !           145: "\001\033\0465\033\044",       /*chi*/
        !           146: "\001\033\0466\033\044",       /*psi*/
        !           147: "\001\033\0467\033\044",       /*omega*/
        !           148: "\001\033\0469\033\044",       /*Gamma*/
        !           149: "\001\033\0468\033\044",       /*Delta*/
        !           150: "\001O\b-", /*Theta*/
        !           151: "\001\033\046;\033\044",       /*Lambda*/
        !           152: "\001\033S0008AAIIIIAA",       /*Xi*/
        !           153: "\001\033\0469\b\033\0436\033\044",    /*Pi*/
        !           154: "\001\033\046:\033\044",       /*Sigma*/
        !           155: "\000\0",       /**/
        !           156: "\001Y",        /*Upsilon*/
        !           157: "\001I\b\033[\033T04\033r\n\033S00080HHHHHH0\033f\n\033T24\033]",       /*Phi*/
        !           158: "\001I\b\033S0008\007HHHHHH\007",      /*Psi*/
        !           159: "\001\033\046<\033\044",       /*Omega*/
        !           160: "\001\033\046>\033\044",       /*square root*/
        !           161: "\001\033S0007\014\022\022\022\022P ", /*terminal sigma*/
        !           162: "\001\033\0434\033\044",       /*root en*/
        !           163: "\001\033\046F\033\044",       /*>=*/
        !           164: "\001\033\046G\033\044",       /*<=*/
        !           165: "\001=\b_",    /*identically equal*/
        !           166: "\001-",       /*equation minus*/
        !           167: "\001~\b\301=\341\300\b",      /*approx =*/
        !           168: "\001\033\046H\033\044",       /*approximates*/
        !           169: "\001\033\046E\033\044",       /*not equal*/
        !           170: "\001\033\046C\033\044",       /*right arrow*/
        !           171: "\001\033\046B\033\044",       /*left arrow*/
        !           172: "\001\033\046@\033\044",       /*up arrow*/
        !           173: "\001\033\046A\033\044",       /*down arrow*/
        !           174: "\001=",        /*equation equal*/
        !           175: "\001\341x\301\300\b",  /*multiply*/  
        !           176: "\001-\b.\b\344.\304\300\b",    /*divide*/
        !           177: "\001\033\046D\033\044",       /*plus-minus*/
        !           178: "\001U",        /*cup (union)*/
        !           179: "\001\033S0006~\001\001\001\001~",      /*cap (intersection)*/
        !           180: "\001\033S0007\034\042\042\042\042\042\042",    /*subset of*/
        !           181: "\001\033S0007\042\042\042\042\042\042\034",   /*superset of*/
        !           182: "\001\033S0007NQQQQQQ",         /*improper subset of*/
        !           183: "\001\033S0007QQQQQQN",        /*improper superset of*/
        !           184: "\001\033\046K\033\044",       /*infinity*/
        !           185: "\001@",       /*partial derivative*/
        !           186: "\001\033S0008\003\0179qq\015\003\001",        /*gradient*/
        !           187: "\001\033\0439\033\044",       /*not*/
        !           188: "\001\033\0436\b\305?\033\044\345\345\b\033\043<\305\033\044\b",       /*integral sign*/
        !           189: "\001\033\046 \033\044",       /*proportional to*/
        !           190: "\001\033\043M\bN\033\044",     /*empty set*/
        !           191: "\001\033\046$\033\044",       /*member of*/
        !           192: "\001+",        /*equation plus*/
        !           193: "\001\033S0009\034\042A}]mA\042\034",  /*registered*/
        !           194: "\001\033S0009\034\042A]UUA\042\034",  /*copyright*/
        !           195: "\001\033\0436\b\3436\033\044\303\300\b",      /*box rule */
        !           196: "\001\033S0007@84,$&\001",     /*cent sign*/
        !           197: "\001\033\0436\b@\033\044",     /*dbl dagger*/
        !           198: "\003\033S0024~~~~~~!!AAUUUUAAU-\005\005\005\005\005\002",     /*right hand*/
        !           199: "\003\033S0024\002\005\005\005\005\005-UAAUUUUAA!!~~~~~~",     /*left hand*/
        !           200: "\001*",        /*math * */
        !           201: "\001\033S00070,\042c\042,0",  /*bell system sign*/
        !           202: "\001|",        /*or (was star)*/
        !           203: "\001\033\043M\033\044",        /*circle*/
        !           204: "\001\302\033\0436\b\344<\033\044\302\b",       /*left top (of big curly)*/
        !           205: "\001\342\033\0436\b\304>\033\044\342\b",       /*left bottom*/
        !           206: "\001\302\033\0436\b\344=\033\044\302\b",       /*right top*/
        !           207: "\001\342\033\0436\b\304?\033\044\342\b",       /*right bot*/
        !           208: "\001<",        /*left center of big curly bracket*/
        !           209: "\001>",        /*right center of big curly bracket*/
        !           210: "\001\033\0436\033\044",       /*bold vertical*/
        !           211: "\001\342\033\0436\b\304:\033\044\342\b",      /*left floor (left bot of big sq brkt)*/
        !           212: "\001\342\033\0436\b\304;\033\044\342\b",      /*right floor (rb of ")*/
        !           213: "\001\302\033\0436\b\3448\033\044\302\b",      /*left ceiling (lt of ")*/
        !           214: "\001\302\033\0436\b\3449\033\044\302\b",      /*right ceiling (rt of ")*/
        !           215: "\001\033\046O\033\044",       /*superscript 0 */
        !           216: "\001\033\046P\033\044",       /*superscript 1 */
        !           217: "\001\033\046Q\033\044",       /*superscript 2 */
        !           218: "\001\033\046R\033\044",       /*superscript 3 */
        !           219: "\001\033\046S\033\044",       /*superscript 4 */
        !           220: "\001\033\046T\033\044",       /*superscript 5 */
        !           221: "\001\033\046U\033\044",       /*superscript 6 */
        !           222: "\001\033\046V\033\044",       /*superscript 7 */
        !           223: "\001\033\046W\033\044",       /*superscript 8 */
        !           224: "\001\033\046X\033\044",       /*superscript 9 */
        !           225: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.