Searched refs:vjumpto (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vmain.c | 992 vjumpto(dot, cursor, '.'); 1229 vjumpto(dot, (unsigned char *) 0, '.'); 1451 vjumpto(dot, cursor, 0); 1502 vjumpto(addr, (unsigned char *)NOSTR, c);
|
H A D | ex_vwind.c | 57 vjumpto(addr, curs, context); 65 vjumpto(line *addr, unsigned char *curs, unsigned char context) function
|
H A D | ex_voper.c | 353 vjumpto(dot, ocurs, 0); 825 vjumpto(dot, ocurs, 0); 870 vjumpto(addr, (unsigned char *)loc1, c);
|
H A D | ex_vops.c | 81 vjumpto(dot, vUNDcurs, 0); 148 vjumpto(dot, (unsigned char *)NOSTR, '.');
|
H A D | ex.h | 579 void vjumpto(line *, unsigned char *, unsigned char);
|
Completed in 75 milliseconds