xref: /minix/external/bsd/less/dist/position.h (revision dda632a2)
1 /*	$NetBSD: position.h,v 1.2 2011/07/03 19:51:26 tron Exp $	*/
2 
3 /*
4  * Copyright (C) 1984-2011  Mark Nudelman
5  *
6  * You may distribute under the terms of either the GNU General Public
7  * License or the Less License, as specified in the README file.
8  *
9  * For more information about less, or for information on how to
10  * contact the author, see the README file.
11  */
12 
13 
14 /*
15  * Include file for interfacing to position.c modules.
16  */
17 #define	TOP		(0)
18 #define	TOP_PLUS_ONE	(1)
19 #define	BOTTOM		(-1)
20 #define	BOTTOM_PLUS_ONE	(-2)
21 #define	MIDDLE		(-3)
22