Searched defs:term (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dselection-describer.cpp52 const char *term = item->displayName(); local
53 if (term != NULL && g_slist_find (check, term) == NULL) {
54 check = g_slist_prepend (check, (void *) term);
55 ss << (first ? "" : ", ") << "<b>" << term << "</b>";
71 const char *term = item->displayName(); local
72 if (term != NULL && g_slist_find (check, term) == NULL) {
73 check = g_slist_prepend (check, (void *) term);
/inkscape/src/libuemf/
H A Dupmf_print.c2800 \param term Flag used when an abnormal termination of a series of continuation records is encountered.
2807 int U_PMR_OBJECT_print(const char *contents, const char *blimit, U_OBJ_ACCUM *ObjCont, int term){ argument
2822 if(term){ /* mode for handling unexpected end of accumulated object */
2881 if(term)printf(" + END Forced Termination of Accumulating object\n");

Completed in 33 milliseconds