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

Diff for /src/usr.bin/mg/grep.c between version 1.49 and 1.50

version 1.49, 2021/03/01 10:51:14 version 1.50, 2023/03/08 04:43:11
Line 61 
Line 61 
         maps_add((KEYMAP *)&compilemap, "compile");          maps_add((KEYMAP *)&compilemap, "compile");
 }  }
   
 /* ARGSUSED */  
 static int  static int
 grep(int f, int n)  grep(int f, int n)
 {  {
Line 87 
Line 86 
         return (TRUE);          return (TRUE);
 }  }
   
 /* ARGSUSED */  
 int  int
 compile(int f, int n)  compile(int f, int n)
 {  {
Line 116 
Line 114 
 }  }
   
 /* id-utils foo. */  /* id-utils foo. */
 /* ARGSUSED */  
 static int  static int
 gid(int f, int n)  gid(int f, int n)
 {  {
Line 253 
Line 250 
         return (bp);          return (bp);
 }  }
   
 /* ARGSUSED */  
 static int  static int
 compile_goto_error(int f, int n)  compile_goto_error(int f, int n)
 {  {
Line 321 
Line 317 
         return (FALSE);          return (FALSE);
 }  }
   
 /* ARGSUSED */  
 int  int
 next_error(int f, int n)  next_error(int f, int n)
 {  {
Line 347 
Line 342 
  * Since we don't have variables (we probably should) these are command   * Since we don't have variables (we probably should) these are command
  * processors for changing the values of mode flags.   * processors for changing the values of mode flags.
  */   */
 /* ARGSUSED */  
 int  int
 globalwdtoggle(int f, int n)  globalwdtoggle(int f, int n)
 {  {

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50