Lines Matching refs:_value
251 // Initialize _value with the current page
267 _value = g_strdup(defaultval); // allocate space for _value
279 g_free(_value);
284 * A function to set the \c _value.
290 * To copy the data into _value the old memory must be free'd first.
307 if (page == NULL) return _value;
309 if (_value != NULL) g_free(_value);
310 _value = g_strdup(page->name());
314 prefs->setString(extension_pref_root + prefname, _value);
317 return _value;
328 param_string += _value; // the name of the current page
441 if (!strcmp(_value, page->name())) {