Searched refs:rcursor (Results 1 – 5 of 5) sorted by relevance
88 nrec = t->bt_cursor.rcursor + 1;97 if ((nrec = t->bt_cursor.rcursor - 1) == 0)125 t->bt_cursor.rcursor = nrec;
97 status = rec_rdelete(t, t->bt_cursor.rcursor - 1);99 --t->bt_cursor.rcursor;
147 scursor = t->bt_cursor.rcursor;179 t->bt_cursor.rcursor = scursor;
114 nrec = t->bt_cursor.rcursor;174 t->bt_cursor.rcursor = nrec;
293 recno_t rcursor; /* R: recno cursor (1-based) */ member