Home
last modified time | relevance | path

Searched refs:bfunc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.init.c88 struct biltins bfunc[] = { variable
162 int nbfunc = sizeof bfunc / sizeof *bfunc;
H A Dsh.h154 } bfunc[]; variable
H A Dsh.func.c117 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2; ) { in isbfunc()
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h81 void (*bfunc)(wchar_t **, int); member
H A Dm4.c558 (*barray[builtin_idx(*dp)].bfunc)(a1, c); in expand()