Searched refs:value_history_chain (Results 1 – 1 of 1) sorted by relevance
68 static struct value_history_chunk *value_history_chain; variable277 new->next = value_history_chain; in record_latest_value()278 value_history_chain = new; in record_latest_value()281 value_history_chain->values[i] = val; in record_latest_value()317 chunk = value_history_chain; in access_value_history()336 while (value_history_chain) in clear_value_history()339 if ((val = value_history_chain->values[i]) != NULL) in clear_value_history()341 next = value_history_chain->next; in clear_value_history()342 xfree (value_history_chain); in clear_value_history()343 value_history_chain = next; in clear_value_history()