Searched refs:a_increment (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.h159 glong a_increment) ;
163 glong a_increment) ;
H A Dcr-input.c568 *@a_increment: the increment to add to the line number.
575 cr_input_increment_line_num (CRInput * a_this, glong a_increment) argument
579 PRIVATE (a_this)->line += a_increment;
587 *@a_increment: the increment to add to the column number.
594 cr_input_increment_col_num (CRInput * a_this, glong a_increment) argument
598 PRIVATE (a_this)->col += a_increment;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-input.h159 glong a_increment) ;
163 glong a_increment) ;
H A Dcr-input.c568 *@a_increment: the increment to add to the line number.
575 cr_input_increment_line_num (CRInput * a_this, glong a_increment) argument
579 PRIVATE (a_this)->line += a_increment;
587 *@a_increment: the increment to add to the column number.
594 cr_input_increment_col_num (CRInput * a_this, glong a_increment) argument
598 PRIVATE (a_this)->col += a_increment;

Completed in 50 milliseconds