Searched refs:CF_QUIT_ON_ERASE (Results 1 – 3 of 3) sorted by relevance
138 #define CF_QUIT_ON_ERASE 0001 /* Abort cmd if its entirely erased */ macro
477 if ((curr_cmdflags & CF_QUIT_ON_ERASE) && cp == cmdbuf && *cp == '\0') in cmd_erase()568 if (curr_cmdflags & CF_QUIT_ON_ERASE) in cmd_kill()
1042 start_mca(A_DIGIT, ":", (void*)NULL, CF_QUIT_ON_ERASE); in commands()1625 CF_QUIT_ON_ERASE); in commands()