Searched refs:a_increment (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-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-R7000-V1.0.7.12_1.2.5/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 68 milliseconds