Deleted Added
full compact
less.h (60787) less.h (60814)
1/* $FreeBSD: head/contrib/less/less.h 60814 2000-05-23 07:34:27Z ps $ */
1/*
2 * Copyright (C) 1984-2000 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.

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

134#endif
135#endif
136
137#define BAD_LSEEK ((off_t)-1)
138
139/*
140 * Special types and constants.
141 */
2/*
3 * Copyright (C) 1984-2000 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.

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

135#endif
136#endif
137
138#define BAD_LSEEK ((off_t)-1)
139
140/*
141 * Special types and constants.
142 */
142typedef long POSITION;
143#define PR_POSITION "%ld"
143typedef off_t POSITION;
144#define PR_POSITION "%lld"
144#define MAX_PRINT_POSITION 20
145#define MAX_PRINT_INT 10
146
147#define NULL_POSITION ((POSITION)(-1))
148
149/*
150 * Flags for open()
151 */

--- 231 unchanged lines hidden ---
145#define MAX_PRINT_POSITION 20
146#define MAX_PRINT_INT 10
147
148#define NULL_POSITION ((POSITION)(-1))
149
150/*
151 * Flags for open()
152 */

--- 231 unchanged lines hidden ---