1__NSCompoundPredicate_h_GNUSTEP_BASE_INCLUDE input.h /^#define __NSCompoundPredicate_h_GNUSTEP_BASE_INCLUDE$/;" M 2NSCompoundPredicateType input.h /^typedef NSUInteger NSCompoundPredicateType;$/;" t 3NSCompoundPredicate input.h /^@interface NSCompoundPredicate : NSPredicate$/;" i 4_subs input.h /^ NSArray *_subs;$/;" E interface:NSCompoundPredicate 5andPredicateWithSubpredicates: input.h /^+ (NSPredicate *) andPredicateWithSubpredicates: (NSArray *)list;$/;" c interface:NSCompoundPredicate 6notPredicateWithSubpredicate: input.h /^+ (NSPredicate *) notPredicateWithSubpredicate: (NSPredicate *)predicate;$/;" c interface:NSCompoundPredicate 7orPredicateWithSubpredicates: input.h /^+ (NSPredicate *) orPredicateWithSubpredicates: (NSArray *)list;$/;" c interface:NSCompoundPredicate 8subpredicates input.h /^- (NSArray *) subpredicates;$/;" m interface:NSCompoundPredicate 9foo input-0.m /^extern int foo (void)$/;" f 10