Home | History | Annotate | Download | only in dist

Lines Matching defs:POSITION

241 typedef off_t           POSITION;
249 #define NULL_POSITION ((POSITION)(-1))
318 * The structure used to represent a "screen position".
319 * This consists of a file position, and a screen line number.
321 * position is displayed on the ln-th line of the screen.
326 POSITION pos;
390 #define SRCH_FORW (1 << 0) /* Search forward from current position */
391 #define SRCH_BACK (1 << 1) /* Search backward from current position */
590 #define ch_zero() ((POSITION)0)
629 void postoa(POSITION, char*, int);
633 POSITION lstrtopos(char*, char**, int);