Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.init.c90 struct biltins bfunc[] = { variable
164 int nbfunc = sizeof bfunc / sizeof *bfunc;
H A Dsh.h162 } bfunc[]; variable
H A Dsh.func.c106 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2; ) { in isbfunc()
/titanic_50/usr/src/cmd/sgs/m4/common/
H A Dm4.h81 void (*bfunc)(wchar_t **, int); member
H A Dm4.c554 (*barray[builtin_idx(*dp)].bfunc)(a1, c); in expand()