home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume5 / smallc / part3 / lib / lorder8080 < prev    next >
Encoding:
Text File  |  1986-11-30  |  350 b   |  13 lines

  1. grep public $* | sed 's/:    public//
  2. /?/d
  3. s?\([^     ]*\)[     ]*\(.*\)?\2    \1?
  4. s/\.asm//'> /tmp/symdef$$
  5. grep extrn $* | sed 's/:    extrn//
  6. s/\.asm//
  7. s?\([^     ]*\)[     ]*\(.*\)?\2    \1?
  8. /?/d'    > /tmp/symref$$
  9. sort /tmp/symdef$$ -o /tmp/symdef$$
  10. sort /tmp/symref$$ -o /tmp/symref$$
  11. join /tmp/symref$$ /tmp/symdef$$ | sed 's/[^     ]* *//'
  12. rm /tmp/symdef$$ /tmp/symref$$
  13.