Home
last modified time | relevance | path

Searched refs:typestr_last (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/gvc/
H A Dgvplugin.c352 char *s, *p, *q, *typestr_last; local
395 typestr_last = NULL;
401 if (!typestr_last || strcasecmp(typestr_last, q) != 0) {
407 if (!typestr_last)
409 typestr_last = q;
411 if (!typestr_last)
412 free(typestr_last);
438 char *p, *q, *typestr_last; local
453 typestr_last = NULL;
459 if (!typestr_last || strcasecmp(typestr_last, q) != 0) {
[all …]