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