Lines Matching refs:dst
1811 const char **dst;
1819 dst = includepath;
1820 while (*dst) {
1821 if (strcmp(*dst, path) == 0)
1823 dst++;
1826 dst = *where;
1831 * Move them all up starting at dst,
1835 const char *tmp = *dst;
1836 *dst = next;
1838 dst++;
1887 const char **dst = includepath;
1894 while (*dst)
1895 dst++;
1896 *dst = path;
1897 dst++;
1898 *dst = NULL;