Deleted Added
full compact
grep.h (226035) grep.h (228319)
1/* $NetBSD: grep.h,v 1.5 2011/02/27 17:33:37 joerg Exp $ */
2/* $OpenBSD: grep.h,v 1.15 2010/04/05 03:03:55 tedu Exp $ */
1/* $NetBSD: grep.h,v 1.5 2011/02/27 17:33:37 joerg Exp $ */
2/* $OpenBSD: grep.h,v 1.15 2010/04/05 03:03:55 tedu Exp $ */
3/* $FreeBSD: head/usr.bin/grep/grep.h 226035 2011-10-05 09:56:43Z gabor $ */
3/* $FreeBSD: head/usr.bin/grep/grep.h 228319 2011-12-07 12:25:28Z gabor $ */
4
5/*-
6 * Copyright (c) 1999 James Howard and Dag-Erling Co��dan Sm��rgrav
7 * Copyright (c) 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>
8 * All rights reserved.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions

--- 102 unchanged lines hidden (view full) ---

114 qflag, sflag, vflag, wflag, xflag;
115extern bool dexclude, dinclude, fexclude, finclude, lbflag, nullflag;
116extern unsigned long long Aflag, Bflag;
117extern long long mcount;
118extern char *label;
119extern const char *color;
120extern int binbehave, devbehave, dirbehave, filebehave, grepbehave, linkbehave;
121
4
5/*-
6 * Copyright (c) 1999 James Howard and Dag-Erling Co��dan Sm��rgrav
7 * Copyright (c) 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org>
8 * All rights reserved.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions

--- 102 unchanged lines hidden (view full) ---

114 qflag, sflag, vflag, wflag, xflag;
115extern bool dexclude, dinclude, fexclude, finclude, lbflag, nullflag;
116extern unsigned long long Aflag, Bflag;
117extern long long mcount;
118extern char *label;
119extern const char *color;
120extern int binbehave, devbehave, dirbehave, filebehave, grepbehave, linkbehave;
121
122extern bool first, matchall, notfound, prev;
122extern bool file_err, first, matchall, prev;
123extern int tail;
124extern unsigned int dpatterns, fpatterns, patterns;
125extern struct pat *pattern;
126extern struct epat *dpattern, *fpattern;
127extern regex_t *er_pattern, *r_pattern;
128extern fastmatch_t *fg_pattern;
129
130/* For regex errors */

--- 22 unchanged lines hidden ---
123extern int tail;
124extern unsigned int dpatterns, fpatterns, patterns;
125extern struct pat *pattern;
126extern struct epat *dpattern, *fpattern;
127extern regex_t *er_pattern, *r_pattern;
128extern fastmatch_t *fg_pattern;
129
130/* For regex errors */

--- 22 unchanged lines hidden ---