home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / elistb.zip / T.TAB < prev    next >
Text File  |  1993-05-14  |  3KB  |  144 lines

  1. typedef struct _ARR
  2.   {
  3.    long l;
  4.    char *name;
  5.   } ARR;
  6.  
  7. ARR names[]
  8. ={
  9.   {2,"Moth"},
  10.   {3,"TLumber"},
  11.   {4,"B. Dick"},
  12.   {5,"T. & T."},
  13.   {6,"Ert Paging"},
  14.   {7,"T Saw & Tool"},
  15.   {8,"TFire Protection"},
  16.   {9,"Olute Graphics"},
  17.  {10,"TTechnologies, Inc."},
  18.  {11,"Ion Services"},
  19.  {12,"Pican Design"},
  20.  {13,"Rican Insurance"},
  21.  {14,"Erson Designs"},
  22.  {15,"Onio Chavez"},
  23.  {16,"Raisal Research Corp."},
  24.  {17,"Onaut Mirror"},
  25.  {18,"Owhead Water"},
  26.  {19,"Isan Printing"},
  27.  {20,"Istic Printing - Modesto"},
  28.  {21,"Ey Paper & Office Supply"},
  29.  {22,"Lla Corporation"},
  30.  {23,"Sem  Corporation"},
  31.  {24,"Dalton, Booksellers"},
  32.  {25,"E. E. Industries"},
  33.  {27,"K of the West"},
  34.  {28,"Bara Pizza"},
  35.  {29,"T Business Cards"},
  36.  {30,"T Shelving"},
  37.  {31,"L Industries"},
  38.  {32,"Ryessa Auto"},
  39.  {33,"A Computer, Inc."},
  40.  {34,"L Brost"},
  41.  {35,"Ly Comm. Cntr."},
  42.  {36,"Ir Glass"},
  43.  {37,"Dal Productions"},
  44.  {38,"Oks & Williams"},
  45.  {39,"Oks Communications, Inc."},
  46.  {40,"Wning-Ferris Industries"},
  47.  {41,"Kles Smith"},
  48.  {42,"Get Printing"},
  49.  {43,"Ler Paper Co."},
  50.  {44,"BOARD OF EQUALIZATION"},
  51.  {45,"Secretary of State"},
  52.  {46,"Le View Electronics"},
  53.  {47,"TPrinting"},
  54.  {48,"Pers Limited"},
  55.  {49,"TType"},
  56.  {50,"Rry Pie Graphics"},
  57.  {51,"Ld Advocates"},
  58.  {52,"Is Gonzales"},
  59.  {53,"Ck Seeley"},
  60.  {54,"Cuit 99"},
  61.  {55,"Y of San Jose"},
  62.  {56,"Udia Blett"},
  63.  {57,"TTechnology Inc."},
  64.  {58,"PuServe"},
  65.  {59,"Gress Mortgage"},
  66.  {60,"Y Connection"},
  67.  {61,"Y Ink"},
  68.  {62,"Tco"},
  69.  {63,"Rtesy"},
  70.  {64,"Wn Tool, Inc."},
  71.  {65,"Thia Spence"},
  72.  {66,"Ny Scott"},
  73.  {67,"A Physics Corporation"},
  74.  {68,"Tech Incorporated"},
  75.  {69,"Tech Service Center"},
  76.  {70,"Artment of Vehicles"},
  77.  {71,"Igners Valley"},
  78.  {72,"Betes Society"},
  79.  {73,"N Business Communications"},
  80.  {74,"THoover"},
  81.  {75,"TJulie Beney"},
  82.  {76,"Nomy Imports"},
  83.  {77,"Und Scientific Company"},
  84.  {78,"N Oaks"},
  85.  {79,"Loyment Dept."},
  86.  {82,"Rts Photo-Scientific Co."},
  87.  {83,"Us Sales & Marketing"},
  88.  {84,"Mers Insurance Group"},
  89.  {85,"M Wave"},
  90.  {86,"E Service"},
  91.  {87,"Cher's Florist"},
  92.  {88,"Nchise Board"},
  93.  {89,"Sh Daisy"},
  94.  {90,"Ntiers Limited"},
  95.  {91,"A's Electronics"},
  96.  {92,"Itsu, Inc."},
  97.  {93,"Eral Motors Corp"},
  98.  {94,"Scouring Co."},
  99.  {95,"Den Software"},
  100.  {96,"Den Scale"},
  101.  {97,"D Guys"},
  102.  {98,"Ybar Electric Co."},
  103.  {99,"Enberg Expositions"},
  104. {100,"E Depot"},
  105. {101,"Pice Valley"},
  106. {102,"Gry Hunter"},
  107. {103,"Ge & Film, Inc."},
  108. {104,"Ge Publishing"},
  109. {105,"Ressions Plus"},
  110. {106,"And Environmental"},
  111. {107,"And Electric"},
  112. {108,"Ine Sports"},
  113. {109,"Tat Spanish Bay"},
  114. {110,"Ercity Express"},
  115. {111,"TS Welding"},
  116. {112,"I S. Murray"},
  117. {113,"Et Day"},
  118. {114,"Et Ruin"},
  119. {115,"Paper"},
  120. {116,"TPacking"},
  121. {117,"TGroup"},
  122. {118,"A Publications, Inc."},
  123. {119,"F Rogers"},
  124. {120,"Frey Rogers"},
  125. {121,"TMason"},
  126. {122,"TBrown"},
  127. {123,"Saddlestitching"},
  128. {124,"Tirmoy Gang"},
  129. {125,"Art"},
  130. {126,"Wilson Inc."},
  131. {127,"En B. Device"},
  132. {128,"TKobara"},
  133. {129,"Gs Row Properties"},
  134. {130,"K Paper & Graphics"},
  135. {131,"Ler Associates"},
  136. {132,"Cer Labels"},
  137. {133,"Ry Fritzen"},
  138. {134,"Ra Manzanilla"},
  139. {259,"Lerbach Paper"},
  140. {260,"En Design Studio"},
  141. {261,"Og"},
  142. {1,( char* )NULL}
  143. };
  144.