home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / reapp.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  1KB  |  31 lines

  1. /************************************************************************
  2.  * This program is Copyright (C) 1986-1996 by Jonathan Payne.  JOVE is  *
  3.  * provided to you without charge, and with no warranty.  You may give  *
  4.  * away copies of JOVE, including sources, provided that this notice is *
  5.  * included in all the files.                                           *
  6.  ************************************************************************/
  7.  
  8. extern void
  9.     find_tag proto((char *tag,bool localp));
  10.  
  11. /* Commands: */
  12.  
  13. extern void
  14.     FDotTag proto((void)),
  15.     FindTag proto((void)),
  16.     IncFSearch proto((void)),
  17.     IncRSearch proto((void)),
  18.     QRepSearch proto((void)),
  19.     RegReplace proto((void)),
  20.     RepSearch proto((void)),
  21.     FSrchND proto((void)),
  22.     ForSearch proto((void)),
  23.     RSrchND proto((void)),
  24.     RevSearch proto((void));
  25.  
  26. /* Variables: */
  27.  
  28. extern ZXchar    SExitChar;        /* VAR: type this to stop i-search */
  29. extern char    TagFile[FILESIZE];    /* VAR: default tag file */
  30. extern bool    UseRE;            /* VAR: use regular expressions in search */
  31.