Searched refs:vclrbyte (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vput.c | 57 vclrbyte(vtube0, WCOLS * (WECHO - ZERO + 1)); in vclear() 64 vclrbyte(wchar_t *cp, int i) in vclrbyte() function 114 vclrbyte(tp, i); in vclreol() 199 vclrbyte(vtube[WECHO], WCOLS); 1517 vclrbyte(tpe - nc, nc);
|
H A D | ex_vadj.c | 388 vclrbyte(vtube[to], WCOLS); in vadjAL() 456 vclrbyte(vtube[0], WCOLS); in vmoveitup() 486 vclrbyte(vtube[to], WCOLS); in vscroll() 826 vclrbyte(vtube[to], WCOLS); in vadjDL()
|
H A D | ex_cmds2.c | 687 vclrbyte(vtube[WECHO], WCOLS); in vnfl()
|
H A D | ex_v.c | 490 vclrbyte(atube, WCOLS * (WECHO - ZERO + 1)); in vok()
|
H A D | ex.h | 562 void vclrbyte(wchar_t *, int);
|