Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dinit.c109 int nbfunc = sizeof(bfunc) / sizeof(*bfunc); variable
H A Dcsh.h361 extern int nbfunc;
H A Dexec.c683 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) { in tellmewhat()
H A Dfunc.c100 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) { in isbfunc()