Searched refs:Strcmp (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/bin/csh/ |
| D | func.c | 91 (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()
|
| D | csh.h | 79 #define eq(a, b) (Strcmp(a, b) == 0)
|
| D | set.c | 388 (cmp = Strcmp(name, v->v_name)))) in adrof1() 439 (f = Strcmp(name, c->v_name)) == 0) { in setq()
|
| D | extern.h | 296 int Strcmp(Char *, Char *);
|
| D | str.c | 234 Strcmp(Char *str1, Char *str2) in Strcmp() function
|
| D | dol.c | 743 if (Strcmp(cp, dp) == 0) { in setDolp()
|
| D | lex.c | 849 if (Strcmp(tword, otword) == 0) { in dosub()
|
| /openbsd/src/lib/libedit/ |
| D | history.c | 66 #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()
|