HomeSort by: relevance | last modified time | path
    Searched defs:dir_ign_list (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
ignore.c 311 static char **dir_ign_list = NULL; variable
323 dir_ign_list = xnrealloc (dir_ign_list,
327 dir_ign_list[dir_ign_current++] = xstrdup (name);
338 if (!dir_ign_list)
344 if (strncmp (name, dir_ign_list[i], strlen (dir_ign_list[i])+1) == 0)

Completed in 13 milliseconds