Home
last modified time | relevance | path

Searched refs:sdtp (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dentries.c149 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 …]
H A Dvers_ts.c34 struct stickydirtag *sdtp; local
52 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);
H A Dfind_names.c181 struct stickydirtag *sdtp; local
193 sdtp = (struct stickydirtag *) tmpentries->list->data;
198 if (tmpentries != NULL && (sdtp == NULL || sdtp->subdirs))
H A Dignore.c391 struct stickydirtag *sdtp; local
393 sdtp = (struct stickydirtag *) entries->list->data;
394 subdirs = sdtp == NULL || sdtp->subdirs;
H A DChangeLog-962577 sdtp->options. Whatever case that was intended to handle is
2578 probably lost in the mists of time, but sdtp->options isn't set
2840 * vers_ts.c (Version_TS): If sdtp is NULL, go ahead and check