Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy4.c42 static int *ggreed; variable
59 ggreed = (int *) malloc(sizeof (int) * size); in callopt()
152 ggreed[i] = 1; in callopt()
157 ggreed[i] += 2; in callopt()
161 ggreed[i] = ggreed[i] + 2*j; in callopt()
205 ggreed[i] = 0; in gin()
378 if (ggreed[i] >= max) { in nxti()
379 max = ggreed[i]; in nxti()