Annotation of 43BSD/usr.bin/diction/dict.c, revision 1.1.1.1

1.1       root        1: #ifndef lint
                      2: static char dict_sccsid[] = "@(#)dict.c        4.2     (Berkeley)      82/11/06";
                      3: #endif not lint
                      4: 
                      5: struct dict  dict[] = {
                      6: "a",'A',
                      7: "an",'A',
                      8: "the",'A',
                      9: "can",'x',
                     10: "cannot",'x',
                     11: "could",'x',
                     12: "did",'x',
                     13: "do",'z',
                     14: "does",'y',
                     15: "had",'e',
                     16: "have",'g',
                     17: "has",'f',
                     18: "may",'X',
                     19: "might",'X',
                     20: "must",'X',
                     21: "shall",'X',
                     22: "should",'X',
                     23: "will",'X',
                     24: "would",'X',
                     25: "to",'F',
                     26: "own",'J',
                     27: "am",'c',
                     28: "been",'B',
                     29: "are",'b',
                     30: "be",'B',
                     31: "being",'B',
                     32: "is",'c',
                     33: "was",'c',
                     34: "were",'b',
                     35: "and",'C',
                     36: "but",'C',
                     37: "or",'C',
                     38: "nor",'C',
                     39: "yet",'D',
                     40: "no",'J',
                     41: "not",'D',
                     42: "his",'O',
                     43: "her",'O',
                     44: "its",'O',
                     45: "my",'O',
                     46: "our",'O',
                     47: "their",'O',
                     48: "your",'O',
                     49: "above",'P',
                     50: "aboard",'P',
                     51: "across",'P',
                     52: "after",'p',
                     53: "against",'P',
                     54: "along",'P',
                     55: "amid",'P',
                     56: "among",'P',
                     57: "around",'P',
                     58: "as",'p',
                     59: "at",'P',
                     60: "before",'p',
                     61: "beneath",'P',
                     62: "behind",'P',
                     63: "below",'P',
                     64: "beside",'p',
                     65: "besides",'P',
                     66: "between",'P',
                     67: "beyond",'P',
                     68: "by",'P',
                     69: "down",'P',
                     70: "during",'P',
                     71: "except",'P',
                     72: "for",'p',
                     73: "from",'P',
                     74: "in",'P',
                     75: "inside",'P',
                     76: "into",'P',
                     77: "onto",'P',
                     78: "like",'p',
                     79: "near",'P',
                     80: "of",'P',
                     81: "off",'P',
                     82: "on",'P',
                     83: "outside",'P',
                     84: "over",'P',
                     85: "past",'J',
                     86: "per",'P',
                     87: "through",'P',
                     88: "till",'P',
                     89: "toward",'P',
                     90: "towards",'P',
                     91: "under",'P',
                     92: "until",'p',
                     93: "up",'P',
                     94: "upon",'P',
                     95: "via",'P',
                     96: "with",'P',
                     97: "within",'P',
                     98: "without",'P',
                     99: "I",'K',
                    100: "he",'K',
                    101: "it",'K',
                    102: "me",'R',
                    103: "us",'R',
                    104: "him",'R',
                    105: "them",'R',
                    106: "hers",'R',
                    107: "theirs",'R',
                    108: "mine",'R',
                    109: "none",'R',
                    110: "one",'a',
                    111: "ours",'R',
                    112: "she",'K',
                    113: "there",'R',
                    114: "these",'W',
                    115: "they",'R',
                    116: "this",'a',
                    117: "those",'W',
                    118: "we",'R',
                    119: "who",'w',
                    120: "whoever",'w',
                    121: "whom",'S',
                    122: "whose",'R',
                    123: "you",'R',
                    124: "yours",'R',
                    125: "anyone",'K',
                    126: "everyone",'K',
                    127: "someone",'K',
                    128: "anybody",'K',
                    129: "everybody",'K',
                    130: "somebody",'K',
                    131: "nobody",'K',
                    132: "anything",'K',
                    133: "nothing",'K',
                    134: "something",'K',
                    135: "everything",'K',
                    136: "everywhere",'L',
                    137: "anywhere",'K',
                    138: "nowhere",'L',
                    139: "somewhere",'L',
                    140: "someplace",'K',
                    141: "noplace",'K',
                    142: "anyplace",'K',
                    143: "everyplace",'K',
                    144: "enough",'W',
                    145: "few",'W',
                    146: "less",'W',
                    147: "much",'W',
                    148: "more",'W',
                    149: "most",'W',
                    150: "other",'a',
                    151: "others",'W',
                    152: "another",'a',
                    153: "some",'W',
                    154: "either",'a',
                    155: "neither",'a',
                    156: "several",'W',
                    157: "all",'W',
                    158: "both",'W',
                    159: "each",'a',
                    160: "many",'W',
                    161: "myself",'R',
                    162: "yourself",'R',
                    163: "himself",'R',
                    164: "herself",'R',
                    165: "itself",'R',
                    166: "yourselves",'R',
                    167: "themselves",'R',
                    168: "although",'S',
                    169: "because",'S',
                    170: "however",'S',
                    171: "if",'S',
                    172: "once",'S',
                    173: "since",'p',
                    174: "so",'D',
                    175: "though",'S',
                    176: "unless",'S',
                    177: "when",'S',
                    178: "whenever",'S',
                    179: "whatever",'S',
                    180: "while",'S',
                    181: "where",'S',
                    182: "why",'S',
                    183: "how",'S',
                    184: "what",'T',
                    185: "inasmuch",'S',
                    186: "whereas",'S',
                    187: "wherever",'S',
                    188: "whereby",'S',
                    189: "that",'T',
                    190: "which",'T',
                    191: "moreover",'S',
                    192: "furthermore",'S',
                    193: "therefore",'S',
                    194: "hence",'S',
                    195: "nevertheless",'S',
                    196: "otherwise",'S',
                    197: "afterwards",'S',
                    198: "than",'S',
                    199: "still",'S',
                    200: "also",'D',
                    201: "thus",'D',
                    202: "sometimes",'D',
                    203: "sometime",'D',
                    204: "someday",'D',
                    205: "already",'D',
                    206: "alright",'D',
                    207: "too",'D',
                    208: "able",'J',
                    209: "such",'J',
                    210: "same",'G',
                    211: "single",'J',
                    212: "little",'G',
                    213: "any",'G',
                    214: "half",'G',
                    215: "double",'Y',
                    216: "every",'J',
                    217: "almost",'D',
                    218: "about",'p',
                    219: "then",'D',
                    220: "soon",'D',
                    221: "fast",'G',
                    222: "well",'G',
                    223: "often",'D',
                    224: "here",'D',
                    225: "now",'D',
                    226: "always",'D',
                    227: "never",'D',
                    228: "maybe",'D',
                    229: "perhaps",'D',
                    230: "very",'G',
                    231: "quite",'D',
                    232: "rather",'D',
                    233: "just",'G',
                    234: "even",'G',
                    235: "least",'G',
                    236: "first",'G',
                    237: "long",'G',
                    238: "back",'G',
                    239: "next",'G',
                    240: "far",'G',
                    241: "last",'G',
                    242: "elsewhere",'D',
                    243: "throughout",'p',
                    244: "away",'G',
                    245: "somewhat",'D',
                    246: "today",'L',
                    247: "tomorrow",'L',
                    248: "crept",'d',
                    249: "kept",'d',
                    250: "leapt",'d',
                    251: "slept",'d',
                    252: "swept",'d',
                    253: "wept",'d',
                    254: "made",'d',
                    255: "won",'d',
                    256: "sang",'d',
                    257: "heard",'d',
                    258: "drove",'d',
                    259: "wrote",'d',
                    260: "built",'d',
                    261: "dealt",'d',
                    262: "felt",'d',
                    263: "stung",'d',
                    264: "clung",'d',
                    265: "flung",'d',
                    266: "hung",'d',
                    267: "rung",'d',
                    268: "strung",'d',
                    269: "swung",'d',
                    270: "wrung",'d',
                    271: "spun",'d',
                    272: "rode",'d',
                    273: "rang",'d',
                    274: "swam",'d',
                    275: "sprang",'d',
                    276: "saw",'d',
                    277: "sat",'d',
                    278: "rose",'d',
                    279: "gave",'d',
                    280: "grew",'d',
                    281: "drank",'d',
                    282: "bought",'d',
                    283: "fought",'d',
                    284: "brought",'d',
                    285: "caught",'d',
                    286: "sought",'d',
                    287: "taught",'d',
                    288: "thought",'d',
                    289: "sung",'d',
                    290: "driven",'d',
                    291: "written",'d',
                    292: "ridden",'d',
                    293: "swum",'d',
                    294: "seen",'d',
                    295: "risen",'d',
                    296: "drunk",'d',
                    297: "ought",'V',
                    298: "ago",'G',
                    299: "out",'G',
                    300: "again",'D',
                    301: "began",'d',
                    302: "begun",'d',
                    303: "bent",'d',
                    304: "bound",'d',
                    305: "bit",'d',
                    306: "bitten",'d',
                    307: "blew",'d',
                    308: "blown",'d',
                    309: "broke",'d',
                    310: "broken",'d',
                    311: "chose",'d',
                    312: "came",'d',
                    313: "dug",'d',
                    314: "drew",'d',
                    315: "drawn",'d',
                    316: "ate",'d',
                    317: "eaten",'d',
                    318: "fell",'d',
                    319: "fallen",'d',
                    320: "fed",'d',
                    321: "found",'d',
                    322: "flew",'d',
                    323: "flown",'d',
                    324: "forgot",'d',
                    325: "forgotten",'d',
                    326: "froze",'d',
                    327: "frozen",'d',
                    328: "got",'d',
                    329: "gotten",'d',
                    330: "given",'d',
                    331: "went",'d',
                    332: "gone",'d',
                    333: "grown",'d',
                    334: "hid",'d',
                    335: "hidden",'d',
                    336: "held",'d',
                    337: "beheld",'d',
                    338: "knelt",'d',
                    339: "knew",'d',
                    340: "known",'d',
                    341: "laid",'d',
                    342: "led",'d',
                    343: "lent",'d',
                    344: "lay",'d',
                    345: "lain",'d',
                    346: "lit",'d',
                    347: "lost",'d',
                    348: "meant",'d',
                    349: "met",'d',
                    350: "mistook",'d',
                    351: "mistaken",'d',
                    352: "paid",'d',
                    353: "ran",'d',
                    354: "said",'v',
                    355: "sold",'d',
                    356: "sent",'d',
                    357: "shook",'d',
                    358: "shaken",'d',
                    359: "shone",'d',
                    360: "shown",'d',
                    361: "shrank",'d',
                    362: "shrunk",'d',
                    363: "sank",'d',
                    364: "sunk",'d',
                    365: "slid",'d',
                    366: "slung",'d',
                    367: "spoke",'d',
                    368: "spoken",'d',
                    369: "spent",'d',
                    370: "stood",'d',
                    371: "spread",'d',
                    372: "stole",'d',
                    373: "stolen",'d',
                    374: "stuck",'d',
                    375: "struck",'d',
                    376: "swore",'d',
                    377: "sworn",'d',
                    378: "swollen",'d',
                    379: "took",'d',
                    380: "taken",'d',
                    381: "tore",'d',
                    382: "torn",'d',
                    383: "told",'v',
                    384: "threw",'d',
                    385: "thrown",'d',
                    386: "understood",'d',
                    387: "wore",'d',
                    388: "worn",'d',
                    389: "wove",'d',
                    390: "woven",'d',
                    391: "wound",'d',
                    392: "run",'d',
                    393: "gas",'U',
                    394: "whether",'S',
                    395: "done",'d',
                    396: "became",'d',
                    397: "chosen",'d',
                    398: "come",'d',
                    399: "become",'d',
                    400: "children",'n',
                    401: "people",'n',
                    402: "ever",'D',
                    403: "according",'P',
                    404: "unpaid",'d',
                    405: "interwoven",'d',
                    406: "color",'Z',
                    407: "together",'D',
                    408: "left",'d',
                    409: "set",'d',
                    410: "born",'d',
                    411: "cut",'d',
                    412: "put",'d',
                    413: "sent",'d',
                    414: "altogether",'D',
                    415: "unchanged",'J',
                    416: "forth",'D',
                    417: "upheld",'d',
                    418: "therewith",'D',
                    419: "instead",'D',
                    420: "ah",'i',
                    421: "aha",'i',
                    422: "ay",'i',
                    423: "bah",'i',
                    424: "boo",'i',
                    425: "eh",'i',
                    426: "gee",'i',
                    427: "ha",'i',
                    428: "hey",'i',
                    429: "hi",'i',
                    430: "ho",'i',
                    431: "hurrah",'i',
                    432: "oh",'i',
                    433: "ouch",'i',
                    434: "rah",'i',
                    435: "sh",'i',
                    436: "ugh",'i',
                    437: "whee",'i',
                    438: "woe",'i',
                    439: "wow",'i',
                    440: "ready",'J',
                    441: "deep",'J',
                    442: "alone",'J',
                    443: "old",'J',
                    444: "ahead",'D',
                    445: "better",'G',
                    446: "overlaid",'d',
                    447: "later",'G',
                    448: "abroad",'D',
                    449: "further",'G',
                    450: "heavy",'J',
                    451: "major",'U',
                    452: "series",'N',
                    453: "great",'J',
                    454: "overseas",'G',
                    455: "afterward",'S',
                    456: "award",'Z',
                    457: "coward",'N',
                    458: "forward",'U',
                    459: "steward",'Z',
                    460: "ward",'Z',
                    461: "x",'N',
                    462: 0, 0
                    463: };

unix.superglobalmegacorp.com

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