Lines Matching refs:words
30 struct words {
33 struct words *nst;
34 struct words *link;
35 struct words *fail;
58 static int new(struct words *x);
68 www = (struct words *)zalloc(MAXSIZ, sizeof (*www));
127 struct words *c;
268 struct words *s;
345 struct words *queue[QSIZE];
346 struct words **front, **rear;
347 struct words *state;
349 struct words *s;
391 static struct words *seen[50];
394 new(struct words *x)