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

/freebsd-10-stable/contrib/tcsh/
H A Ded.inputl.c110 if (!Strcmp(*(imode->vec), STRinsert))
112 else if (!Strcmp(*(imode->vec), STRoverwrite))
230 if (crct && crct->vec != NULL && (!Strcmp(*(crct->vec), STRcmd) ||
231 !Strcmp(*(crct->vec), STRall))) {
238 if (SpellLine(!Strcmp(*(crct->vec), STRcmd)) == 1) {
298 !Strcmp(*(crct->vec), STRcomplete)) {
408 Strcmp(autoexpand, STRonlyhistory) != 0) {
419 (Strcmp(*(matchbeep->vec), STRnotunique) == 0))
424 if (Strcmp(*(matchbeep->vec), STRnomatch) == 0 ||
425 Strcmp(*(matchbee
[all...]
H A Dsh.set.c141 if (noediting && Strcmp(cp, STRnetwork) != 0 &&
142 Strcmp(cp, STRunknown) != 0 && Strcmp(cp, STRdumb) != 0) {
623 (cmp = Strcmp(name, v->v_name)) != 0))
695 if (vec[i] && vec[j] && Strcmp(vec[j], vec[i]) == 0) {
705 if (vec[i] && vec[j] && Strcmp(vec[j], vec[i]) == 0) {
736 (f = Strcmp(name, c->v_name)) == 0) {
H A Dtw.color.c189 if (Strcmp(vp->vec[i], STRls) == 0)
191 else if (Strcmp(vp->vec[i], STRlsmF) == 0)
H A Dsh.h539 #define eq(a, b) (Strcmp(a, b) == 0)
1105 #define Strcmp(a, b) strcmp(a, b) macro
1128 #define Strcmp(a, b) wcscmp(a, b) macro
1138 #define Strcmp(a, b) s_strcmp(a, b) macro
H A Ded.init.c175 if (!Strcmp(*(imode->vec), STRinsert))
177 else if (!Strcmp(*(imode->vec), STRoverwrite))
H A Dtw.init.c328 if (Strcmp(tw_cmd.list[i], tw_cmd.list[i + 1]) == 0) /* garbage */
826 if (tw_item.list[i] != NULL && Strcmp(tw_item.list[i], str) == 0)
H A Ded.screen.c835 if (Strcmp(name->buf, arrow[i].name) == 0) {
848 if (Strcmp(name, arrow[i].name) == 0)
858 if (Strcmp(name->buf, arrow[i].name) == 0) {
871 if (name->len == 0 || Strcmp(name->buf, arrow[i].name) == 0)
H A Dsh.func.c676 } while (v[0] != NULL && Strcmp(v[0], STRrepeat) == 0);
727 (i = Strcmp(cp, str2short(sp->s_name))) == 0)
1213 if (Strcmp(vp->vec[0], STRbsd) == 0)
1215 else if (Strcmp(vp->vec[0], STRsysv) == 0)
1217 else if (Strcmp(vp->vec[0], STRboth) == 0)
1219 else if (Strcmp(vp->vec[0], STRnone) == 0)
H A Dtc.os.c179 if (Strcmp(name, STRKPATH) == 0) {
H A Dsh.exp.c661 if (Strcmp(ft, STRcolon) == 0 && any("AMCUGP", valtest)) {
H A Dtw.parse.c974 if (Strcmp(*cp, STRalways) == 0
975 || (Strcmp(*cp, STRcorrect) == 0 && command == SPELL)
976 || (Strcmp(*cp, STRcomplete) == 0 && command != SPELL)) {
1098 if (Strcmp(*cp, STREnhance) == 0)
1100 else if (Strcmp(*cp, STRigncase) == 0)
1102 else if (Strcmp(*cp, STRenhance) == 0)
2008 if (Strcmp(*cp, STRstar) == 0)
H A Dsh.dir.c1201 if (dn != dp && Strcmp(dn->di_name, dp->di_name) == 0) {
H A Dsh.hist.c599 if (Strcmp(a->word, b->word) != 0)
H A Dsh.lex.c923 if (Strcmp(tword, otword) == 0) {
/freebsd-10-stable/lib/libedit/
H A Dchartype.h97 #define Strcmp(s,v) wcscmp(s,v) macro
147 #define Strcmp(s,v) strcmp(s,v) macro
/freebsd-10-stable/contrib/ntp/libparse/
H A Dparsestreams.c155 Strcmp( function
958 if (dname && !Strcmp(dname, "zs"))
987 if (dname && !Strcmp(dname, "zs"))
1200 if (!Strcmp(dname, parseinfo.st_rdinit->qi_minfo->mi_idname))
1283 if (!Strcmp(dname, parseinfo.st_rdinit->qi_minfo->mi_idname))
H A Dparse.c95 Strcmp( function
790 if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name))

Completed in 219 milliseconds