Lines Matching defs:current
67 int current, len, prev, qcount;
71 current = 1;
75 fgets(buf[current], MAXWORDLEN + 1, stdin) != NULL; ++nwords) {
76 if ((p = strchr(buf[current], '\n')) == NULL) {
77 fprintf(stderr, "word too long: %s\n", buf[current]);
85 for (p = buf[current]; *p != '\n'; p++) {
106 p = buf[current];
112 common = p - buf[current] - 1;
115 current = !current;