Lines Matching refs:entry
1879 char *entry, *ptr;
1886 entry = strtok(ptr, ",");
1887 while (entry) {
1888 if ((opt->prepend && strstr(opt->prepend, entry) != 0) ||
1889 strstr(opt->map, entry) != 0 ||
1890 strstr(t->title, entry) != 0)
1892 entry = strtok(NULL, ",");
1899 char *entry, *ptr;
1906 entry = strtok(ptr, ",");
1907 while (entry) {
1908 if ((opt->prepend && strstr(opt->prepend, entry) != 0) ||
1909 strstr(opt->map, entry) != 0 ||
1910 strstr(t->title, entry) != 0)
1912 entry = strtok(NULL, ",");