nextkey
char *key, *nextkey, *val;
nextkey = strchr(key, (int)',');
if (nextkey != NULL) {
comma = nextkey++;
key = nextkey;
update_next_link(struct db_list *dbp, char *nextkey, int nextsize,
nextlinkp = fetch_record(dbp, nextkey, nextsize, nextlinkp,
*errorp = store_record(dbp, nextkey, nextsize, nextlinkp,
update_prev_link(struct db_list *dbp, char *nextkey, int nextsize,
(void) memcpy(LN_NEXT(prevlinkp), nextkey, nextsize);
update_linked_list(struct db_list *dbp, char *nextkey, int nextsize,
static linkinfo_ent *update_next_link(struct db_list *dbp, char *nextkey,
nextlinkp = update_next_link(dbp, nextkey, nextsize,
*errorp = update_prev_link(dbp, nextkey, nextsize,
static int update_prev_link(struct db_list *dbp, char *nextkey, int nextsize,
static linkinfo_ent *update_linked_list(struct db_list *dbp, char *nextkey,
char *nextkey, *prevkey, *fhkey;
nextkey = ((nextsize > 0) ? LN_NEXT(dellinkp) : NULL);
nextlinkp = update_linked_list(dbp, nextkey, nextsize,
(void) memcpy(linkkey, nextkey, nextsize);
char *nextkey;
nextkey = LN_NEXT(new_linkp);
lnp->lnkey, nextkey, nextsize) == 0)) {
(void) memcpy(linkkey, nextkey, nextsize);
datum nextkey(datum);
datum nextkey(datum);
datum nextkey();
sbd_pgr_key_t *nextkey, *key = pgr->pgr_keylist;
nextkey = key->pgr_key_next;
key = nextkey;