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

/illumos-gate/usr/src/cmd/refer/
H A Dhunt2.c19 static int *coord = 0; variable
62 if (coord == 0)
63 coord = (int *)zalloc(lmaster, sizeof (lmaster));
72 prevcoord = coord;
108 coord[i] = 1;
133 prevcoord[j] = coord[j];
186 coord[g++] = prevcoord[j++];
190 "%d doc %d coord %d note "
192 coord[g-1], master.b[j-1]);
195 "%d doc %ld coord
[all...]

Completed in 43 milliseconds