Home
last modified time | relevance | path

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

/NextBSD/contrib/nvi/common/
HDgs.h79 #define DEFAULT_NOPRINT '\1' /* Emergency non-printable character. */ macro
HDmsg.c267 gp == NULL ? DEFAULT_NOPRINT : gp->noprint; in msgq()
293 ch = gp == NULL ? DEFAULT_NOPRINT : gp->noprint; *p != '\0'; ++p) in msgq()
HDmain.c75 gp->noprint = DEFAULT_NOPRINT; in editor()