Lines Matching defs:needed
147 * PathCache objects encapsulate the resources needed to record
569 * directories, expanding tilde home-directory expressions where needed.
742 * This will be extended later if needed.
930 int needed = mem->files_dim + FILES_BLK_FACT;
931 char **files = (char **) realloc(mem->files, sizeof(*mem->files)*needed);
939 mem->files_dim = needed;
1063 * escape characters if needed.
1303 * If needed, make a copy of the file-name being matched, with
1367 * adding backslash escapes if needed.
1389 * have matching prefixes. First, if needed, make a copy of the word being
1547 * If needed make a new copy of the prefix being matched, in pc->path->name,