/[grep]/grep/src/grep.c
ViewVC logotype

Diff of /grep/src/grep.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.110 by charles_levert, Tue Jun 21 16:15:47 2005 UTC revision 1.111 by charles_levert, Wed Jun 22 01:47:43 2005 UTC
# Line 221  struct color_cap Line 221  struct color_cap
221      const char *(*fct)(void);      const char *(*fct)(void);
222    };    };
223    
224  const char *  static const char *
225  color_cap_ne_fct(void)  color_cap_ne_fct(void)
226  {  {
227    if (pseudo_markup)    if (pseudo_markup)
# Line 233  color_cap_ne_fct(void) Line 233  color_cap_ne_fct(void)
233    return NULL;    return NULL;
234  }  }
235    
236  const char *  static const char *
237  color_cap_xm_fct(void)  color_cap_xm_fct(void)
238  {  {
239    /* This experimental feature should stay undocumented for now.  */    /* This experimental feature should stay undocumented for now.  */
# Line 776  print_line_head (char const *beg, char c Line 776  print_line_head (char const *beg, char c
776      }      }
777  }  }
778    
779  const char *  static const char *
780  print_line_middle (const char *beg, const char *lim)  print_line_middle (const char *beg, const char *lim)
781  {  {
782    size_t match_size;    size_t match_size;
# Line 845  print_line_middle (const char *beg, cons Line 845  print_line_middle (const char *beg, cons
845    return beg;    return beg;
846  }  }
847    
848  const char *  static const char *
849  print_line_tail (const char *beg, const char *lim, const char *color)  print_line_tail (const char *beg, const char *lim, const char *color)
850  {  {
851    size_t  eol_size;    size_t  eol_size;

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26