Searched refs:term (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | selection-describer.cpp | 52 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 D | upmf_print.h | 140 int U_PMR_OBJECT_print(const char *contents, const char *blimit, U_OBJ_ACCUM *ObjCont, int term);
|
H A D | upmf_print.c | 2800 \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 108 milliseconds