Home
last modified time | relevance | path

Searched refs:Strcmp (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/bin/csh/
Dfunc.c91 (i = Strcmp(cp, str2short(bp->bname))) == 0) in isbfunc()
546 (i = Strcmp(cp, str2short(sp->s_name))) == 0) in srchx()
759 if ((Strcmp(wp, STRif) == 0) || (Strcmp(wp, STRwhile) == 0) in keyword()
760 || (Strcmp(wp, STRswitch) == 0)) in keyword()
Dcsh.h79 #define eq(a, b) (Strcmp(a, b) == 0)
Dset.c388 (cmp = Strcmp(name, v->v_name)))) in adrof1()
439 (f = Strcmp(name, c->v_name)) == 0) { in setq()
Dextern.h296 int Strcmp(Char *, Char *);
Dstr.c234 Strcmp(Char *str1, Char *str2) in Strcmp() function
Ddol.c743 if (Strcmp(cp, dp) == 0) { in setDolp()
Dlex.c849 if (Strcmp(tword, otword) == 0) { in dosub()
/openbsd/src/lib/libedit/
Dhistory.c66 #define Strcmp(d, s) strcmp(d, s) macro
84 #define Strcmp(d, s) wcscmp(d, s) macro
528 Strcmp(h->list.next->ev.str, str) == 0) in history_def_enter()