Searched refs:tieddata (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dparams.c3423 struct tieddata *dptr = (struct tieddata *)pm->u.data;
3431 struct tieddata *dptr = (struct tieddata *)pm->u.data;
3463 * Special unset function because we allocated a struct tieddata
3468 zfree(pm->u.data, sizeof(struct tieddata));
4308 joinchar = STOUC(((struct tieddata *)pm->u.data)->joinchar);
H A Dbuiltin.c2261 struct tieddata *tdp = (struct tieddata *)
2262 zalloc(sizeof(struct tieddata));
2474 struct tieddata *tdp = (struct tieddata*)pm->u.data;
H A Dzsh.h1587 struct tieddata { struct

Completed in 263 milliseconds