home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Editors / emacs / Emacs-1.14b1-sources / sources / mac-emacs-src / hopeless.c < prev    next >
Encoding:
Text File  |  1994-05-17  |  752 b   |  28 lines  |  [TEXT/EMAC]

  1. /*
  2.  * Copyright (C) 1993, 1994 Marc Parmet.
  3.  * This file is part of the Macintosh port of GNU Emacs.
  4.  *
  5.  * GNU Emacs is distributed in the hope that it will be useful,
  6.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  7.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  8.  * GNU General Public License for more details.
  9.  */
  10.  
  11. /* Hopeless, useless, or not worth the trouble */
  12. tgetent()                { return -1; }
  13. tgetnum()                { return -1; }
  14. tgetstr()                { return 0L; }
  15. tgetflag()                { return  0; }
  16. sigsetmask()            { return -1; }
  17. tgoto()                    { }
  18. tputs()                    { }
  19. setpgrp()                { }
  20. setpgrp_of_tty()        { }
  21. setpriority()            { }
  22. child_setup_tty()        { }
  23. flush_pending_output()    { }
  24. reset_sys_modes()        { }
  25.  
  26. per_line_cost()            { }
  27. string_cost()            { }
  28.