Home
last modified time | relevance | path

Searched refs:holdcm (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/vi/port/
H A Dex_get.c167 holdcm = 1; in gettty()
170 holdcm = 0; in gettty()
173 holdcm = 1; in gettty()
179 holdcm = 0; in gettty()
209 holdcm = 0; in gettty()
220 holdcm = 0; in gettty()
H A Dex_v.c287 holdcm = 0; in ovend()
448 holdcm++; in setwind()
H A Dex_put.c475 if (pfast == 0 && (!cursor_address || holdcm)) in fgoto()
504 if (destline < outline && !(cursor_address && !holdcm || cursor_up || cursor_home)) in fgoto()
506 if (cursor_address && !holdcm) in fgoto()
H A Dex_cmds2.c241 holdcm = 0; in error0()
H A Dex.h229 var bool holdcm; /* Don't cursor address */ variable