Home
last modified time | relevance | path

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

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dntio.h99 #define CNTRL_Z '\032' macro
/dports/news/atp/atp-1.50/
H A Dreader.h53 #define CNTRL_Z SUB_CHAR macro
H A Dmakemail.c372 ch = (byte)((ch == DOS_SPACE || ch == (byte)CNTRL_Z) ? SPC_CHAR : ch); in KodeXlat()