Searched refs:DASHLENGTH (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Ddashlist.c72 dashes = (Widget *) malloc(DASHLENGTH * sizeof(Widget));
73 dashinfo = (int *) malloc(DASHLENGTH * sizeof(int));
81 for (i=0;i<DASHLENGTH;++i) { /* go through all the buttons */
168 for (i = 0; i < DASHLENGTH; ++i) {
H A Dconstants.h76 #define DASHLENGTH 8 macro
H A Dinterpret.c269 char dasharray[DASHLENGTH]; /* what we're going to pass to XSetDashes */
278 for (i = 0; i < DASHLENGTH; ++i) dasharray[i] = 0;
290 for (i = 0; i < DASHLENGTH; ++i) {

Completed in 4 milliseconds