Searched refs:a_new_term (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-term.h168 CRTerm * cr_term_append_term (CRTerm *a_this, CRTerm *a_new_term) ;
170 CRTerm * cr_term_prepend_term (CRTerm *a_this, CRTerm *a_new_term) ;
H A Dcr-term.c232 *@param a_new_term the term to append.
233 *@return the list of terms with the a_new_term appended to it.
236 cr_term_append_term (CRTerm * a_this, CRTerm * a_new_term) argument
240 g_return_val_if_fail (a_new_term, NULL);
243 return a_new_term;
247 cur->next = a_new_term;
248 a_new_term->prev = cur;
258 *@param a_new_term the term to prepend.
262 cr_term_prepend_term (CRTerm * a_this, CRTerm * a_new_term) argument
264 g_return_val_if_fail (a_this && a_new_term, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-term.h168 CRTerm * cr_term_append_term (CRTerm *a_this, CRTerm *a_new_term) ;
170 CRTerm * cr_term_prepend_term (CRTerm *a_this, CRTerm *a_new_term) ;
H A Dcr-term.c232 *@param a_new_term the term to append.
233 *@return the list of terms with the a_new_term appended to it.
236 cr_term_append_term (CRTerm * a_this, CRTerm * a_new_term) argument
240 g_return_val_if_fail (a_new_term, NULL);
243 return a_new_term;
247 cur->next = a_new_term;
248 a_new_term->prev = cur;
258 *@param a_new_term the term to prepend.
262 cr_term_prepend_term (CRTerm * a_this, CRTerm * a_new_term) argument
264 g_return_val_if_fail (a_this && a_new_term, NUL
[all...]

Completed in 120 milliseconds