Lines Matching refs:verbs
41 #include "verbs.h"
81 static std::map<unsigned int, Inkscape::Verb * > *verbs = NULL;
88 verbs = new std::map<unsigned int, Inkscape::Verb * >();
639 if (!verbs) sp_shortcut_init();
641 Inkscape::Verb *verb = (*verbs)[shortcut];
646 (*verbs)[shortcut] = 0;
720 if (!verbs) sp_shortcut_init();
722 Inkscape::Verb *old_verb = (*verbs)[shortcut];
723 (*verbs)[shortcut] = verb;
744 if (!verbs) sp_shortcut_init();
745 return (*verbs)[shortcut];