Searched refs:R_SETCURSOR (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/include/
H A Ddb.h68 #define R_SETCURSOR 10 /* put (RECNO) */ macro
/barrelfish-2018-10-04/lib/libc/db/btree/
H A Dbt_put.c58 * flag: R_NOOVERWRITE, R_SETCURSOR, R_CURSOR
94 case R_SETCURSOR:
242 if (flags == R_SETCURSOR)
/barrelfish-2018-10-04/lib/libc/db/recno/
H A Drec_put.c107 case R_SETCURSOR:
167 case R_SETCURSOR:
/barrelfish-2018-10-04/lib/libc/db/test/
H A Ddbtest.c540 if (!strcmp(s, "R_SETCURSOR")) return (R_SETCURSOR);
559 case R_SETCURSOR: return ("R_SETCURSOR");

Completed in 44 milliseconds