HomeSort by: relevance | last modified time | path
    Searched refs:sdtp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
entries.c 135 struct stickydirtag *sdtp; local
140 sdtp = list->list->data;
141 if (sdtp == NULL || sdtp->subdirs)
254 struct stickydirtag *sdtp = p->data; local
256 if (sdtp->tag)
257 free (sdtp->tag);
258 if (sdtp->date)
259 free (sdtp->date);
260 free ((char *) sdtp);
438 struct stickydirtag *sdtp = NULL; local
787 struct stickydirtag *sdtp = entries->list->data; local
    [all...]
vers_ts.c 49 struct stickydirtag *sdtp; local
65 sdtp = NULL;
71 sdtp = finfo->entries->list->data; /* list-private */
106 if (!(tag || date) && !(sdtp && sdtp->aflag))
118 if (!(sdtp && sdtp->aflag))
169 else if (!vers_ts->entdata && (sdtp && sdtp->aflag == 0))
173 vers_ts->tag = xstrdup (sdtp->tag)
    [all...]
find_names.c 174 struct stickydirtag *sdtp; local
186 sdtp = tmpentries->list->data;
188 /* If we do have an entries list, then if sdtp is NULL, or if
189 sdtp->subdirs is nonzero, all subdirectory information is
191 if (tmpentries != NULL && (sdtp == NULL || sdtp->subdirs))
ignore.c 379 struct stickydirtag *sdtp = entries->list->data; local
381 subdirs = sdtp == NULL || sdtp->subdirs;

Completed in 55 milliseconds