Searched refs:CRPRNT (Results 1 – 6 of 6) sorted by relevance
701 #undef CRPRNT724 #ifndef CRPRNT725 #define CRPRNT CTRL('r') macro780 #if defined(VREPRINT) && defined(CRPRNT) in reset_mode()781 mode.c_cc[VREPRINT] = CHK(mode.c_cc[VREPRINT], CRPRNT); in reset_mode()
157 #if !defined(CREPRINT) && defined(CRPRNT)158 # define CREPRINT CRPRNT
160 #if !defined(CREPRINT) && defined(CRPRNT)161 # define CREPRINT CRPRNT
74 #if defined(VREPRINT) && defined(CRPRNT) in reset_mode()75 mode.c_cc[VREPRINT] = CHK(mode.c_cc[VREPRINT], CRPRNT); in reset_mode()
90 #define CRPRNT CREPRINT macro
957 #ifdef CRPRNT958 attr.c_cc[VREPRINT] = CRPRNT;