Home
last modified time | relevance | path

Searched defs:_cursor (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libc/db/btree/
H A Dbtree.h273 typedef struct _cursor { struct
274 EPGNO pg; /* B: Saved tree reference. */
275 DBT key; /* B: Saved key, or key.data == NULL. */
276 recno_t rcursor; /* R: recno cursor (1-based) */
282 u_int8_t flags;
/openbsd-src/lib/libcurses/
H A Dcurses.priv.h1009 int _cursor; /* visibility of the cursor */ member