Searched refs:resp (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/xml/
H A Dquote.cpp44 char *resp = result; local
49 strcpy(resp, """);
50 resp += 6;
53 strcpy(resp, "&");
54 resp += 5;
57 strcpy(resp, "<");
58 resp += 4;
61 strcpy(resp, ">");
62 resp += 4;
65 *resp
[all...]
/inkscape/src/extension/
H A Dprefdialog.cpp182 int resp = Gtk::RESPONSE_HELP;
183 while (resp == Gtk::RESPONSE_HELP) {
184 resp = Gtk::Dialog::run();
185 if (resp == Gtk::RESPONSE_HELP) {
193 return resp;
H A Dexecution-env.h105 void workingCanceled (const int resp);

Completed in 23 milliseconds