Searched refs:token (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-parser.c624 CRToken *token = NULL; local
629 if (token) {
630 cr_token_destroy (token);
631 token = NULL;
635 &token);
639 while ((token != NULL)
640 && (token->type == COMMENT_TK || token->type == S_TK));
642 cr_tknzr_unget_token (PRIVATE (a_this)->tknzr, token);
648 if (token) {
679 CRToken *token = NULL; local
761 CRToken *token = NULL; local
836 CRToken *token = NULL; local
925 CRToken *token = NULL; local
964 CRToken *token = NULL; local
1033 CRToken *token = NULL; local
1089 CRToken *token = NULL; local
1330 CRToken *token = NULL; local
1513 CRToken *token = NULL; local
1666 CRToken *token = NULL; local
2135 CRToken *token = NULL; local
2310 CRToken *token = NULL; local
3124 CRToken *token = NULL; local
3267 CRToken *token = NULL; local
3710 CRToken *token = NULL; local
3880 CRToken *token = NULL; local
4132 CRToken *token = NULL; local
4224 CRToken *token = NULL; local
[all...]
/inkscape/src/util/
H A Dexpression-evaluator.h175 const char *token = at_position ? at_position : "<End of input>"; local
176 os << "Expression evaluator error: " << message << " at '" << token << "'"; local
/inkscape/share/extensions/
H A Dsimplepath.py89 token, isCommand = lexer.next()
95 if not lastCommand and token.upper() != 'M':
98 command = token
114 token, isCommand = lexer.next()
120 param = cast(token)
H A Dsimplepath.rb80 lexPath(d) do |token, isCommand|
86 unless lastCommand or token.upcase == 'M'
87 command = token
102 param = token.send PATHDEFS[outputCommand].casts[params.length]
/inkscape/src/libnrtype/
H A Dfont-lister.cpp1086 Glib::ustring token = tokens[i]; local
1098 if (onSystem && familyNamesAreEqual(token, family)) {
1104 markup += g_markup_escape_text(token.c_str(), -1);
1108 markup += g_markup_escape_text(token.c_str(), -1);
/inkscape/src/ui/dialog/
H A Dfind.cpp516 Glib::ustring token = vStyleTokens[i]; local
518 if ( token.find(vFontTokenNames[j]) != std::string::npos) {
520 bool found = find_strcmp(token.c_str(), font1.c_str(), exact, casematch);
525 gchar *orig_str = g_strdup(token.c_str());
526 // Exact match fails since the "font-family:" is in the token, since the find was exact it still works with false below
H A Dfiledialogimpl-gtkmm.cpp248 std::string token; local
256 input >> token; local
257 // std::cout << "|" << token << "|" << std::endl;
259 if (regex1->match(token, match_info)) {
263 if (regex2->match(token, match_info)) {

Completed in 31 milliseconds