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

/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh.h86 int funcid; member in struct:mathfunc
1219 * list excluding command name, option structure, the funcid element from the
1231 int funcid; /* xbins (see above) for overloaded handlerfuncs */ member in struct:builtin
1236 #define BUILTIN(name, flags, handler, min, max, funcid, optstr, defopts) \
1237 { { NULL, name, flags }, handler, min, max, funcid, optstr, defopts }
H A Dmath.c917 return f->sfunc(n, a, f->funcid);
977 return f->nfunc(n, argc, argv, f->funcid);
H A Dbuiltin.c450 return (*(bn->handlerfunc)) (name, argv, &ops, bn->funcid);

Completed in 192 milliseconds