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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c44 static int heq (const struct wordent *, const struct wordent *);
603 heq(const struct wordent *a0, const struct wordent *b0) function
868 else if (hp->Hhash == hashval && heq(lp, &(hp->Hlex)))
974 if (pp->Hnext && heq(lp, &(pp->Hnext->Hlex))) {
1018 if (heq(&p->Hlex, &np->Hlex)) {

Completed in 223 milliseconds