Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c713 int tmp_u_column = INVALID; /* temporary u_column */ in cntlmode() local
875 else if(curhline==histmax && tmp_u_column!=INVALID ) in cntlmode()
878 vp->u_column = tmp_u_column; in cntlmode()
908 tmp_u_column = vp->u_column; in cntlmode()