Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dless.h418 #define CF_QUIT_ON_ERASE 0001 /* Abort cmd if its entirely erased */ macro
H A Dcmdbuf.c514 if ((curr_cmdflags & CF_QUIT_ON_ERASE) && cp == cmdbuf && *cp == '\0') in cmd_erase()
607 if (curr_cmdflags & CF_QUIT_ON_ERASE) in cmd_kill()
H A Dcommand.c1352 start_mca(A_DIGIT, ":", (void*)NULL, CF_QUIT_ON_ERASE); in commands()
2076 CF_QUIT_ON_ERASE); in commands()