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

Diff for /src/usr.bin/sed/process.c between version 1.6 and 1.7

version 1.6, 2001/11/19 19:02:16 version 1.7, 2002/02/16 21:27:52
Line 67 
Line 67 
 #define hs              HS.space  #define hs              HS.space
 #define hsl             HS.len  #define hsl             HS.len
   
 static inline int        applies __P((struct s_command *));  static inline int        applies(struct s_command *);
 static void              flush_appends __P((void));  static void              flush_appends(void);
 static void              lputs __P((char *));  static void              lputs(char *);
 static inline int        regexec_e __P((regex_t *, const char *, int, int, size_t));  static inline int        regexec_e(regex_t *, const char *, int, int, size_t);
 static void              regsub __P((SPACE *, char *, char *));  static void              regsub(SPACE *, char *, char *);
 static int               substitute __P((struct s_command *));  static int               substitute(struct s_command *);
   
 struct s_appends *appends;      /* Array of pointers to strings to append. */  struct s_appends *appends;      /* Array of pointers to strings to append. */
 static int appendx;             /* Index into appends array. */  static int appendx;             /* Index into appends array. */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7