Searched refs:heq (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dsh.hist.c42 static int heq (const struct wordent *, const struct wordent *);
600 heq(const struct wordent *a0, const struct wordent *b0) function
864 else if (hp->Hhash == hashval && heq(lp, &(hp->Hlex)))
970 if (pp->Hnext && heq(lp, &(pp->Hnext->Hlex))) {
1014 if (heq(&p->Hlex, &np->Hlex)) {

Completed in 48 milliseconds