Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/common/
Dmsg.h67 #define MSTAT_TRUNCATE 0x02 /* Truncate the file name if it's too long. */ macro
Dmsg.c473 if (LF_ISSET(MSTAT_TRUNCATE) && len > sp->cols) { in msgq_status()
/openbsd/src/usr.bin/vi/vi/
Dvs_msg.c676 msgq_status(sp, sp->lno, MSTAT_TRUNCATE); in vs_resolve()