Searched refs:Shfunc (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dhashtable.c870 Shfunc shf = (Shfunc) hn;
885 Shfunc shf = (Shfunc) hn;
909 Shfunc f = (Shfunc) hn;
H A Dsignals.c752 Shfunc shf, newshf = NULL;
753 if ((shf = (Shfunc)gettrapnode(sig, 1))) {
755 newshf = (Shfunc) zalloc(sizeof(*newshf));
1011 shfunctab->addnode(shfunctab, ((Shfunc)st->list)->node.nam,
1012 (Shfunc) st->list);
1146 * sigfn is an Eprog with a non-function eval list, or a Shfunc
1228 doshfunc((Shfunc)sigfn, args, 1);
H A Dexec.c564 Shfunc shf = (Shfunc)
3269 execshfunc((Shfunc) hn, args);
4218 Shfunc shf;
4276 shf = (Shfunc) zalloc(sizeof(*shf));
4364 shfunc_set_sticky(Shfunc shf)
4377 execshfunc(Shfunc shf, LinkList args)
4435 Shfunc shf;
4459 Shfunc
4460 loadautofn(Shfunc sh
[all...]
H A Dparse.c2950 cur_add_func(char *nam, Shfunc shf, LinkList names, LinkList progs,
3002 Shfunc shf = NULL;
3024 if (cur_add_func(nam, (Shfunc) hn, lnames, progs,
3049 cur_add_func(nam, (Shfunc) hn, lnames, progs,
3060 !(shf = (Shfunc) shfunctab->getnode(shfunctab, *names))) {
3501 Shfunc shf;
3512 shf = (Shfunc) zshcalloc(sizeof *shf);
H A Dbuiltin.c2621 eval_autoload(Shfunc shf, char *name, Options ops, int func)
2689 Shfunc shf;
2876 if ((shf = (Shfunc) shfunctab->getnode(shfunctab, scriptname))) {
2880 shf = (Shfunc) zshcalloc(sizeof *shf);
2910 for (shf = (Shfunc) shfunctab->nodes[i]; shf;
2911 shf = (Shfunc) shf->node.next)
2938 else if ((shf = (Shfunc) shfunctab->getnode(shfunctab, *argv))) {
2963 shf = (Shfunc) zshcalloc(sizeof *shf);
2990 mkautofn(Shfunc shf)
H A Doptions.c549 Shfunc shf = (Shfunc)shfunctab->getnode(shfunctab, funcstack->name);
H A Dutils.c1238 Shfunc shfunc;
3239 mod_export Shfunc
3242 return (Shfunc) shfunctab->getnode(shfunctab, nam);
3259 subst_string_by_func(Shfunc func, char *arg1, char *orig)
3293 Shfunc func;
H A Dzsh.h440 typedef struct shfunc *Shfunc; typedef in typeref:struct:shfunc
702 Shfunc shf; /* shell function for autoload */
H A Dmath.c963 Shfunc shfunc = getshfunc(shfnam);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dparameter.c276 Shfunc shf;
289 shf = (Shfunc) zshcalloc(sizeof(*shf));
378 Shfunc shf;
386 if ((shf = (Shfunc) shfunctab->getnode2(shfunctab, name)) &&
451 if (((Shfunc) hn)->node.flags & PM_UNDEFINED) {
452 Shfunc shf = (Shfunc) hn;
459 char *t = getpermtext(((Shfunc) hn)->funcdef, NULL, 1);
462 if (((Shfunc) hn)->funcdef->flags & EF_RUN) {
H A Dzftp.c1473 Shfunc shfunc;
2369 Shfunc shfunc;
2554 Shfunc shfunc;
2720 Shfunc shfunc;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_main.c1364 Shfunc shf = (Shfunc) shfunctab->getnode(shfunctab, w->u.fnnam);
H A Dzle_misc.c1407 Shfunc shfunc = getshfunc(suffixfunc);
H A Dcompcore.c553 Shfunc shfunc;
H A Dcompctl.c3642 Shfunc shfunc;
3817 Shfunc shfunc;
H A Dzle_refresh.c2314 Shfunc tcout_func;

Completed in 302 milliseconds