Home
last modified time | relevance | path

Searched refs:CRTOPEN (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_v.c228 bastate = CRTOPEN; in oop()
239 if (state != CRTOPEN) in oop()
244 if (state != CRTOPEN) in oop()
248 if (state == CRTOPEN) { in oop()
257 if (state != CRTOPEN) in oop()
449 case CRTOPEN: in setwind()
H A Dex_cmds2.c631 if (state == CRTOPEN) { in vcontin()
682 if (state != VISUAL && state != CRTOPEN && destline <= WECHO) in vnfl()
H A Dex_vwind.c229 if (state == CRTOPEN) in vcontext()
243 if (state != VISUAL && state != CRTOPEN) { in vclean()
H A Dex_vmain.c1222 if (state == CRTOPEN)
1238 else if (state == CRTOPEN) {
1440 if (state == CRTOPEN)
H A Dex_vis.h58 #define CRTOPEN 1 macro
H A Dex_vget.c481 if (state == ONEOPEN || state == CRTOPEN)
H A Dex_subr.c1139 else if(state == CRTOPEN)
H A Dex_voper.c879 if (state == CRTOPEN && addr != dot) in operate()
H A Dex_vadj.c412 if (splitw && (state == VISUAL || state == CRTOPEN)) in vrollup()
H A Dex_vops2.c415 if (*cursor == 0 || state == CRTOPEN) in vappend()
H A Dex_vput.c213 if (state != VISUAL && state != CRTOPEN) { in fixech()