Searched refs:vjumpto (Results 1 – 5 of 5) sorted by relevance
/titanic_50/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) in vjumpto() function
|
H A D | ex_voper.c | 353 vjumpto(dot, ocurs, 0); in operate() 825 vjumpto(dot, ocurs, 0); in operate() 870 vjumpto(addr, (unsigned char *)loc1, c); in operate()
|
H A D | ex_vops.c | 81 vjumpto(dot, vUNDcurs, 0); in vUndo() 148 vjumpto(dot, (unsigned char *)NOSTR, '.');
|
H A D | ex.h | 579 void vjumpto(line *, unsigned char *, unsigned char);
|