Searched refs:tag_msg (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_tag.c | 148 tag_msg(sp, TAG_EMPTY, NULL); in ex_tag_next() 188 tag_msg(sp, TAG_EMPTY, NULL); in ex_tag_prev() 318 tag_msg(sp, TAG_EMPTY, NULL); in ex_tag_pop() 393 tag_msg(sp, TAG_EMPTY, NULL); in ex_tag_top() 471 tag_msg(sp, TAG_EMPTY, NULL); in ex_tag_display() 815 tag_msg(SCR *sp, tagmsg_t msg, char *tag) in tag_msg() function 920 tag_msg(sp, TAG_BADLNO, tag); in ctag_search() 939 notfound: tag_msg(sp, TAG_SEARCH, tag); in ctag_search()
|
H A D | ex_cscope.c | 1022 tag_msg(sp, TAG_BADLNO, tqp->tag); in cscope_search() 1035 tag_msg(sp, TAG_SEARCH, tqp->tag); in cscope_search()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 142 void tag_msg(SCR *, tagmsg_t, char *);
|