Searched refs:sdtp (Results 1 – 5 of 5) sorted by relevance
149 if (sdtp == NULL || sdtp->subdirs)276 if (sdtp->tag)277 free (sdtp->tag);278 if (sdtp->date)279 free (sdtp->date);483 sdtp = (struct stickydirtag *) xmalloc (sizeof (*sdtp));484 memset ((char *) sdtp, 0, sizeof (*sdtp));553 sdtp = (struct stickydirtag *) xmalloc (sizeof (*sdtp));554 memset ((char *) sdtp, 0, sizeof (*sdtp));555 sdtp->subdirs = 0;[all …]
34 struct stickydirtag *sdtp; local52 sdtp = NULL;58 sdtp = (struct stickydirtag *) finfo->entries->list->data; /* list-private */90 if (!(tag || date) && !(sdtp && sdtp->aflag))102 if (!(sdtp && sdtp->aflag))144 else if (!vers_ts->entdata && (sdtp && sdtp->aflag == 0))148 vers_ts->tag = xstrdup (sdtp->tag);149 vers_ts->nonbranch = sdtp->nonbranch;152 vers_ts->date = xstrdup (sdtp->date);
181 struct stickydirtag *sdtp; local193 sdtp = (struct stickydirtag *) tmpentries->list->data;198 if (tmpentries != NULL && (sdtp == NULL || sdtp->subdirs))
391 struct stickydirtag *sdtp; local393 sdtp = (struct stickydirtag *) entries->list->data;394 subdirs = sdtp == NULL || sdtp->subdirs;
2577 sdtp->options. Whatever case that was intended to handle is2578 probably lost in the mists of time, but sdtp->options isn't set2840 * vers_ts.c (Version_TS): If sdtp is NULL, go ahead and check