HomeSort by: relevance | last modified time | path
    Searched refs:M_NONE (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
msg.h 29 * M_NONE Display to the user, no reformatting, no nothing.
37 * The underlying message display routines only need to know about M_NONE,
42 M_NONE = 1, M_BERR, M_ERR, M_INFO, M_SYSERR, M_VINFO, M_DBERR } mtype_t;
59 mtype_t mtype; /* Message type: M_NONE, M_ERR, M_INFO. */
  /src/sys/arch/vax/include/
nexus.h 190 #define M_NONE 0
  /src/external/bsd/nvi/dist/vi/
vs_msg.c 316 if (mtype == M_NONE) {
357 vs_output(sp, M_NONE, " ", 1);
385 vs_output(sp, M_NONE, "\n", 1);
544 vip->mtype = M_NONE;
  /src/external/bsd/nvi/dist/ex/
ex_print.c 341 sp->wp->scr_msg(sp, M_NONE, exp->obp, exp->obp_len);
  /src/sys/arch/vax/vax/
ka780.c 102 return M_NONE;

Completed in 64 milliseconds