Home
last modified time | relevance | path

Searched refs:vshowmode (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/vi/port/
H A Dex_vops2.c282 vshowmode(gettext("A")); in vappend()
284 vshowmode(gettext("APPEND MODE")); in vappend()
296 vshowmode(gettext("S")); in vappend()
298 vshowmode(gettext("SUBSTITUTE MODE")); in vappend()
310 vshowmode(gettext("C")); in vappend()
312 vshowmode(gettext("CHANGE MODE")); in vappend()
324 vshowmode(gettext("R")); in vappend()
326 vshowmode(gettext("REPLACE MODE")); in vappend()
338 vshowmode(gettext("O")); in vappend()
340 vshowmode(gettext("OPEN MODE")); in vappend()
[all …]
H A Dex_vops.c988 vshowmode(gettext("r")); in vrep()
990 vshowmode(gettext("REPLACE 1 CHAR")); in vrep()
995 vshowmode(""); in vrep()
H A Dex_vmain.c100 vshowmode(""); /* As a precaution */
H A Dex_vput.c338 vshowmode(unsigned char *msg) in vshowmode() function