Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dkey.h181 #define CH_QUIT 'q' /* Quit. */ macro
/freebsd/contrib/nvi/vi/
H A Dvs_msg.c821 ev.e_c = CH_QUIT; in vs_wait()
829 if (ev.e_c == CH_QUIT) in vs_wait()
/freebsd/contrib/nvi/ex/
H A Dex_subst.c664 case CH_QUIT: in s()