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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_v.c224 * else if can move cursor up off current line can use CRTOPEN (~~vi1)
230 bastate = CRTOPEN;
241 if (state != CRTOPEN)
246 if (state != CRTOPEN)
250 if (state == CRTOPEN) {
259 if (state != CRTOPEN)
451 case CRTOPEN:
H A Dex_cmds2.c633 if (state == CRTOPEN) {
684 if (state != VISUAL && state != CRTOPEN && destline <= WECHO)
H A Dex_vis.h60 #define CRTOPEN 1 macro
H A Dex_vwind.c229 if (state == CRTOPEN)
243 if (state != VISUAL && state != CRTOPEN) {
H A Dex_vmain.c1225 if (state == CRTOPEN)
1241 else if (state == CRTOPEN) {
1443 if (state == CRTOPEN)
H A Dex_vget.c480 if (state == ONEOPEN || state == CRTOPEN)
H A Dex_subr.c1132 else if(state == CRTOPEN)
H A Dex_voper.c878 if (state == CRTOPEN && addr != dot)
H A Dex_vadj.c412 if (splitw && (state == VISUAL || state == CRTOPEN))
H A Dex_vops2.c415 if (*cursor == 0 || state == CRTOPEN)
H A Dex_vput.c215 if (state != VISUAL && state != CRTOPEN) {

Completed in 78 milliseconds