Home
last modified time | relevance | path

Searched refs:fast_quit (Results 1 – 3 of 3) sorted by relevance

/external/mtools/
Dmainloop.h44 int fast_quit; /* for commands manipulating multiple files, quit member
Dmainloop.c283 if(mp->fast_quit && (ret & ERROR_ONE)) in _dos_loop()
576 if(mp->fast_quit && (Bret & (MISSED_ONE | ERROR_ONE))) in main_loop()
610 mp->fast_quit = 0; in init_mp()
Dmcopy.c581 arg.mp.fast_quit = fastquit; in mcopy()