/freebsd/contrib/nvi/ex/ |
H A D | ex_map.c | 52 msgq(sp, M_INFO, stype == SEQ_INPUT ? in ex_map() 109 msgq_wstr(sp, M_INFO, in ex_unmap()
|
H A D | ex_version.c | 32 msgq(sp, M_INFO, "Version "VI_VERSION in ex_version()
|
H A D | ex_preserve.c | 54 msgq(sp, M_INFO, "143|File preserved"); in ex_preserve()
|
H A D | ex_abbrev.c | 41 msgq(sp, M_INFO, "105|No abbreviations to display"); in ex_abbr()
|
H A D | ex_mkexrc.c | 89 msgq_str(sp, M_INFO, fname, "138|New exrc file: %s"); in ex_mkexrc()
|
H A D | ex_cd.c | 113 msgq_str(sp, M_INFO, buf, "122|New current directory: %s"); in ex_cd()
|
H A D | ex_screen.c | 105 msgq(sp, M_INFO, "149|No background screens to display"); in ex_sdisplay()
|
H A D | ex_display.c | 87 msgq(sp, M_INFO, "123|No cut buffers to display"); in bdisplay()
|
H A D | ex_shift.c | 78 msgq(sp, M_INFO, "152|shiftwidth option set to 0"); in shift()
|
H A D | ex_tag.c | 166 msgq(sp, M_INFO, "%s", np); in ex_tag_next() 206 msgq(sp, M_INFO, "%s", np); in ex_tag_prev() 777 msgq(sp, M_INFO, "%s", np); in tagq_push() 823 msgq(sp, M_INFO, "165|The tags stack is empty"); in tag_msg()
|
H A D | ex_read.c | 339 msgq(sp, M_INFO, in ex_readfp()
|
H A D | ex_cscope.c | 532 msgq(sp, M_INFO, "278|No matches for query"); in cscope_find()
|
/freebsd/contrib/nvi/common/ |
H A D | msg.c | 74 mt = M_INFO; in msgq() 88 mt = M_INFO; in msgq() 90 case M_INFO: 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 | msg.h | 39 M_NONE = 1, M_BERR, M_ERR, M_INFO, M_SYSERR, M_VINFO } mtype_t; enumerator
|
H A D | recover.c | 739 msgq_str(sp, M_INFO, name, 745 msgq(sp, M_INFO, 748 msgq(sp, M_INFO,
|
H A D | exf.c | 350 msgq_str(sp, M_INFO, oname, in file_init() 1000 msgq(sp, M_INFO, "%s", s); 1426 msgq(sp, M_INFO,
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | elf.h | 62 #define ELF_M_INFO __ELFN(M_INFO)
|
/freebsd/contrib/nvi/vi/ |
H A D | vi.c | 959 msgq(sp, M_INFO, in v_init() 1019 msgq(sp, M_INFO, in v_dtoh()
|