Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Dkey.h147 #define CH_QUIT 'q' /* Quit. */ macro
/openbsd/usr.bin/vi/vi/
H A Dvs_msg.c829 ev.e_c = CH_QUIT; in vs_wait()
837 if (ev.e_c == CH_QUIT) in vs_wait()
/openbsd/usr.bin/vi/ex/
H A Dex_subst.c654 case CH_QUIT: in s()