Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/less/
Dless.h138 #define CF_QUIT_ON_ERASE 0001 /* Abort cmd if its entirely erased */ macro
Dcmdbuf.c477 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()
Dcommand.c1042 start_mca(A_DIGIT, ":", (void*)NULL, CF_QUIT_ON_ERASE); in commands()
1625 CF_QUIT_ON_ERASE); in commands()