Searched refs:sdtp (Results 1 – 5 of 5) sorted by relevance
135 struct stickydirtag *sdtp; in write_entries() local140 sdtp = list->list->data; in write_entries()141 if (sdtp == NULL || sdtp->subdirs) in write_entries()254 struct stickydirtag *sdtp = p->data; in freesdt() local256 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 …]
49 struct stickydirtag *sdtp; in Version_TS() local65 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()
174 struct stickydirtag *sdtp; in Find_Directories() local186 sdtp = tmpentries->list->data; in Find_Directories()191 if (tmpentries != NULL && (sdtp == NULL || sdtp->subdirs)) in Find_Directories()
379 struct stickydirtag *sdtp = entries->list->data; in ignore_files() local381 subdirs = sdtp == NULL || sdtp->subdirs; in ignore_files()
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