Lines Matching refs:a_value
574 cr_rgb_set_from_term (CRRgb *a_this, const struct _CRTerm *a_value) in cr_rgb_set_from_term() argument
577 g_return_val_if_fail (a_this && a_value, in cr_rgb_set_from_term()
580 switch(a_value->type) { in cr_rgb_set_from_term()
582 if (a_value->content.rgb) { in cr_rgb_set_from_term()
584 (a_this, a_value->content.rgb) ; in cr_rgb_set_from_term()
588 if (a_value->content.str in cr_rgb_set_from_term()
589 && a_value->content.str->stryng in cr_rgb_set_from_term()
590 && a_value->content.str->stryng->str) { in cr_rgb_set_from_term()
592 a_value->content.str->stryng->str, in cr_rgb_set_from_term()
599 (const guchar *) a_value->content.str->stryng->str) ; in cr_rgb_set_from_term()
607 if (a_value->content.str in cr_rgb_set_from_term()
608 && a_value->content.str->stryng in cr_rgb_set_from_term()
609 && a_value->content.str->stryng->str) { in cr_rgb_set_from_term()
612 (const guchar *) a_value->content.str->stryng->str) ; in cr_rgb_set_from_term()