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

/freebsd-10.0-release/contrib/less/
H A Dless.h362 #define CF_QUIT_ON_ERASE 0001 /* Abort cmd if its entirely erased */ macro
H A Dcmdbuf.c558 * to abort the current command, if CF_QUIT_ON_ERASE is set.
560 if ((curr_cmdflags & CF_QUIT_ON_ERASE) && cp == cmdbuf && *cp == '\0')
655 * to abort the current command, if CF_QUIT_ON_ERASE is set.
657 if (curr_cmdflags & CF_QUIT_ON_ERASE)
H A Dcommand.c1151 start_mca(A_DIGIT, ":", (void*)NULL, CF_QUIT_ON_ERASE);
1784 CF_QUIT_ON_ERASE);

Completed in 78 milliseconds