Searched refs:vs_update (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/vi/ex/ |
| D | ex_bang.c | 84 vs_update(sp, "!", ap->bp); in ex_bang()
|
| D | ex_read.c | 128 (void)vs_update(sp, "!", cmdp->argv[argc]->bp); in ex_read()
|
| D | ex_subst.c | 620 vs_update(sp, "Confirm change? [n]", NULL); in s()
|
| /openbsd/src/usr.bin/vi/include/ |
| D | vi_extern.h | 118 void vs_update(SCR *, const char *, const char *);
|
| /openbsd/src/usr.bin/vi/vi/ |
| D | vs_msg.c | 163 vs_update(SCR *sp, const char *m1, const char *m2) in vs_update() function
|