Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dinit.c100 int nbfunc = sizeof bfunc / sizeof *bfunc; variable
H A Dcsh.h332 extern int nbfunc;
H A Dexec.c657 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++) { in tellmewhat()
H A Dfunc.c86 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) { in isbfunc()