Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c64 extern int P_cursor_offset;
873 P_cursor_offset = 0;
978 cursor += P_cursor_offset;
H A Dex_vis.h279 var int P_cursor_offset; /* cursor adjust for Put */ variable
H A Dex_cmdsub.c462 extern int P_cursor_offset; in pragged()
506 P_cursor_offset = strlen(linebuf) - strlen(gp) - 1; in pragged()