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

/freebsd-10.0-release/include/
H A Ddb.h68 #define R_SETCURSOR 10 /* put (RECNO) */ macro
/freebsd-10.0-release/lib/libc/db/btree/
H A Dbt_put.c241 if (flags == R_SETCURSOR)
/freebsd-10.0-release/lib/libc/db/recno/
H A Drec_put.c107 case R_SETCURSOR:
168 case R_SETCURSOR:
/freebsd-10.0-release/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 1277 milliseconds