Searched refs:rcursor (Results 1 – 5 of 5) sorted by relevance
86 nrec = t->bt_cursor.rcursor + 1;95 if ((nrec = t->bt_cursor.rcursor - 1) == 0)123 t->bt_cursor.rcursor = nrec;
95 status = rec_rdelete(t, t->bt_cursor.rcursor - 1);97 --t->bt_cursor.rcursor;
145 scursor = t->bt_cursor.rcursor;177 t->bt_cursor.rcursor = scursor;
112 nrec = t->bt_cursor.rcursor;172 t->bt_cursor.rcursor = nrec;
291 recno_t rcursor; /* R: recno cursor (1-based) */ member