Deleted Added
sdiff udiff text old ( 60787 ) new ( 60814 )
full compact
1/* $FreeBSD: head/contrib/less/less.h 60814 2000-05-23 07:34:27Z ps $ */
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 */
143typedef off_t POSITION;
144#define PR_POSITION "%lld"
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 ---