Searched refs:bfunc (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.init.c273 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++)
H A Dsh.init.c46 const struct biltins bfunc[] = { variable in typeref:struct:biltins
185 int nbfunc = sizeof bfunc / sizeof *bfunc;
H A Dsh.func.c115 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) {
2525 for (maxwidth = 0, b = bfunc; b < &bfunc[nbfunc]; ++b)
2534 for (b = bfunc, row = 0; row < rows; row++) {
2536 if (b < &bfunc[nbfunc]) {
H A Dsh.h957 } bfunc[];

Completed in 46 milliseconds