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

/inkscape/src/libcroco/
H A Dcr-input.c688 *@a_nb_chars: in/out parameter. The number of white spaces to
697 cr_input_consume_white_spaces (CRInput * a_this, gulong * a_nb_chars) argument
703 g_return_val_if_fail (a_this && PRIVATE (a_this) && a_nb_chars,
707 ((*a_nb_chars > 0) && (nb_consumed < *a_nb_chars));
725 *a_nb_chars = (gulong) nb_consumed;
H A Dcr-input.h93 cr_input_consume_white_spaces (CRInput *a_this, gulong *a_nb_chars) ;
H A Dcr-tknzr.c193 *@param a_nb_chars the number of chars to skip. Must be of
196 #define SKIP_CHARS(a_tknzr, a_nb_chars) \
198 gulong nb_chars = a_nb_chars ; \
H A Dcr-parser.c292 *@param a_nb_chars the number of chars to skip. Must be of
295 #define SKIP_CHARS(a_parser, a_nb_chars) \
297 glong nb_chars = a_nb_chars ; \

Completed in 32 milliseconds