Deleted Added
full compact
less.h (191930) less.h (195941)
1/* $FreeBSD: head/contrib/less/less.h 191930 2009-05-09 01:35:27Z delphij $ */
1/* $FreeBSD: head/contrib/less/less.h 195941 2009-07-29 09:20:32Z delphij $ */
2/*
2/*
3 * Copyright (C) 1984-2008 Mark Nudelman
3 * Copyright (C) 1984-2009 Mark Nudelman
4 *
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Less License, as specified in the README file.
7 *
8 * For more information about less, or for information on how to
9 * contact the author, see the README file.
10 */
11

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

484#define CH_KEEPOPEN 002
485#define CH_POPENED 004
486#define CH_HELPFILE 010
487
488#define ch_zero() ((POSITION)0)
489
490#define FAKE_HELPFILE "@/\\less/\\help/\\file/\\@"
491
4 *
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Less License, as specified in the README file.
7 *
8 * For more information about less, or for information on how to
9 * contact the author, see the README file.
10 */
11

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

484#define CH_KEEPOPEN 002
485#define CH_POPENED 004
486#define CH_HELPFILE 010
487
488#define ch_zero() ((POSITION)0)
489
490#define FAKE_HELPFILE "@/\\less/\\help/\\file/\\@"
491
492/* Flags for cvt_text */
493#define CVT_TO_LC 01 /* Convert upper-case to lower-case */
494#define CVT_BS 02 /* Do backspace processing */
495#define CVT_CRLF 04 /* Remove CR after LF */
496#define CVT_ANSI 010 /* Remove ANSI escape sequences */
497
492#include "funcs.h"
493
494/* Functions not included in funcs.h */
495void postoa();
496void linenumtoa();
497void inttoa();
498#include "funcs.h"
499
500/* Functions not included in funcs.h */
501void postoa();
502void linenumtoa();
503void inttoa();