Lines Matching refs:find_next_token
194 while ((t = find_next_token (&text, &len)) != 0) in patsubst_expand()
428 tp = find_next_token (&list1_iterator, &len1); in func_join()
432 pp = find_next_token (&list2_iterator, &len2); in func_join()
529 while ((p2 = find_next_token (&list_iterator, &len)) != 0) in func_notdir_suffix()
588 while ((p2 = find_next_token (&p3, &len)) != 0) in func_basename_dir()
644 while ((p = find_next_token (&list_iterator, &len)) != 0) in func_addsuffix_addprefix()
677 char *p = find_next_token (&words, &i); in func_firstword()
693 while ((t = find_next_token (&words, &i))) in func_lastword()
709 while (find_next_token (&word_iterator, (unsigned int *) 0) != 0) in func_words()
768 while ((p = find_next_token (&end_p, 0)) != 0) in func_word()
802 while (((p = find_next_token (&end_p, 0)) != 0) && --start) in func_wordlist()
808 while (--count && (find_next_token (&end_p, 0) != 0)) in func_wordlist()
847 while ((p = find_next_token (&list_iterator, &len)) != 0) in func_foreach()
942 while ((p = find_next_token (&pat_iterator, &len)) != 0) in func_filter_filterout()
965 while ((p = find_next_token (&word_iterator, &len)) != 0) in func_filter_filterout()
1143 while ((p = find_next_token (&t, &len)) != 0) in func_sort()
1967 while ((path = find_next_token (&p, &len)) != 0) in func_realpath()
2008 while ((path = find_next_token (&p, &len)) != 0) in func_abspath()