Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vadj.c376 wchar_t *tlines[TUBELINES]; in vadjAL() local
383 copy(tlines, vtube, sizeof vtube); /*SASSIGN*/ in vadjAL()
385 vtube[to] = tlines[from]; in vadjAL()
387 vtube[to] = tlines[from]; in vadjAL()
471 wchar_t *tlines[TUBELINES]; in vscroll() local
481 copy(tlines, vtube, sizeof vtube); in vscroll()
483 vtube[to] = tlines[from]; in vscroll()
485 vtube[to] = tlines[from]; in vscroll()
809 wchar_t *tlines[TUBELINES]; in vadjDL() local
823 vtube[to] = tlines[from]; in vadjDL()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dwc.c96 Sfoff_t tlines=0, twords=0, tchars=0; in b_wc() local
177 tlines += wp->lines; in b_wc()
182 wp->lines = tlines; in b_wc()