Deleted Added
full compact
extern.h (1591) extern.h (28066)
1/*-
2 * Copyright (c) 1992 Diomidis Spinellis.
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Diomidis Spinellis of Imperial College, University of London.
8 *

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

46extern int lastline;
47extern int aflag, eflag, nflag;
48extern char *fname;
49
50void cfclose __P((struct s_command *, struct s_command *));
51void compile __P((void));
52void cspace __P((SPACE *, char *, size_t, enum e_spflag));
53char *cu_fgets __P((char *, int));
1/*-
2 * Copyright (c) 1992 Diomidis Spinellis.
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Diomidis Spinellis of Imperial College, University of London.
8 *

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

46extern int lastline;
47extern int aflag, eflag, nflag;
48extern char *fname;
49
50void cfclose __P((struct s_command *, struct s_command *));
51void compile __P((void));
52void cspace __P((SPACE *, char *, size_t, enum e_spflag));
53char *cu_fgets __P((char *, int));
54void err __P((int, const char *, ...));
55int mf_fgets __P((SPACE *, enum e_spflag));
56void process __P((void));
57char *strregerror __P((int, regex_t *));
58void *xmalloc __P((u_int));
59void *xrealloc __P((void *, u_int));
54int mf_fgets __P((SPACE *, enum e_spflag));
55void process __P((void));
56char *strregerror __P((int, regex_t *));
57void *xmalloc __P((u_int));
58void *xrealloc __P((void *, u_int));