Searched refs:ex_printf (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/usr.bin/vi/ex/ |
| D | ex_usage.c | 76 (void)ex_printf(sp, "The %.*s command is unknown\n", in ex_usage() 79 (void)ex_printf(sp, in ex_usage() 93 (void)ex_printf(sp, in ex_usage() 99 (void)ex_printf(sp, "%*s: %s\n", MAXCMDNAMELEN, in ex_usage() 143 nokey: (void)ex_printf(sp, in ex_viusage() 147 (void)ex_printf(sp, in ex_viusage() 159 (void)ex_printf(sp, "%s\n", kp->help); in ex_viusage()
|
| D | ex_print.c | 209 (void)ex_printf(sp, in ex_prchars() 226 (void)ex_printf(sp, in ex_prchars() 243 ex_printf(SCR *sp, const char *fmt, ...) in ex_printf() function
|
| D | ex_equal.c | 53 (void)ex_printf(sp, "%ld\n", lno); in ex_equal()
|
| D | ex_tag.c | 575 (void)ex_printf(sp, "%2d ", cnt); in ex_tag_display() 577 (void)ex_printf(sp, " "); in ex_tag_display() 581 (void)ex_printf(sp, " ... %*.*s", in ex_tag_display() 584 (void)ex_printf(sp, in ex_tag_display() 587 (void)ex_printf(sp, "*"); in ex_tag_display() 594 (void)ex_printf(sp, "%s%.*s", in ex_tag_display() 598 (void)ex_printf(sp, "\n"); in ex_tag_display()
|
| D | ex_display.c | 116 (void)ex_printf(sp, "********** %s%s\n", in db()
|
| D | ex_bang.c | 86 (void)ex_printf(sp, "!%s\n", ap->bp); in ex_bang()
|
| D | ex_read.c | 131 (void)ex_printf(sp, in ex_read()
|
| D | ex_args.c | 272 (void)ex_printf(sp, "%s%s%s", ap == sp->cargv ? "[" : "", in ex_args()
|
| /openbsd/src/usr.bin/vi/common/ |
| D | options.c | 868 (void)ex_printf(sp, "%*s", in opts_dump() 898 curlen += ex_printf(sp, in opts_print() 902 curlen += ex_printf(sp, "%s=%ld", op->name, O_VAL(sp, offset)); in opts_print() 905 curlen += ex_printf(sp, "%s=\"%s\"", op->name, in opts_print()
|
| /openbsd/src/usr.bin/vi/include/ |
| D | ex_extern.h | 59 int ex_printf(SCR *, const char *, ...);
|
| /openbsd/src/usr.bin/vi/vi/ |
| D | v_txt.c | 2176 (void)ex_printf(sp, "%s\n", p); in txt_fc_col() 2197 cnt = ex_printf(sp, "%s", p); in txt_fc_col() 2203 (void)ex_printf(sp, in txt_fc_col()
|
| D | vs_msg.c | 179 (void)ex_printf(sp, in vs_update()
|