Searched refs:CRTerm (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-term.h71 typedef struct _CRTerm CRTerm ; typedef in typeref:struct:_CRTerm
117 *an instance of CRTerm that represents
122 CRTerm *func_param ;
138 CRTerm *next ;
144 CRTerm *prev ;
148 CRTerm * cr_term_parse_expression_from_buf (const guchar *a_buf,
150 CRTerm * cr_term_new (void) ;
152 enum CRStatus cr_term_set_number (CRTerm *a_this, CRNum *a_num) ;
154 enum CRStatus cr_term_set_function (CRTerm *a_this,
156 CRTerm *a_func_para
[all...]
H A Dcr-term.c37 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_thi
[all...]
H A Dcr-declaration.h53 CRTerm *value ;
80 CRTerm *a_value) ;
95 CRTerm *a_value) ;
H A Dcr-parser.h98 enum CRStatus cr_parser_parse_term (CRParser *a_this, CRTerm **a_term) ;
100 enum CRStatus cr_parser_parse_expr (CRParser *a_this, CRTerm **a_expr) ;
105 CRTerm **a_expr, gboolean *a_important) ;
H A Dcr-style.c244 CRTerm * a_value, enum CRDirection a_dir);
248 CRTerm * a_value,
252 CRTerm *a_value) ;
256 CRTerm * a_value,
260 CRTerm *a_value) ;
263 set_prop_margin_x_from_value (CRStyle * a_style, CRTerm * a_value,
267 set_prop_display_from_value (CRStyle * a_style, CRTerm * a_value);
270 set_prop_position_from_value (CRStyle * a_style, CRTerm * a_value);
273 set_prop_x_from_value (CRStyle * a_style, CRTerm * a_value,
277 set_prop_float (CRStyle * a_style, CRTerm * a_valu
[all...]
H A Dcr-doc-handler.h167 CRTerm *a_expression,
H A Dcr-statement.h330 CRString *a_prop, CRTerm *a_value) ;
393 CRTerm *a_value) ;
H A Dcr-declaration.c71 CRString * a_property, CRTerm * a_value)
118 CRTerm *value = NULL;
183 CRTerm *value = NULL;
424 CRString * a_prop, CRTerm * a_value)
H A Dcr-parser.c365 CRTerm ** a_expr);
1508 cr_parser_parse_term (CRParser * a_this, CRTerm ** a_term)
1512 CRTerm *result = NULL;
1513 CRTerm *param = NULL;
2130 CRTerm ** a_expr)
2135 CRTerm *expr = NULL;
3012 cr_parser_parse_expr (CRParser * a_this, CRTerm ** a_expr)
3016 CRTerm *expr = NULL,
3172 CRTerm ** a_expr, gboolean * a_important)
3177 CRTerm *exp
[all...]
H A Dcr-statement.c78 CRTerm * a_value, gboolean a_important)
189 CRTerm * a_expression, gboolean a_important)
305 CRString * a_name, CRTerm * a_value,
418 CRTerm * a_value, gboolean a_important)
2096 CRTerm * a_value)
2454 CRString * a_prop, CRTerm * a_value)
H A Dcr-rgb.c642 CRTerm *value = NULL ;
H A Dcr-om-parser.c60 CRTerm * a_expression,
619 CRTerm * a_expression,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-term.h71 typedef struct _CRTerm CRTerm ; typedef in typeref:struct:_CRTerm
117 *an instance of CRTerm that represents
122 CRTerm *func_param ;
138 CRTerm *next ;
144 CRTerm *prev ;
148 CRTerm * cr_term_parse_expression_from_buf (const guchar *a_buf,
150 CRTerm * cr_term_new (void) ;
152 enum CRStatus cr_term_set_number (CRTerm *a_this, CRNum *a_num) ;
154 enum CRStatus cr_term_set_function (CRTerm *a_this,
156 CRTerm *a_func_para
[all...]
H A Dcr-term.c37 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_thi
[all...]
H A Dcr-declaration.h53 CRTerm *value ;
80 CRTerm *a_value) ;
95 CRTerm *a_value) ;
H A Dcr-parser.h98 enum CRStatus cr_parser_parse_term (CRParser *a_this, CRTerm **a_term) ;
100 enum CRStatus cr_parser_parse_expr (CRParser *a_this, CRTerm **a_expr) ;
105 CRTerm **a_expr, gboolean *a_important) ;
H A Dcr-style.c244 CRTerm * a_value, enum CRDirection a_dir);
248 CRTerm * a_value,
252 CRTerm *a_value) ;
256 CRTerm * a_value,
260 CRTerm *a_value) ;
263 set_prop_margin_x_from_value (CRStyle * a_style, CRTerm * a_value,
267 set_prop_display_from_value (CRStyle * a_style, CRTerm * a_value);
270 set_prop_position_from_value (CRStyle * a_style, CRTerm * a_value);
273 set_prop_x_from_value (CRStyle * a_style, CRTerm * a_value,
277 set_prop_float (CRStyle * a_style, CRTerm * a_valu
[all...]
H A Dcr-doc-handler.h167 CRTerm *a_expression,
H A Dcr-statement.h330 CRString *a_prop, CRTerm *a_value) ;
393 CRTerm *a_value) ;
H A Dcr-declaration.c71 CRString * a_property, CRTerm * a_value)
118 CRTerm *value = NULL;
183 CRTerm *value = NULL;
424 CRString * a_prop, CRTerm * a_value)
H A Dcr-parser.c365 CRTerm ** a_expr);
1508 cr_parser_parse_term (CRParser * a_this, CRTerm ** a_term)
1512 CRTerm *result = NULL;
1513 CRTerm *param = NULL;
2130 CRTerm ** a_expr)
2135 CRTerm *expr = NULL;
3012 cr_parser_parse_expr (CRParser * a_this, CRTerm ** a_expr)
3016 CRTerm *expr = NULL,
3172 CRTerm ** a_expr, gboolean * a_important)
3177 CRTerm *exp
[all...]
H A Dcr-statement.c78 CRTerm * a_value, gboolean a_important)
189 CRTerm * a_expression, gboolean a_important)
305 CRString * a_name, CRTerm * a_value,
418 CRTerm * a_value, gboolean a_important)
2096 CRTerm * a_value)
2454 CRString * a_prop, CRTerm * a_value)
H A Dcr-rgb.c642 CRTerm *value = NULL ;
H A Dcr-om-parser.c60 CRTerm * a_expression,
619 CRTerm * a_expression,

Completed in 207 milliseconds