Searched refs:Eprog (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dparse.c388 static Eprog
391 Eprog ret;
396 ret = (Eprog) zhalloc(sizeof(*ret));
401 ret->nref = -1; /* Eprog is on the heap */
421 empty_eprog(Eprog p)
445 Eprog
521 mod_export Eprog
547 mod_export Eprog
2300 * Be careful in case p is the Eprog for a function which will
2301 * later be autoloaded. The shf element of the returned Eprog
[all...]
H A Dexec.c213 mod_export Eprog
216 Eprog p;
1027 Eprog prog;
1042 execode(Eprog p, int dont_change_job, int exiting, char *context)
3685 simple_redir_name(Eprog prog, int redir_type)
3711 Eprog prog;
3829 static Eprog
3833 Eprog prog;
3866 Eprog prog;
3961 Eprog pro
[all...]
H A Dsignals.c51 mod_export Eprog siglists[VSIGCOUNT];
803 settrap(int sig, Eprog l, int flags)
1002 settrap(sig, (Eprog) st->list, 0);
1146 * sigfn is an Eprog with a non-function eval list, or a Shfunc
1238 execode((Eprog)sigfn, 1, 0, "trap");
H A Dzsh.h663 typedef struct eprog *Eprog; typedef in typeref:struct:eprog
680 * When an Eprog is created, nref is set to -1 if the Eprog is on the
686 * nref and frees the Eprog if the count is now zero. When the Eprog
689 * is made to free the Eprog from within, this will then take place
691 * in execode(). If the Eprog was on the heap, neither useeprog()
714 Eprog prog; /* the eprog executed */
1118 Eprog funcdef; /* function definition */
1155 typedef int (*WrapFunc) _((Eprog, FuncWra
[all...]
H A Dinit.c105 Eprog prog;
1253 Eprog prog;
H A Dtext.c172 getpermtext(Eprog prog, Wordcode c, int start_indent)
203 getjobtext(Eprog prog, Wordcode c)
H A Dbuiltin.c2989 Eprog
2992 Eprog p;
2994 p = (Eprog) zalloc(sizeof(*p));
4946 Eprog prog;
5996 Eprog prog;
6103 Eprog prog;
6167 Eprog t;
H A Dglob.c1774 Eprog prog;
3516 Eprog prog;
H A Dhist.c1177 should_ignore_line(Eprog prog)
1226 hend(Eprog prog)
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dexample.c144 ex_wrapper(Eprog prog, FuncWrap w, char *name)
H A Dzprof.c218 zprof_wrapper(Eprog prog, FuncWrap w, char *name)
H A Dzpty.c298 Eprog prog;
H A Dzutil.c50 Eprog eval; /* eval-on-retrieve? */
249 Eprog eprog = NULL;
H A Dparameter.c277 Eprog prog;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomplete.c1420 comp_wrapper(Eprog prog, FuncWrap w, char *name)

Completed in 196 milliseconds