Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.h985 extern int nsrchn;
H A Dsh.init.c202 int nsrchn = sizeof srchn / sizeof *srchn; variable
H A Dsh.func.c720 for (sp1 = srchn, sp2 = srchn + nsrchn; sp1 < sp2;) { in srchx()
738 for (sp = srchn, sp2 = srchn + nsrchn; sp < sp2; sp++) in isrchx()