Deleted Added
full compact
editline.3 (256281) editline.3 (278411)
1.\" $NetBSD: editline.3,v 1.70 2009/07/05 21:55:24 perry Exp $
2.\"
3.\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This file was contributed to The NetBSD Foundation by Luke Mewburn.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

21.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27.\" POSSIBILITY OF SUCH DAMAGE.
28.\"
1.\" $NetBSD: editline.3,v 1.70 2009/07/05 21:55:24 perry Exp $
2.\"
3.\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This file was contributed to The NetBSD Foundation by Luke Mewburn.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

21.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27.\" POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $FreeBSD: stable/10/lib/libedit/editline.3 245324 2013-01-12 09:07:19Z joel $
29.\" $FreeBSD: stable/10/lib/libedit/editline.3 278411 2015-02-08 22:11:24Z bapt $
30.\"
31.Dd July 5, 2009
32.Dt EDITLINE 3
33.Os
34.Sh NAME
35.Nm editline ,
36.Nm el_init ,
37.Nm el_end ,

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

677Return the next event numbered
678.Fa e .
679.It Dv H_LOAD , Fa "const char *file"
680Load the history list stored in
681.Fa file .
682.It Dv H_SAVE , Fa "const char *file"
683Save the history list to
684.Fa file .
30.\"
31.Dd July 5, 2009
32.Dt EDITLINE 3
33.Os
34.Sh NAME
35.Nm editline ,
36.Nm el_init ,
37.Nm el_end ,

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

677Return the next event numbered
678.Fa e .
679.It Dv H_LOAD , Fa "const char *file"
680Load the history list stored in
681.Fa file .
682.It Dv H_SAVE , Fa "const char *file"
683Save the history list to
684.Fa file .
685.It Dv H_SAVE_FP , Fa "FILE*"
686Save the history list to the opened
687.Fa FILE* .
685.It Dv H_SETUNIQUE , Fa "int unique"
686Set flag that adjacent identical event strings should not be entered
687into the history.
688.It Dv H_GETUNIQUE
689Retrieve the current setting if adjacent identical elements should
690be entered into the history.
691.It Dv H_DEL , Fa "int e"
692Delete the event numbered

--- 143 unchanged lines hidden ---
688.It Dv H_SETUNIQUE , Fa "int unique"
689Set flag that adjacent identical event strings should not be entered
690into the history.
691.It Dv H_GETUNIQUE
692Retrieve the current setting if adjacent identical elements should
693be entered into the history.
694.It Dv H_DEL , Fa "int e"
695Delete the event numbered

--- 143 unchanged lines hidden ---