Home
last modified time | relevance | path

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

/trueos/contrib/tcsh/
HDsh.exec.c973 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) { in tellmewhat()
1108 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) { in find_cmd()
HDsh.init.c46 const struct biltins bfunc[] = { variable
185 int nbfunc = sizeof bfunc / sizeof *bfunc;
HDsh.func.c115 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) { in isbfunc()
2525 for (maxwidth = 0, b = bfunc; b < &bfunc[nbfunc]; ++b)
2534 for (b = bfunc, row = 0; row < rows; row++) {
2536 if (b < &bfunc[nbfunc]) {
HDtw.init.c273 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) in tw_cmd_builtin()
HDsh.h957 } bfunc[]; variable