Searched refs:shf (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dhashtable.c870 Shfunc shf = (Shfunc) hn; local
872 shf->node.flags &= ~DISABLED;
873 if (!strncmp(shf->node.nam, "TRAP", 4)) {
874 int signum = getsignum(shf->node.nam + 4);
885 Shfunc shf = (Shfunc) hn; local
887 zsfree(shf->node.nam);
888 if (shf->funcdef)
889 freeeprog(shf->funcdef);
890 zsfree(shf->filename);
891 if (shf
[all...]
H A Dexec.c564 Shfunc shf = (Shfunc) local
567 if (!shf)
571 return doshfunc(shf, args, 1);
4218 Shfunc shf; local
4274 prog->shf = NULL;
4276 shf = (Shfunc) zalloc(sizeof(*shf));
4277 shf->funcdef = prog;
4278 shf->node.flags = 0;
4279 shf
4364 shfunc_set_sticky(Shfunc shf) argument
4377 execshfunc(Shfunc shf, LinkList args) argument
4435 Shfunc shf; local
4460 loadautofn(Shfunc shf, int fksh, int autol) argument
4739 Shfunc shf; local
[all...]
H A Dbuiltin.c2621 eval_autoload(Shfunc shf, char *name, Options ops, int func) argument
2623 if (!(shf->node.flags & PM_UNDEFINED))
2626 if (shf->funcdef) {
2627 freeeprog(shf->funcdef);
2628 shf->funcdef = &dummy_eprog;
2635 shf->funcdef = mkautofn(shf);
2639 return !loadautofn(shf, (OPT_ISSET(ops,'k') ? 2 :
2689 Shfunc shf; local
2876 if ((shf
2990 mkautofn(Shfunc shf) argument
[all...]
H A Dparse.c405 ret->shf = NULL;
2301 * later be autoloaded. The shf element of the returned Eprog
2333 r->shf = NULL;
2950 cur_add_func(char *nam, Shfunc shf, LinkList names, LinkList progs, argument
2956 if (shf->node.flags & PM_UNDEFINED) {
2960 zwarnnam(nam, "function is not loaded: %s", shf->node.nam);
2963 noaliases = (shf->node.flags & PM_UNALIASED);
2964 if (!(prog = getfpfunc(shf->node.nam, NULL, NULL)) ||
2967 zwarnnam(nam, "can't load function: %s", shf->node.nam);
2975 zwarnnam(nam, "function is already loaded: %s", shf
3002 Shfunc shf = NULL; local
3501 Shfunc shf; local
[all...]
H A Dsignals.c752 Shfunc shf, newshf = NULL; local
753 if ((shf = (Shfunc)gettrapnode(sig, 1))) {
756 newshf->node.nam = ztrdup(shf->node.nam);
757 newshf->node.flags = shf->node.flags;
758 newshf->funcdef = dupeprog(shf->funcdef, 0);
759 newshf->filename = ztrdup(shf->filename);
760 if (shf->sticky) {
761 newshf->sticky = sticky_emulation_dup(shf->sticky, 0);
764 if (shf->node.flags & PM_UNDEFINED)
765 newshf->funcdef->shf
[all...]
H A Doptions.c549 Shfunc shf = (Shfunc)shfunctab->getnode(shfunctab, funcstack->name); local
550 if (shf && (shf->node.flags & (PM_TAGGED|PM_TAGGED_LOCAL))) {
H A Dzsh.h702 Shfunc shf; /* shell function for autoload */ member in struct:eprog
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dparameter.c276 Shfunc shf; local
289 shf = (Shfunc) zshcalloc(sizeof(*shf));
290 shf->funcdef = dupeprog(prog, 0);
291 shf->node.flags = dis;
292 shfunc_set_sticky(shf);
297 freeeprog(shf->funcdef);
298 zfree(shf, sizeof(*shf));
303 shfunctab->addnode(shfunctab, ztrdup(name), shf);
378 Shfunc shf; variable
452 Shfunc shf = (Shfunc) hn; variable
[all...]
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_main.c1364 Shfunc shf = (Shfunc) shfunctab->getnode(shfunctab, w->u.fnnam); local
1366 if (!shf) {
1390 ret = doshfunc(shf, largs, 1);
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dhangul.el462 ("shf" ?$(C3n(B)

Completed in 130 milliseconds