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

/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c4350 size_t sz = src->n_off_opts * sizeof(*src->off_opts);
4352 newsticky->off_opts = useheap ? zhalloc(sz) : zalloc(sz);
4353 memcpy(newsticky->off_opts, src->off_opts, sz);
4565 memcmp(sticky->off_opts, sticky2->off_opts,
4566 sticky->n_off_opts * sizeof(*sticky->off_opts)) != 0)
4671 for (offptr = sticky->off_opts;
4672 offptr < sticky->off_opts + sticky->n_off_opts;
H A Dhashtable.c896 zfree(shf->sticky->off_opts,
897 shf->sticky->n_off_opts * sizeof(*shf->sticky->off_opts));
H A Dzsh.h2205 /* The number of options in off_opts. */
2214 OptIndex *off_opts; member in struct:emulation_options

Completed in 86 milliseconds