Lines Matching refs:entr
174 optionentry * entr = reinterpret_cast<optionentry *>(list->data);
175 if ( !entr->value->compare(in) ) {
176 settext = entr->value;
286 optionentry * entr = reinterpret_cast<optionentry *>(list->data);
287 if ( !entr->guitext->compare(label) ) {
288 value = *(entr->value);
332 optionentry * entr = reinterpret_cast<optionentry *>(list->data);
333 Glib::ustring * text = entr->guitext;
338 if (!entr->value->compare(_value)) {
350 if (!entr->value->compare(_value)) {