Lines Matching refs:words
112 struct words { struct
115 struct words *nst; argument
116 struct words *link; argument
117 struct words *fail; argument
250 w = (struct words *)calloc(input_size, sizeof (struct words)); in main()
293 struct words *c; in execute()
516 struct words *s; in cgotofn()
604 struct words **queue = NULL; in cfail()
610 struct words **front, **rear; in cfail()
611 struct words *state; in cfail()
614 struct words *s; in cfail()
616 if ((queue = (struct words **)calloc(qsize, sizeof (struct words *))) in cfail()
633 if ((queue = (struct words **)realloc(queue, in cfail()
634 qsize * sizeof (struct words *))) == NULL) { in cfail()
659 if ((queue = (struct words **)realloc(queue, in cfail()
660 qsize * sizeof (struct words *))) == NULL) { in cfail()