projects
/
mmh
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added -clobber switch to mhstore(1) [Bug #11160].
[mmh]
/
docs
/
historical
/
mh-6.8.5
/
miscellany
/
less-177
/
position.h
1
/*
2
* Include file for interfacing to position.c modules.
3
*/
4
#define TOP (0)
5
#define TOP_PLUS_ONE (1)
6
#define BOTTOM (-1)
7
#define BOTTOM_PLUS_ONE (-2)
8
#define MIDDLE (-3)