Lines Matching refs:noerror
497 int noerror; /* TRUE if all's well */ in buildsearchlist() local
504 noerror = TRUE; /* No errors (yet) */ in buildsearchlist()
519 while (noerror && *pp) { in buildsearchlist()
560 noerror = FALSE; in buildsearchlist()
566 if (noerror) psrch->fcn = ENDLIST; in buildsearchlist()
676 int noerror; /* Flag, TRUE if all's well */ in makealiaslist() local
680 noerror = TRUE; in makealiaslist()
692 for (pp = devices; noerror && *pp; pp++) { in makealiaslist()
705 noerror = FALSE; in makealiaslist()
709 if (noerror) in makealiaslist()
778 int noerror; /* Flag, had an error yet? */ in getnextmatch() local
790 noerror = TRUE; in getnextmatch()
805 else noerror = FALSE; in getnextmatch()
823 else noerror = FALSE; in getnextmatch()
833 if ((alias == NULL) && noerror) errno = ENOENT; in getnextmatch()