Lines Matching refs:Strcmp
106 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()
422 Strcmp(*(matchbeep->vec), STRnotunique) == 0) in Inputl()
435 if ((Strcmp(*(matchbeep->vec), STRambiguous) == 0 || in Inputl()
436 Strcmp(*(matchbeep->vec), STRnotunique) == 0)) in Inputl()
448 (Strcmp(*(autol->vec), STRambiguous) != 0 || in Inputl()