Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dsh.exec.c974 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) { in tellmewhat()
1112 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) { in find_cmd()
H A Dsh.init.c46 const struct biltins bfunc[] = { variable
185 int nbfunc = sizeof bfunc / sizeof *bfunc;
H A Dsh.func.c115 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) { in isbfunc()
2574 for (maxwidth = 0, b = bfunc; b < &bfunc[nbfunc]; ++b)
2583 for (b = bfunc, row = 0; row < rows; row++) {
2585 if (b < &bfunc[nbfunc]) {
H A Dtw.init.c272 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) in tw_cmd_builtin()
H A Dsh.h964 } bfunc[]; variable