Home
last modified time | relevance | path

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

/original-bsd/old/sdb/
H A Dsymt.c247 if (eqpat(s, p->pname)) return(p);
262 if (eqpat(f->sfilename, s)) {
343 if (eqpat(comblk, stentry.n_un.n_name))
370 if (level <= 0 && eqpat(pat, stentry.n_un.n_name) &&
438 if (eqpat(pat, stentry.n_un.n_name)
466 (eqpat(sl_name, stentry.n_un.n_name)))
H A Ddisplay.c181 if (eqpat(proc, procp->pname)) {
197 (nullflag || eqpat(proc, ""))) {
H A Dsub.c148 eqpat(pat, str) in eqpat() function