Lines Matching refs:noerror
498 int noerror; /* TRUE if all's well */ in buildsearchlist() local
505 noerror = TRUE; /* No errors (yet) */ in buildsearchlist()
520 while (noerror && *pp) { in buildsearchlist()
561 noerror = FALSE; in buildsearchlist()
567 if (noerror) psrch->fcn = ENDLIST; in buildsearchlist()
677 int noerror; /* Flag, TRUE if all's well */ in makealiaslist() local
681 noerror = TRUE; in makealiaslist()
693 for (pp = devices; noerror && *pp; pp++) { in makealiaslist()
706 noerror = FALSE; in makealiaslist()
710 if (noerror) in makealiaslist()
779 int noerror; /* Flag, had an error yet? */ in getnextmatch() local
791 noerror = TRUE; in getnextmatch()
806 else noerror = FALSE; in getnextmatch()
824 else noerror = FALSE; in getnextmatch()
834 if ((alias == NULL) && noerror) errno = ENOENT; in getnextmatch()