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

/freebsd-9.3-release/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 Dtw.color.c136 if (Strcmp(vp->vec[i], STRls) == 0)
138 else if (Strcmp(vp->vec[i], STRlsmF) == 0)
H A Dsh.set.c133 if (noediting && Strcmp(cp, STRnetwork) != 0 &&
134 Strcmp(cp, STRunknown) != 0 && Strcmp(cp, STRdumb) != 0) {
605 (cmp = Strcmp(name, v->v_name)) != 0))
677 if (vec[i] && vec[j] && Strcmp(vec[j], vec[i]) == 0) {
687 if (vec[i] && vec[j] && Strcmp(vec[j], vec[i]) == 0) {
718 (f = Strcmp(name, c->v_name)) == 0) {
H A Dsh.h545 #define eq(a, b) (Strcmp(a, b) == 0)
1102 #define Strcmp(a, b) strcmp(a, b) macro
1125 #define Strcmp(a, b) wcscmp(a, b) macro
1135 #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.c329 if (Strcmp(tw_cmd.list[i], tw_cmd.list[i + 1]) == 0) /* garbage */
827 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)
1195 if (Strcmp(vp->vec[0], STRbsd) == 0)
1197 else if (Strcmp(vp->vec[0], STRsysv) == 0)
1199 else if (Strcmp(vp->vec[0], STRboth) == 0)
1201 else if (Strcmp(vp->vec[0], STRnone) == 0)
H A Dsh.exp.c660 if (Strcmp(ft, STRcolon) == 0 && any("AMCUGP", valtest)) {
H A Dsh.hist.c608 if (Strcmp(a->word, b->word) != 0)
H A Dtc.os.c179 if (Strcmp(name, STRKPATH) == 0) {
H A Dtw.parse.c970 if (Strcmp(*cp, STRalways) == 0
971 || (Strcmp(*cp, STRcorrect) == 0 && command == SPELL)
972 || (Strcmp(*cp, STRcomplete) == 0 && command != SPELL)) {
1094 if (Strcmp(*cp, STREnhance) == 0)
1096 else if (Strcmp(*cp, STRigncase) == 0)
1098 else if (Strcmp(*cp, STRenhance) == 0)
2004 if (Strcmp(*cp, STRstar) == 0)
H A Dsh.dir.c1198 if (dn != dp && Strcmp(dn->di_name, dp->di_name) == 0) {
H A Dsh.lex.c916 if (Strcmp(tword, otword) == 0) {
/freebsd-9.3-release/lib/libedit/
H A Dchartype.h97 #define Strcmp(s,v) wcscmp(s,v) macro
147 #define Strcmp(s,v) strcmp(s,v) macro
/freebsd-9.3-release/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 325 milliseconds