Searched refs:M_NONE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/nvi/common/
H A Dmsg.h28 * M_NONE Display to the user, no reformatting, no nothing.
36 * The underlying message display routines only need to know about M_NONE,
41 M_NONE = 1, M_BERR, M_ERR, M_INFO, M_SYSERR, M_VINFO } mtype_t; enumerator in enum:__anon4078
58 mtype_t mtype; /* Message type: M_NONE, M_ERR, M_INFO. */
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c762 case M_NONE:
959 case M_NONE:
988 case M_NONE:
1225 case M_NONE:
1256 case M_NONE:
1272 if ((aevent != 0) && (sp != 0) && (sp->_mouse_type != M_NONE)) {
1340 if (SP->_mouse_type != M_NONE) {
1403 return (SP->_mouse_type == M_NONE ? 0 : 1);
/freebsd-10.1-release/contrib/nvi/vi/
H A Dvs_msg.c310 if (mtype == M_NONE) {
351 vs_output(sp, M_NONE, " ", 1);
378 vs_output(sp, M_NONE, "\n", 1);
531 vip->mtype = M_NONE;
/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_print.c327 sp->gp->scr_msg(sp, M_NONE, exp->obp, exp->obp_len);

Completed in 113 milliseconds