• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/

Lines Matching refs:CRTerm

37 cr_term_clear (CRTerm * a_this)
81 *Instanciate a #CRTerm.
83 *of #CRTerm.
85 CRTerm *
88 CRTerm *result = NULL;
90 result = g_try_malloc (sizeof (CRTerm));
95 memset (result, 0, sizeof (CRTerm));
106 CRTerm *
111 CRTerm *result = NULL;
142 cr_term_set_number (CRTerm * a_this, CRNum * a_num)
154 cr_term_set_function (CRTerm * a_this, CRString * a_func_name,
155 CRTerm * a_func_param)
168 cr_term_set_string (CRTerm * a_this, CRString * a_str)
180 cr_term_set_ident (CRTerm * a_this, CRString * a_str)
192 cr_term_set_uri (CRTerm * a_this, CRString * a_str)
204 cr_term_set_rgb (CRTerm * a_this, CRRgb * a_rgb)
216 cr_term_set_hash (CRTerm * a_this, CRString * a_str)
228 *Appends a new term to the current list of #CRTerm.
231 *of #CRTerm .
235 CRTerm *
236 cr_term_append_term (CRTerm * a_this, CRTerm * a_new_term)
238 CRTerm *cur = NULL;
257 *#CRTerm .
261 CRTerm *
262 cr_term_prepend_term (CRTerm * a_this, CRTerm * a_new_term)
275 *@param a_this the current instance of #CRTerm
277 *form of #CRTerm. MUST BE FREED BY THE CALLER using g_free().
280 cr_term_to_string (CRTerm * a_this)
283 CRTerm *cur = NULL;
477 cr_term_one_to_string (CRTerm * a_this)
677 *@param a_this the current instance of #CRTerm.
681 cr_term_dump (CRTerm * a_this, FILE * a_fp)
697 *@param a_this the current instance of #CRTerm.
701 cr_term_nr_values (CRTerm *a_this)
703 CRTerm *cur = NULL ;
714 *Use an index to get a CRTerm from the expression.
715 *@param a_this the current instance of #CRTerm.
717 *@return CRTerm at position itemnr, if itemnr > number of terms - 1,
720 CRTerm *
721 cr_term_get_from_list (CRTerm *a_this, int itemnr)
723 CRTerm *cur = NULL ;
736 *of #CRTerm.*
737 *@param a_this the current instance of #CRTerm.
740 cr_term_ref (CRTerm * a_this)
749 *#CRTerm. If the ref count reaches zero, the instance is
751 *@param a_this the current instance of #CRTerm.
755 cr_term_unref (CRTerm * a_this)
772 *The destructor of the the #CRTerm class.
774 *of #CRTerm.
777 cr_term_destroy (CRTerm * a_this)