Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dentries.c135 struct stickydirtag *sdtp; in write_entries() local
140 sdtp = list->list->data; in write_entries()
141 if (sdtp == NULL || sdtp->subdirs) in write_entries()
254 struct stickydirtag *sdtp = p->data; in freesdt() local
256 if (sdtp->tag) in freesdt()
257 free (sdtp->tag); in freesdt()
258 if (sdtp->date) in freesdt()
259 free (sdtp->date); in freesdt()
260 free ((char *) sdtp); in freesdt()
438 struct stickydirtag *sdtp = NULL; in Entries_Open() local
[all …]
Dvers_ts.c49 struct stickydirtag *sdtp; in Version_TS() local
65 sdtp = NULL; in Version_TS()
71 sdtp = finfo->entries->list->data; /* list-private */ in Version_TS()
106 if (!(tag || date) && !(sdtp && sdtp->aflag)) in Version_TS()
118 if (!(sdtp && sdtp->aflag)) in Version_TS()
169 else if (!vers_ts->entdata && (sdtp && sdtp->aflag == 0)) in Version_TS()
173 vers_ts->tag = xstrdup (sdtp->tag); in Version_TS()
174 vers_ts->nonbranch = sdtp->nonbranch; in Version_TS()
177 vers_ts->date = xstrdup (sdtp->date); in Version_TS()
Dfind_names.c174 struct stickydirtag *sdtp; in Find_Directories() local
186 sdtp = tmpentries->list->data; in Find_Directories()
191 if (tmpentries != NULL && (sdtp == NULL || sdtp->subdirs)) in Find_Directories()
Dignore.c379 struct stickydirtag *sdtp = entries->list->data; in ignore_files() local
381 subdirs = sdtp == NULL || sdtp->subdirs; in ignore_files()
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