Lines Matching refs:entry
1792 char *entry, *ptr;
1799 entry = strtok(ptr, ",");
1800 while (entry) {
1801 if ((opt->prepend && strstr(opt->prepend, entry) != 0) ||
1802 strstr(opt->map, entry) != 0 ||
1803 strstr(t->title, entry) != 0)
1805 entry = strtok(NULL, ",");
1812 char *entry, *ptr;
1819 entry = strtok(ptr, ",");
1820 while (entry) {
1821 if ((opt->prepend && strstr(opt->prepend, entry) != 0) ||
1822 strstr(opt->map, entry) != 0 ||
1823 strstr(t->title, entry) != 0)
1825 entry = strtok(NULL, ",");