Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.func.c111 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) { in isbfunc()
2569 for (maxwidth = 0, b = bfunc; b < &bfunc[nbfunc]; ++b)
2576 rows = (nbfunc + (columns - 1)) / columns;
2580 if (b < &bfunc[nbfunc]) {
H A Dsh.exec.c970 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) { in tellmewhat()
1108 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) { in find_cmd()
H A Dtw.init.c268 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) in tw_cmd_builtin()
H A Dsh.h974 extern int nbfunc;
H A Dsh.init.c181 int nbfunc = sizeof bfunc / sizeof *bfunc; variable