Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.init.c164 int nbfunc = sizeof bfunc / sizeof *bfunc; variable
H A Dsh.h163 extern int nbfunc;
H A Dsh.func.c106 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2; ) { in isbfunc()