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

  /src/lib/libc/db/btree/
btree.h 283 * or a page number and an index. These structures are used as a cursor, stack
302 * About cursors. The cursor (and the page that contained the key/data pair
304 * there are no duplicates of the cursor key in the tree (i.e. B_NODUPS is set
306 * referenced when it's deleted, and reacquire a new cursor key if the cursor
309 * the cursor) keys are added to the tree during this process, it is undefined
310 * if they will be returned or not in a cursor scan.
312 * The flags determine the possible states of the cursor:
314 * CURS_INIT The cursor references *something*.
315 * CURS_ACQUIRE The cursor was deleted, and a key has been saved so tha
    [all...]
  /src/games/larn/
header.h 404 /* macro to clear the screen and home the cursor */
416 #define CURSOR 15
425 /* macro to clear the screen and home the cursor */

Completed in 13 milliseconds