Searched refs:DEFAULT_NOPRINT (Results 1 – 3 of 3) sorted by relevance
75 #define DEFAULT_NOPRINT '\1' /* Emergency non-printable character. */ macro
259 gp == NULL ? DEFAULT_NOPRINT : gp->noprint; in msgq()285 ch = gp == NULL ? DEFAULT_NOPRINT : gp->noprint; *p != '\0'; ++p) in msgq()
68 gp->noprint = DEFAULT_NOPRINT; in editor()