Home
last modified time | relevance | path

Searched refs:MSTAT_TRUNCATE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dmsg.h63 #define MSTAT_TRUNCATE 0x02 /* Truncate the file name if it's too long. */ macro
H A Dmsg.c663 if (LF_ISSET(MSTAT_TRUNCATE) && len > sp->cols) { in msgq_status()
/freebsd/contrib/nvi/vi/
H A Dvs_msg.c668 msgq_status(sp, sp->lno, MSTAT_TRUNCATE); in vs_resolve()