Home
last modified time | relevance | path

Searched refs:MISSED_ONE (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mtools/mtools-4.0.26/
H A Dmainloop.c502 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()
H A Dmainloop.h100 #define MISSED_ONE 2 /* set if one cmd line argument didn't match any files */ macro