Searched refs:tag_msg (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.bin/vi/ex/ |
| D | ex_tag.c | 231 tag_msg(sp, TAG_EMPTY, NULL); in ex_tag_next() 262 tag_msg(sp, TAG_EMPTY, NULL); in ex_tag_prev() 384 tag_msg(sp, TAG_EMPTY, NULL); in ex_tag_pop() 461 tag_msg(sp, TAG_EMPTY, NULL); in ex_tag_top() 540 tag_msg(sp, TAG_EMPTY, NULL); in ex_tag_display() 782 tag_msg(SCR *sp, tagmsg_t msg, char *tag) in tag_msg() function 884 tag_msg(sp, TAG_BADLNO, tag); in ctag_search() 902 notfound: tag_msg(sp, TAG_SEARCH, tag); in ctag_search()
|
| /openbsd/src/usr.bin/vi/include/ |
| D | ex_extern.h | 101 void tag_msg(SCR *, tagmsg_t, char *);
|