Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dgs.h75 #define DEFAULT_NOPRINT '\1' /* Emergency non-printable character. */ macro
H A Dmsg.c259 gp == NULL ? DEFAULT_NOPRINT : gp->noprint; in msgq()
285 ch = gp == NULL ? DEFAULT_NOPRINT : gp->noprint; *p != '\0'; ++p) in msgq()
H A Dmain.c68 gp->noprint = DEFAULT_NOPRINT; in editor()