/[tar]/tar/src/names.c
ViewVC logotype

Diff of /tar/src/names.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by eggert, Mon Sep 22 18:54:50 2003 UTC revision 1.28 by gray, Thu Oct 2 10:28:30 2003 UTC
# Line 595  name_match (const char *path) Line 595  name_match (const char *path)
595      }      }
596  }  }
597    
598    /* Returns true if all names from the namelist were processed */
599    bool
600    names_done ()
601    {
602      struct name const *cursor;
603      for (cursor = namelist; cursor; cursor = cursor->next)
604        if (!cursor->found && !cursor->fake)
605          return false;
606      return true;
607    }
608    
609  /* Print the names of things in the namelist that were not matched.  */  /* Print the names of things in the namelist that were not matched.  */
610  void  void
611  names_notfound (void)  names_notfound (void)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26