Searched refs:next_char (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-tknzr.c435 guint32 cur_char = 0, next_char= 0; local
452 PEEK_NEXT_CHAR (a_this, &next_char);
453 if (next_char == '*')
458 /* Stop condition: next_char == '*' */
463 PEEK_NEXT_CHAR (a_this, &next_char);
464 if (next_char != '*')
467 /* Stop condition: next_char != '*' */
469 if (next_char == '/')
474 PEEK_NEXT_CHAR (a_this, &next_char);
475 if (next_char
804 next_char = 0; local
868 next_char = 0; local
1164 guint32 next_char = 0; local
1179 guint32 next_char = 0; local
1486 next_char = 0; local
1966 guint32 next_char = 0; local
[all...]
H A Dcr-parser.c1952 guint32 next_char = 0; local
1957 PEEK_NEXT_CHAR (a_this, &next_char);
1959 if (next_char == '+') {
1963 } else if (next_char == '>') {
2012 next_char = 0; local
2038 &next_char);
2048 if (next_char == ',') {
2053 &next_char);
2063 if (next_char != ',')
3334 next_char local
3553 next_char = 0; local
3711 guint32 next_char = 0, local
4226 guint32 next_char = 0, local
[all...]

Completed in 23 milliseconds