HomeSort by: relevance | last modified time | path
    Searched defs:POSITION (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/expat/dist/lib/
xmltok.h 146 typedef struct position { struct
150 } POSITION;
185 const char *end, POSITION *);
  /src/external/bsd/less/dist/
less.h 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)
    [all...]

Completed in 24 milliseconds