Lines Matching refs:find_next_token
196 while ((t = find_next_token (&text, &len)) != 0)
435 tp = find_next_token (&list1_iterator, &len1);
439 pp = find_next_token (&list2_iterator, &len2);
536 while ((p2 = find_next_token (&list_iterator, &len)) != 0)
595 while ((p2 = find_next_token (&p3, &len)) != 0)
651 while ((p = find_next_token (&list_iterator, &len)) != 0)
683 char *words = argv[0]; /* Use a temp variable for find_next_token */
684 char *p = find_next_token (&words, &i);
696 char *words = argv[0]; /* Use a temp variable for find_next_token */
700 while ((t = find_next_token (&words, &i)))
716 while (find_next_token (&word_iterator, (unsigned int *) 0) != 0)
775 while ((p = find_next_token (&end_p, 0)) != 0)
809 while (((p = find_next_token (&end_p, 0)) != 0) && --start)
815 while (--count && (find_next_token (&end_p, 0) != 0))
854 while ((p = find_next_token (&list_iterator, &len)) != 0)
949 while ((p = find_next_token (&pat_iterator, &len)) != 0)
972 while ((p = find_next_token (&word_iterator, &len)) != 0)
1150 while ((p = find_next_token (&t, &len)) != 0)
1975 while ((path = find_next_token (&p, &len)) != 0)
2016 while ((path = find_next_token (&p, &len)) != 0)