Home
last modified time | relevance | path

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

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