[BACK]Return to re_search.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/re_search.c between version 1.10 and 1.11

version 1.10, 2002/02/13 03:03:49 version 1.11, 2002/02/16 21:27:49
Line 32 
Line 32 
 int     re_srch_lastdir = SRCH_NOPR;    /* last search flags                */  int     re_srch_lastdir = SRCH_NOPR;    /* last search flags                */
 int     casefoldsearch = TRUE;          /* does search ignore case?         */  int     casefoldsearch = TRUE;          /* does search ignore case?         */
   
 static int       re_doreplace   __P((RSIZE, char *, int));  static int       re_doreplace(RSIZE, char *, int);
 static int       re_forwsrch    __P((void));  static int       re_forwsrch(void);
 static int       re_backsrch    __P((void));  static int       re_backsrch(void);
 static int       re_readpattern __P((char *));  static int       re_readpattern(char *);
 static int       killmatches    __P((int));  static int       killmatches(int);
 static int       countmatches   __P((int));  static int       countmatches(int);
   
 /*  /*
  * Search forward.   * Search forward.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11