Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.inputl.c106 if (!Strcmp(*(imode->vec), STRinsert)) in Inputl()
108 else if (!Strcmp(*(imode->vec), STRoverwrite)) in Inputl()
226 if (crct && crct->vec != NULL && (!Strcmp(*(crct->vec), STRcmd) || in Inputl()
227 !Strcmp(*(crct->vec), STRall))) { in Inputl()
234 if (SpellLine(!Strcmp(*(crct->vec), STRcmd)) == 1) { in Inputl()
294 !Strcmp(*(crct->vec), STRcomplete)) { in Inputl()
404 Strcmp(autoexpand, STRonlyhistory) != 0) { in Inputl()
415 (Strcmp(*(matchbeep->vec), STRnotunique) == 0)) in Inputl()
420 if (Strcmp(*(matchbeep->vec), STRnomatch) == 0 || in Inputl()
421 Strcmp(*(matchbeep->vec), STRambiguous) == 0 || in Inputl()
[all …]
H A Dsh.set.c137 if (noediting && Strcmp(cp, STRnetwork) != 0 && in update_vars()
138 Strcmp(cp, STRunknown) != 0 && Strcmp(cp, STRdumb) != 0) { in update_vars()
615 (cmp = Strcmp(name, v->v_name)) != 0)) in adrof1()
687 if (vec[i] && vec[j] && Strcmp(vec[j], vec[i]) == 0) { in set1()
697 if (vec[i] && vec[j] && Strcmp(vec[j], vec[i]) == 0) { in set1()
728 (f = Strcmp(name, c->v_name)) == 0) { in setq()
H A Dsh.h538 #define eq(a, b) (Strcmp(a, b) == 0)
1114 #define Strcmp(a, b) strcmp(a, b) macro
1137 #define Strcmp(a, b) wcscmp(a, b) macro
1147 #define Strcmp(a, b) s_strcmp(a, b) macro
H A Dtw.color.c185 if (Strcmp(vp->vec[i], STRls) == 0) in set_color_context()
187 else if (Strcmp(vp->vec[i], STRlsmF) == 0) in set_color_context()
H A Dtw.parse.c970 if (Strcmp(*cp, STRalways) == 0 in tw_collect_items()
971 || (Strcmp(*cp, STRcorrect) == 0 && command == SPELL) in tw_collect_items()
972 || (Strcmp(*cp, STRcomplete) == 0 && command != SPELL)) { in tw_collect_items()
1094 if (Strcmp(*cp, STREnhance) == 0) in tw_collect_items()
1096 else if (Strcmp(*cp, STRigncase) == 0) in tw_collect_items()
1098 else if (Strcmp(*cp, STRenhance) == 0) in tw_collect_items()
2004 if (Strcmp(*cp, STRstar) == 0) in nostat()
H A Dsh.func.c672 } while (v[0] != NULL && Strcmp(v[0], STRrepeat) == 0); in dorepeat()
723 (i = Strcmp(cp, str2short(sp->s_name))) == 0) in srchx()
1209 if (Strcmp(vp->vec[0], STRbsd) == 0) in xecho()
1211 else if (Strcmp(vp->vec[0], STRsysv) == 0) in xecho()
1213 else if (Strcmp(vp->vec[0], STRboth) == 0) in xecho()
1215 else if (Strcmp(vp->vec[0], STRnone) == 0) in xecho()
H A Ded.screen.c831 if (Strcmp(name->buf, arrow[i].name) == 0) { in SetArrowKeys()
844 if (Strcmp(name, arrow[i].name) == 0) in IsArrowKey()
854 if (Strcmp(name->buf, arrow[i].name) == 0) { in ClearArrowKeys()
867 if (name->len == 0 || Strcmp(name->buf, arrow[i].name) == 0) in PrintArrowKeys()
H A Ded.init.c171 if (!Strcmp(*(imode->vec), STRinsert)) in ed_Setup()
173 else if (!Strcmp(*(imode->vec), STRoverwrite)) in ed_Setup()
H A Dtw.init.c324 if (Strcmp(tw_cmd.list[i], tw_cmd.list[i + 1]) == 0) /* garbage */ in tw_cmd_sort()
822 if (tw_item.list[i] != NULL && Strcmp(tw_item.list[i], str) == 0) in tw_item_find()
H A Dtc.func.c1179 if (!Strcmp(args->word, STRstar)) in rmstar()
1459 return Strcmp(p1->user, p2->user); in tildecompare()
1545 if ((i = *us - *bp->user) == 0 && (i = Strcmp(us, bp->user)) == 0) in gettilde()
H A Dsh.dol.c872 if (Strcmp(cp, dp) == 0) { in setDolp()
H A Dsh.exp.c657 if (Strcmp(ft, STRcolon) == 0 && any("AMCUGP", valtest)) { in filetest()
H A Dsh.dir.c1201 if (dn != dp && Strcmp(dn->di_name, dp->di_name) == 0) { in dnewcwd()
H A Dsh.hist.c605 if (Strcmp(a->word, b->word) != 0) in heq()
H A Dtc.os.c175 if (Strcmp(name, STRKPATH) == 0) { in dosetpath()
H A Dsh.lex.c932 if (Strcmp(tword, otword) == 0) { in dosub()
/freebsd/contrib/ntp/libparse/
H A Dparsestreams.c155 Strcmp( in Strcmp() function
958 if (dname && !Strcmp(dname, "zs")) in init_linemon()
987 if (dname && !Strcmp(dname, "zs")) in close_linemon()
1200 if (!Strcmp(dname, parseinfo.st_rdinit->qi_minfo->mi_idname)) in zs_xsisr()
1283 if (!Strcmp(dname, parseinfo.st_rdinit->qi_minfo->mi_idname)) in zs_xsisr()
H A Dparse.c95 Strcmp( in Strcmp() function
790 if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name)) in parse_setfmt()
/freebsd/contrib/libedit/
H A Dhistory.c68 #define Strcmp(d, s) strcmp(d, s) macro
86 #define Strcmp(d, s) wcscmp(d, s) macro
539 Strcmp(h->list.next->ev.str, str) == 0) in history_def_enter()