Home
last modified time | relevance | path

Searched refs:scr_msg (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dmain.c59 if (gp->scr_msg == NULL) in editor()
60 gp->scr_msg = vs_msg; in editor()
H A Dgs.h179 void (*scr_msg)(SCR *, mtype_t, char *, size_t); member
H A Dmsg.c334 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()
/freebsd/contrib/nvi/ex/
H A Dex_print.c323 sp->gp->scr_msg(sp, M_NONE, exp->obp, exp->obp_len); in ex_fflush()
H A Dex.c65 gp->scr_msg(sp, mp->mtype, mp->buf, mp->len); in ex()
/freebsd/contrib/nvi/cl/
H A Dcl_main.c383 gp->scr_msg = NULL; in cl_func_std()
/freebsd/contrib/nvi/vi/
H A Dvs_msg.c684 gp->scr_msg(sp, mp->mtype, mp->buf, mp->len); in vs_resolve()