Deleted Added
full compact
search.h (1574) search.h (8870)
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Christos Zoulas of Cornell University.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

34 * SUCH DAMAGE.
35 *
36 * @(#)search.h 8.1 (Berkeley) 6/4/93
37 */
38
39/*
40 * el.search.h: Line and history searching utilities
41 */
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Christos Zoulas of Cornell University.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

34 * SUCH DAMAGE.
35 *
36 * @(#)search.h 8.1 (Berkeley) 6/4/93
37 */
38
39/*
40 * el.search.h: Line and history searching utilities
41 */
42#ifndef _h_el_search
43#define _h_el_search
42#ifndef _h_el_search
43#define _h_el_search
44
45#include "histedit.h"
46
47typedef struct el_search_t {
48 char *patbuf; /* The pattern buffer */
49 int patlen; /* Length of the pattern buffer */
50 int patdir; /* Direction of the last search */
51 int chadir; /* Character search direction */

--- 17 unchanged lines hidden ---
44
45#include "histedit.h"
46
47typedef struct el_search_t {
48 char *patbuf; /* The pattern buffer */
49 int patlen; /* Length of the pattern buffer */
50 int patdir; /* Direction of the last search */
51 int chadir; /* Character search direction */

--- 17 unchanged lines hidden ---