Searched refs:a_col (Results 1 - 4 of 4) 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-input.h152 cr_input_set_column_num (CRInput *a_this, glong a_col) ;
155 cr_input_get_column_num (CRInput *a_this, glong *a_col) ;
H A Dcr-input.c529 *@a_col: the new column number.
536 cr_input_set_column_num (CRInput * a_this, glong a_col) argument
540 PRIVATE (a_this)->col = a_col;
548 *@a_col: out parameter
555 cr_input_get_column_num (CRInput * a_this, glong * a_col) argument
557 g_return_val_if_fail (a_this && PRIVATE (a_this) && a_col,
560 *a_col = PRIVATE (a_this)->col;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-input.h152 cr_input_set_column_num (CRInput *a_this, glong a_col) ;
155 cr_input_get_column_num (CRInput *a_this, glong *a_col) ;
H A Dcr-input.c529 *@a_col: the new column number.
536 cr_input_set_column_num (CRInput * a_this, glong a_col) argument
540 PRIVATE (a_this)->col = a_col;
548 *@a_col: out parameter
555 cr_input_get_column_num (CRInput * a_this, glong * a_col) argument
557 g_return_val_if_fail (a_this && PRIVATE (a_this) && a_col,
560 *a_col = PRIVATE (a_this)->col;

Completed in 47 milliseconds