Home
last modified time | relevance | path

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

/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_canvas.c106 static CompKey *allCompKey = NULL; variable
772 CompKey *compKeyPtr = allCompKey;
832 allCompKey = NULL;
848 if (allCompKey == NULL) {
849 allCompKey = (CompKey *) malloc(sizeof(CompKey));
850 compKeyPtr = allCompKey;