4.4BSD/usr/src/contrib/mh-6.8/miscellany/less-177/position.h

Compare this file to the similar file:
Show the results in this format:

/*
 * Include file for interfacing to position.c modules.
 */
#define	TOP		(0)
#define	TOP_PLUS_ONE	(1)
#define	BOTTOM		(-1)
#define	BOTTOM_PLUS_ONE	(-2)
#define	MIDDLE		(-3)