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

/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.init.c269 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.c116 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) {
2462 for (maxwidth = 0, b = bfunc; b < &bfunc[nbfunc]; ++b)
2471 for (b = bfunc, row = 0; row < rows; row++) {
2473 if (b < &bfunc[nbfunc]) {
H A Dsh.h935 } bfunc[];

Completed in 264 milliseconds