Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.inputl.c86 struct varent *matchbeep = adrof(STRmatchbeep); in Inputl() local
413 if (non_unique_match && matchbeep && in Inputl()
414 matchbeep->vec != NULL && in Inputl()
415 (Strcmp(*(matchbeep->vec), STRnotunique) == 0)) in Inputl()
419 if (matchbeep && matchbeep->vec != NULL) { 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()
434 if (matchbeep && matchbeep->vec != NULL) { in Inputl()
435 if ((Strcmp(*(matchbeep->vec), STRambiguous) == 0 || in Inputl()
[all …]