Searched refs:mtype_t (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | msg.h | 39 M_NONE = 1, M_BERR, M_ERR, M_INFO, M_SYSERR, M_VINFO } mtype_t; typedef 56 mtype_t mtype; /* Message type: M_NONE, M_ERR, M_INFO. */
|
H A D | msg.c | 38 msgq(SCR *sp, mtype_t mt, const char *fmt, ...) in msgq() 354 msgq_wstr(SCR *sp, mtype_t mtype, const CHAR_T *str, const char *fmt) in msgq_wstr() 374 msgq_str(SCR *sp, mtype_t mtype, const char *str, const char *fmt) in msgq_str()
|
H A D | gs.h | 179 void (*scr_msg)(SCR *, mtype_t, char *, size_t);
|
H A D | mark.c | 106 mark_get(SCR *sp, ARG_CHAR_T key, MARK *mp, mtype_t mtype) in mark_get()
|
/freebsd/contrib/nvi/vi/ |
H A D | vs_msg.c | 37 static void vs_msgsave(SCR *, mtype_t, char *, size_t); 38 static void vs_output(SCR *, mtype_t, const char *, int); 227 vs_msg(SCR *sp, mtype_t mtype, char *line, size_t len) in vs_msg() 392 vs_output(SCR *sp, mtype_t mtype, const char *line, int llen) in vs_output() 865 vs_msgsave(SCR *sp, mtype_t mt, char *p, size_t len) in vs_msgsave()
|
H A D | vi.h | 244 mtype_t mtype; /* Last displayed message type. */
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 286 void vs_msg(SCR *, mtype_t, char *, size_t); 371 int mark_get(SCR *, ARG_CHAR_T, MARK *, mtype_t); 374 void msgq(SCR *, mtype_t, const char *, ...); 375 void msgq_wstr(SCR *, mtype_t, const CHAR_T *, const char *); 376 void msgq_str(SCR *, mtype_t, const char *, const char *);
|