Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c112 int long_char; /* line bigger than window */ member
374 vp->long_char = ' '; in ed_viread()
2028 vp->long_char = '>'; in refresh()
2030 vp->long_char = '<'; in refresh()
2032 vp->long_char = '*'; in refresh()
2035 vp->long_char = ' '; in refresh()
2037 if( vp->long_line != vp->long_char ) in refresh()
2045 putchar(vp->long_char); in refresh()
2047 vp->long_line = vp->long_char; in refresh()