Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/edit/
H A Dvi.c117 int long_char; /* line bigger than window */ member
379 vp->long_char = ' '; in ed_viread()
1933 vp->long_char = '>'; in refresh()
1935 vp->long_char = '<'; in refresh()
1937 vp->long_char = '*'; in refresh()
1940 vp->long_char = ' '; in refresh()
1942 if( vp->long_line != vp->long_char ) in refresh()
1950 putchar(vp->long_char); in refresh()
1952 vp->long_line = vp->long_char; in refresh()