Searched refs:MISSED_ONE (Results 1 – 2 of 2) sorted by relevance
502 return MISSED_ONE; in dos_target_lookup()576 if(mp->fast_quit && (Bret & (MISSED_ONE | ERROR_ONE))) in main_loop()582 if ((Bret & GOT_ONE) && ( Bret & MISSED_ONE)) in main_loop()584 if (Bret & MISSED_ONE) in main_loop()
100 #define MISSED_ONE 2 /* set if one cmd line argument didn't match any files */ macro