Lines Matching refs:vec
109 if (imode && imode->vec != NULL) { in Inputl()
110 if (!Strcmp(*(imode->vec), STRinsert)) in Inputl()
112 else if (!Strcmp(*(imode->vec), STRoverwrite)) in Inputl()
230 if (crct && crct->vec != NULL && (!Strcmp(*(crct->vec), STRcmd) || in Inputl()
231 !Strcmp(*(crct->vec), STRall))) { in Inputl()
238 if (SpellLine(!Strcmp(*(crct->vec), STRcmd)) == 1) { in Inputl()
297 } else if (crct && crct->vec != NULL && in Inputl()
298 !Strcmp(*(crct->vec), STRcomplete)) { in Inputl()
418 matchbeep->vec != NULL && in Inputl()
419 (Strcmp(*(matchbeep->vec), STRnotunique) == 0)) in Inputl()
423 if (matchbeep && matchbeep->vec != NULL) { in Inputl()
424 if (Strcmp(*(matchbeep->vec), STRnomatch) == 0 || in Inputl()
425 Strcmp(*(matchbeep->vec), STRambiguous) == 0 || in Inputl()
426 Strcmp(*(matchbeep->vec), STRnotunique) == 0) in Inputl()
438 if (matchbeep && matchbeep->vec != NULL) { in Inputl()
439 if ((Strcmp(*(matchbeep->vec), STRambiguous) == 0 || in Inputl()
440 Strcmp(*(matchbeep->vec), STRnotunique) == 0)) in Inputl()
451 if (autol && autol->vec != NULL && in Inputl()
452 (Strcmp(*(autol->vec), STRambiguous) != 0 || in Inputl()