Searched refs:scr_msg (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | main.c | 59 if (gp->scr_msg == NULL) in editor() 60 gp->scr_msg = vs_msg; in editor()
|
H A D | msg.c | 334 gp->scr_msg(sp, mt, bp, mlen); in msgq() 506 sp->gp->scr_msg(sp, M_INFO, bp, tlen); in mod_rpt() 678 sp->gp->scr_msg(sp, M_INFO, s, len); in msgq_status()
|
H A D | gs.h | 179 void (*scr_msg)(SCR *, mtype_t, char *, size_t); member
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_print.c | 323 sp->gp->scr_msg(sp, M_NONE, exp->obp, exp->obp_len); in ex_fflush()
|
H A D | ex.c | 65 gp->scr_msg(sp, mp->mtype, mp->buf, mp->len); in ex()
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_main.c | 383 gp->scr_msg = NULL; in cl_func_std()
|
/freebsd/contrib/nvi/vi/ |
H A D | vs_msg.c | 684 gp->scr_msg(sp, mp->mtype, mp->buf, mp->len); in vs_resolve()
|