Searched refs:valx (Results 1 – 1 of 1) sorted by relevance
1639 struct value *valx; in decode_dollar() local1657 valx = access_value_history ((copy[1] == '$') ? -index : index); in decode_dollar()1658 if (TYPE_CODE (value_type (valx)) != TYPE_CODE_INT) in decode_dollar()1683 valx = value_of_internalvar (lookup_internalvar (copy + 1)); in decode_dollar()1684 if (TYPE_CODE (value_type (valx)) != TYPE_CODE_INT) in decode_dollar()1692 val.line = value_as_long (valx); in decode_dollar()