Home
last modified time | relevance | path

Searched refs:strcmp_ (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dsh.set.c420 (cmp = strcmp_(name, v->v_name)))) in adrof1()
487 (f = strcmp_(name, c->v_name)) == 0) { in setq()
H A Dsh.func.c111 (i = strcmp_(cp, bp->bname)) == 0) { in isbfunc()
710 (i = strcmp_(cp, sp->s_name)) == 0) { in srchx()
1079 if (strcmp_(vp, p->evname) == 0) { in islocalevar()
H A Dsh.h101 #define eq(a, b) (strcmp_(a, b) == 0)
H A Dsh.tchar.c227 strcmp_(tchar *s1, tchar *s2) in strcmp_() function