Searched defs:curs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c45 * New position for cursor is curs.
49 vmoveto(addr, curs, context)
51 unsigned char *curs;
57 vjumpto(addr, curs, context);
65 vjumpto(line *addr, unsigned char *curs, unsigned char context) argument
74 vnline(curs);
78 * Go up or down cnt (negative is up) to new position curs.
81 vupdown(int cnt, unsigned char *curs) argument
89 vrepaint(curs);
91 vnline(curs);
475 vnline(unsigned char *curs) argument
[all...]
H A Dex_vadj.c546 * Repaint the screen, with cursor at curs, aftern an arbitrary change.
550 vrepaint(unsigned char *curs) argument
584 vnline(curs);
631 vnline(curs);

Completed in 59 milliseconds